Commit Graph

23 Commits

Author SHA1 Message Date
marcus a3bf7fc78f Revert "Refactor(Admin): Implement Settings API & AJAX save for Settings Manager"
This reverts commit f65d648a82.
2025-04-19 13:15:29 +01:00
marcus f65d648a82 Refactor(Admin): Implement Settings API & AJAX save for Settings Manager
- 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.
2025-04-19 13:12:37 +01:00
marcus cd48fcada2 [FUNCTIONAL] Add Basic Admin UI Enhancements feature 2025-04-08 01:19:31 +01:00
marcus e57f22f277 [FUNCTIONAL] Add sync guard to prevent plugin loading during file sync 2025-04-08 00:57:16 +01:00
marcus c597f21818 Make plugin file loading more robust to prevent fatal errors 2025-04-08 00:45:42 +01:00
Marcus Quinn b74d8112ca Update plugin version to v0.2.3 2025-03-25 02:43:08 +00:00
Marcus Quinn 0d3c497b23 Update plugin version to v0.2.2 2025-03-25 02:21:06 +00:00
Marcus Quinn a2b7ba6d72 Rename About tab to Read Me and display README.md content 2025-03-24 21:37:09 +00:00
Marcus Quinn 28f87f689e Add About tab with markdown support 2025-03-24 21:30:03 +00:00
Marcus Quinn 9e1c077080 Refactor plugin structure:
- 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
2025-03-24 18:42:24 +00:00
Marcus Quinn 46696eff87 Fix: Resolve critical error by restoring pro plugins function and required includes 2025-03-24 18:06:04 +00:00
Marcus Quinn 8cef4c8868 Code cleanup: Improved documentation and removed backward compatibility code 2025-03-24 18:04:15 +00:00
Marcus Quinn 1b02e8eb24 Update version to v0.2.0 (Beta) 2025-03-24 15:18:27 +00:00
Marcus Quinn c78b33ad65 Improve version management to dynamically extract from plugin header 2025-03-17 13:43:59 +00:00
Marcus Quinn 1aec0d3de6 Update version management to dynamically extract from plugin header 2025-03-17 13:41:52 +00:00
Marcus Quinn 41781daf58 Update version number to 0.1.0 (Beta) 2025-03-17 13:38:04 +00:00
Marcus Quinn 0099ed96c3 Refine UI: Fix plugin icon position, increase plugin name width, synchronize version display 2025-03-17 02:58:52 +00:00
Marcus Quinn d860f8f24f Multiple UI Improvements: Added Magic Login Pro, fixed sorting, updated version, fixed toggle behavior, improved responsive layout 2025-03-17 02:42:16 +00:00
Marcus Quinn c01b4a2986 Fix theme installation button and remove image zoom effect 2025-03-17 01:16:38 +00:00
Marcus Quinn 1b47423a68 Fix theme installation and activation with AJAX-based approach 2025-03-17 01:10:11 +00:00
Marcus Quinn f848160158 Fix theme tab loading with improved error handling and proper function scoping 2025-03-16 19:05:32 +00:00
Marcus Quinn 86573777d8 Fix plugin list display and improve error handling 2025-03-15 18:01:44 +00:00
Marcus Quinn fcca81d756 Remove lazy loading and minification features
- Remove CSS minifier and speed functions\n- Remove lazy loading functionality\n- Update plugin description and README\n- Simplify plugin to focus on auto upload feature\n- Rename files from wpa-superstar to wp-allstars
2025-03-15 03:40:16 +00:00