Changelog

New features, improvements, and fixes shipped to C8tive Links.

Block System Resilience & Stability

Improved
  • Unified block rendering — adding a new block module now works everywhere automatically (editor, preview, and live page) without manual updates in multiple places
  • Block error boundaries — a broken block no longer crashes the entire page; the rest of your content stays visible
  • Per-block content validation on save — catches invalid or missing block data before it reaches your live page
  • Block type definitions are now derived from a single source of truth, preventing mismatches between the editor and public pages
Fixed
  • Blocks that worked in the editor but silently disappeared on the live/preview page when schema updates were missed
  • Removed stale block types (slider, title) that had no corresponding components and could cause silent failures

Version History & Backup System

Added
  • Page Version History — every page now keeps a persistent revision history so you can view and restore previous versions at any time
  • Save Checkpoint button in the editor toolbar — create named restore points before making big changes
  • Automatic version snapshots before publishing, applying templates, and periodically while editing
  • Version History panel with timestamps, labels, and one-click restore
  • Keyboard shortcuts for undo/redo (Ctrl+Z / Ctrl+Shift+Z) in the page editor
Improved
  • Autosave now creates backup snapshots every ~5 minutes of active editing as a safety net
  • Restoring a version automatically backs up your current state first, so you can always undo
  • Applying a template now saves your current design first, making it safe to experiment freely

Subscription & Billing Fixes

Fixed
  • Subscriptions now properly expire when their period ends — no more lingering access after expiry
  • Pro status is correctly updated when a subscription is granted, canceled, or expires

Editor Improvements & Bug Fixes

Added
  • Quick URL input for all image uploads (banners, profiles, products)
  • Starter template with demo content for new pages
  • Product type switching between Simple and Selection Box
  • Improved template previews showing exact content
Fixed
  • Data loss when switching browser tabs
  • Last block hidden by mobile menu
  • Delete block not working on mobile
Improved
  • Cleaner homepage design
  • Better mobile UX with full-width buttons
  • Template builder JSON import flexibility