Changeset 3454984
- Timestamp:
- 02/05/2026 09:52:07 PM (2 months ago)
- Location:
- devforge-admin-toolkit/trunk
- Files:
-
- 2 edited
-
devforge-admin-toolkit.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
devforge-admin-toolkit/trunk/devforge-admin-toolkit.php
r3454983 r3454984 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. 95 * Version: 1.0.10 6 6 * Author: DevForge 7 7 * Author URI: https://profiles.wordpress.org/devforge/ … … 19 19 20 20 21 define( 'DEVFADTO_VERSION', '1.0. 9' );21 define( 'DEVFADTO_VERSION', '1.0.10' ); 22 22 define( 'DEVFADTO_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 23 23 define( 'DEVFADTO_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
devforge-admin-toolkit/trunk/readme.txt
r3454980 r3454984 4 4 Requires at least: 5.0 5 5 Tested up to: 7.0 6 Stable tag: 1.0. 96 Stable tag: 1.0.10 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 94 94 == Changelog == 95 95 96 = 1.0.10 - 2026-02-06 = 97 * **Enhancement:** Added helpful support links to the plugin meta row. 98 96 99 = 1.0.9 - 2026-02-06 = 97 100 * **Enhancement:** Refined Media Cleanup tool with batch processing to handle large libraries without timeout.
Note: See TracChangeset
for help on using the changeset viewer.