- Refactored WPALLSTARS_Settings_Manager to use the standard WordPress Settings API.
- Stores all settings in a single 'wpallstars_options' array.
- Implemented register_setting, sections, fields, render callbacks, and sanitization.
- Updated display_general_tab and display_advanced_tab to use settings_fields() and do_settings_sections().
- Adjusted WPALLSTARS_Admin_Manager to initialize the refactored settings manager.
- Kept original menu structure (add_options_page) and file names for stability.
- Temporarily removed AJAX instant-save functionality.
- Refactored WPALLSTARS_Settings_Manager to use WordPress Settings API.
- Stores settings in single 'wpallstars_options' array.
- Implemented robust AJAX saving for specific settings (e.g., color scheme, auto-upload) via WPALLSTARS_Admin_Manager::update_option.
- Updated JS and setting render functions for AJAX.
- Corrected admin menu registration and script enqueue hooks.
- Includes file renames from wp-allstars to wpallstars.
- Rename pro-plugins-config.php to data/pro-plugins.php
- Rename recommended-plugins.php to free-plugins.php
- Rename class-recommended-plugins-manager.php to class-free-plugins-manager.php
- Update all references throughout the codebase
- Add enhanced hover effects to Go Pro buttons