ChangelogRelease History

Changelog

Track the latest updates and improvements to Siteglide.

Recent Updates

Stay informed about Siteglide's latest releases. You receive notifications through the dashboard, email updates, and the status page.

Subscribe to our RSS feed or join the community forum to get instant notifications about new releases and important fixes.

2024-10-15v2.5.0
featurebugfix

New Features

  • Added real-time collaboration in Studio for team editing.
  • Introduced webhook support for custom integrations.

Bug Fixes

  • Fixed intermittent API rate limiting issues.
  • Resolved template rendering errors with dynamic content.

Improvements

  • Optimized page load times by >30% for complex sites.
  • Enhanced security with improved CSRF protection.
2024-09-20v2.4.0
featureimprovement

New Features

  • New analytics dashboard in the admin panel.
  • Support for custom domains with automatic SSL.

Improvements

  • Faster asset uploads in the media library.
  • Better mobile responsiveness for preview mode.

Bug Fixes

  • Corrected form submission handling for multi-step forms.
  • Fixed export functionality for large datasets.
2024-08-10v2.3.0
breakingfeature

Breaking Changes

  • Updated authentication flow; migrate to new {API_KEY} format.
  • Removed legacy template syntax; use liquid tags instead.

New Features

  • Integrated Zapier actions for no-code workflows.
  • Added A/B testing tools in Studio.

Bug Fixes

  • Patched potential XSS vulnerabilities in user inputs.
  • Stabilized cron job scheduling.

Upgrade Instructions

Follow these steps to update your Siteglide instance safely.

Backup Your Site

Export your current configuration and database.

# Use Siteglide CLI
npx @siteglide/cli backup --site-id=YOUR_SITE_ID

Run Update

Deploy the latest version via CLI or dashboard.

npx @siteglide/cli update --version=latest

Verify Changes

Test key features like API endpoints and Studio previews.

Check the status page before upgrading to avoid downtime.

Resources