Changeset 3454977
- Timestamp:
- 02/05/2026 09:39:00 PM (2 months ago)
- Location:
- devforge-admin-toolkit/trunk
- Files:
-
- 2 edited
-
devforge-admin-toolkit.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
devforge-admin-toolkit/trunk/devforge-admin-toolkit.php
r3454975 r3454977 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. 85 * Version: 1.0.9 6 6 * Author: DevForge 7 7 * Author URI: https://profiles.wordpress.org/devforge/ … … 19 19 20 20 21 define( 'DEVFADTO_VERSION', '1.0. 8' );21 define( 'DEVFADTO_VERSION', '1.0.9' ); 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
r3454975 r3454977 4 4 Requires at least: 5.0 5 5 Tested up to: 7.0 6 Stable tag: 1.0. 76 Stable tag: 1.0.9 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.