Commit Graph
19 Commits
Author SHA1 Message Date
marcus afff960a98 chore: add ai-training=false to .gitattributes 2026-03-26 01:32:29 +00:00
marcus 4cf64147d0 Revert "Refactor(Settings): Implement WP Settings API for Settings Manager"
This reverts commit a5582d7644.
2025-04-19 13:21:53 +01:00
marcus a5582d7644 Refactor(Settings): Implement WP Settings API for Settings Manager
- 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.
2025-04-19 13:17:51 +01:00
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 2870a43ae5 Add HTTP Requests Manager to Free Plugins > Speed section 2025-04-19 00:22:19 +01:00
marcus 369d651580 Added Content Control and EventON to pro plugins list 2025-04-10 22:25:26 +01:00
marcus 478be700fc [FIX] Resolve toggle switch functionality in UI enhancements 2025-04-08 01:25:26 +01:00
marcus b5aeeaf2c4 [WORK IN PROGRESS] Basic Admin UI Enhancements with toggle fixes 2025-04-08 01:24:17 +01:00
marcus a4c69999f6 [FUNCTIONAL] Add Basic Admin UI Enhancements feature with toggle switch fixes 2025-04-08 01:23:31 +01:00
marcus cd48fcada2 [FUNCTIONAL] Add Basic Admin UI Enhancements feature 2025-04-08 01:19:31 +01:00
marcus 6daba67a6d [STABLE] Add additional features from v0.2.5+ to roadmap 2025-04-08 01:06:06 +01:00
marcus 5242d2c20c [STABLE] Update roadmap with features from later versions 2025-04-08 01:04:29 +01:00
marcus 994977970b [STABLE] Update roadmap to reflect sync guard implementation 2025-04-08 00:58:01 +01:00
marcus d490604513 [STABLE] Merge sync guard feature 2025-04-08 00:57:39 +01:00
marcus e57f22f277 [FUNCTIONAL] Add sync guard to prevent plugin loading during file sync 2025-04-08 00:57:16 +01:00
marcus bae13ca936 [STABLE] Add development framework documentation 2025-04-08 00:56:11 +01:00
marcus c597f21818 Make plugin file loading more robust to prevent fatal errors 2025-04-08 00:45:42 +01:00
marcus 0fdb2a60e2 Testing stable v0.2.3 version 2025-04-08 00:44:54 +01:00