Accelerator

Changelog

All notable changes to Accelerator are documented here.

v0.1.3

  • Added automatic update system — future updates appear in wp-admin like any other plugin
  • Fixed an issue where the cron decoupler module could silently disable WordPress scheduled tasks (scheduled posts, backups, WooCommerce emails). Now defaults to OFF.
  • Fixed update checker module registration
  • All beta testing bug fixes included

v0.1.2

  • Added automatic update checker (plugin-side)
  • Security: removed development bypass constant from shipped code
  • Security: SSL verify now configurable for benchmarker self-hits
  • Security: wp_unslash() added to all form handlers
  • Security: ABSPATH guard added to all 63 PHP files
  • Converted 11 data files from PHP var_export to JSON (defense in depth)
  • Admin CSS extracted to separate stylesheet (accelerator-admin.css)
  • Reduced inline styles by 62%

v0.1.1

  • Fixed JsonStore class not loaded in bootstrap (critical fix)
  • Fixed installer creating duplicate plugin entry in wp-admin

v0.1.0

  • Initial closed beta release
  • Plugin Skipper with 207-plugin rule library
  • Setup Wizard with 6-step guided configuration
  • Per-page overrides (Premium)
  • Shadow mode + soak window
  • Dependency resolver with chain expansion
  • Telemetry dashboard
  • WP-CLI integration
  • Kill switch (file-based)
  • Self-test infrastructure (all modules verify at boot)
  • 8 site types supported: ecommerce, ecommerce_digital, blog, corporate, LMS, forum, membership, custom