Plugin Directory

Changeset 3454984


Ignore:
Timestamp:
02/05/2026 09:52:07 PM (2 months ago)
Author:
devforge
Message:

Bump version to 1.0.10, Update Changelog

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

Legend:

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

    r3454983 r3454984  
    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.9
     5 * Version: 1.0.10
    66 * Author: DevForge
    77 * Author URI: https://profiles.wordpress.org/devforge/
     
    1919
    2020
    21 define( 'DEVFADTO_VERSION', '1.0.9' );
     21define( 'DEVFADTO_VERSION', '1.0.10' );
    2222define( 'DEVFADTO_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2323define( 'DEVFADTO_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • devforge-admin-toolkit/trunk/readme.txt

    r3454980 r3454984  
    44Requires at least: 5.0
    55Tested up to: 7.0
    6 Stable tag: 1.0.9
     6Stable tag: 1.0.10
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    9494== Changelog ==
    9595
     96= 1.0.10 - 2026-02-06 =
     97*   **Enhancement:** Added helpful support links to the plugin meta row.
     98
    9699= 1.0.9 - 2026-02-06 =
    97100*   **Enhancement:** Refined Media Cleanup tool with batch processing to handle large libraries without timeout.
Note: See TracChangeset for help on using the changeset viewer.