Plugin Directory

Changeset 3454367


Ignore:
Timestamp:
02/05/2026 08:27:35 AM (2 months ago)
Author:
devforge
Message:

Version 1.0.2 - Update deployment structure and stability

Location:
devforge-admin-toolkit/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • devforge-admin-toolkit/trunk/devforge-admin-toolkit.php

    r3454070 r3454367  
    33 * Plugin Name: DevForge Admin Toolkit
    44 * 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.1
     5 * Version: 1.0.2
    66 * Author: DevForge
    77 * Author URI: https://profiles.wordpress.org/devforge/
     
    1818
    1919
    20 define( 'DEVFADTO_VERSION', '1.0.1' );
     20define( 'DEVFADTO_VERSION', '1.0.2' );
    2121define( 'DEVFADTO_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2222define( 'DEVFADTO_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • devforge-admin-toolkit/trunk/readme.txt

    r3454357 r3454367  
    44Requires at least: 5.0
    55Tested up to: 6.7
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    8080
    8181= Can I restore default menus if I make a mistake? =
    82 Absolutely. The Menu Editor has a "Restore Defaults" button to undo all changes.
     82Absolutely. The Menu Editor / White Label features has a "Restore Defaults" button to undo all changes.
    8383
    8484== Screenshots ==
     
    9292
    9393== 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.
    9498
    9599= 1.0.1 - 2026-02-05 =
Note: See TracChangeset for help on using the changeset viewer.