== Changelog == = 1.2.3 = * Removed: All automatic remote calls (promotional data sync and the dashboard news feed) — the plugin no longer phones home without consent. * Changed: Theme updates now run through the WordPress core upgrader instead of unzipping packages directly into the themes folder. * Security: Tightened REST API permissions for post-type listing and search endpoints — callers must be able to edit the requested post type, and only posts they can edit are returned. = 1.2.2 = * Changed: Standardized every internal identifier — functions, classes, namespace, constants, option/transient keys, hooks, AJAX actions, REST API namespace, and the localized script object — to a single unique plugin prefix per WordPress.org guidelines. * Added: One-time automatic data migration that preserves your existing settings (key bindings, dark/light mode, onboarding tour status, and notice state) when upgrading. * Added: The REST API namespace is now defined in one place (a single constant) for easier maintenance. * Changed: Plugin and theme install/update now go through the WordPress core upgrader instead of writing packages directly into the plugins/themes folders. * Changed: Deactivation feedback and the subscribe form now send only what you enter (name, email, and reason). Server details, WordPress details, the installed-plugin list, user counts, and WooCommerce billing data are no longer transmitted. * Security: REST API endpoints now check the correct capability for each action (for example install_plugins, update_themes, upload_files, edit_posts, delete_users) instead of a broad capability. * Security: Added missing output escaping and input sanitization across admin and REST requests. * Improved: Admin inline scripts and styles are now loaded through the WordPress enqueue system instead of being printed inline. * Improved: Removed unnecessary loading of WordPress core files and added proper translator comments for internationalization. * Improved: Documented all external services (endpoints, data sent, and Terms/Privacy links) in the readme. = 1.1.3 (30-12-2024) = * Fixed: Post Types infinity loading issue fixed * Fixed: Plugins and Themes drag & drop upload issue fixed = 1.1.2 (29-12-2024) = * Updated: Bug fixed = 1.1.1 (29-12-2024) = * Updated: Bug fixed = 1.1.0 (29-12-2024) = * Updated: Free Version fully released = 1.0.2 (10-11-2024) = * Updated: Free Version Updated = 1.0.1 (2-11-2024) = * Updated: Free Version Updated == Changelog == = 1.0.0 (26-10-2024) = * Released: Initial Released