Changeset 3454367
- Timestamp:
- 02/05/2026 08:27:35 AM (2 months ago)
- Location:
- devforge-admin-toolkit/trunk
- Files:
-
- 2 edited
-
devforge-admin-toolkit.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
devforge-admin-toolkit/trunk/devforge-admin-toolkit.php
r3454070 r3454367 3 3 * Plugin Name: DevForge Admin Toolkit 4 4 * Description: A comprehensive WordPress admin customization toolkit. Clean dashboard, role-based menus, maintenance mode, security tweaks, performance cleanup, and complete white-label control. 5 * Version: 1.0. 15 * Version: 1.0.2 6 6 * Author: DevForge 7 7 * Author URI: https://profiles.wordpress.org/devforge/ … … 18 18 19 19 20 define( 'DEVFADTO_VERSION', '1.0. 1' );20 define( 'DEVFADTO_VERSION', '1.0.2' ); 21 21 define( 'DEVFADTO_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 22 22 define( 'DEVFADTO_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
devforge-admin-toolkit/trunk/readme.txt
r3454357 r3454367 4 4 Requires at least: 5.0 5 5 Tested up to: 6.7 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 80 80 81 81 = Can I restore default menus if I make a mistake? = 82 Absolutely. The Menu Editor has a "Restore Defaults" button to undo all changes.82 Absolutely. The Menu Editor / White Label features has a "Restore Defaults" button to undo all changes. 83 83 84 84 == Screenshots == … … 92 92 93 93 == Changelog == 94 95 = 1.0.2 - 2026-02-05 = 96 * **Fix:** Resolved issues with file synchronization and SVN deployment. 97 * **Maintenance:** Updated plugin structure for better stability. 94 98 95 99 = 1.0.1 - 2026-02-05 =
Note: See TracChangeset
for help on using the changeset viewer.