Plugin Directory

Changeset 3344809


Ignore:
Timestamp:
08/14/2025 05:55:36 PM (8 months ago)
Author:
bdplugins
Message:

Release version 1.0.1

Location:
accessimate
Files:
2 edited
10 copied

Legend:

Unmodified
Added
Removed
  • accessimate/tags/1.0.1/accessimate.php

    r3344806 r3344809  
    33 * Plugin Name: AccessiMate
    44 * Description: A comprehensive WordPress accessibility plugin that provides tools to make your website more accessible to users with disabilities.
    5  * Version: 1.0.0
     5 * Version: 1.0.1
    66 * Author: BDPlugins
    77 * License: GPL v2 or later
     
    1515
    1616// Define plugin constants
    17 define('ACCESSIMATE_VERSION', '1.0.0');
     17define('ACCESSIMATE_VERSION', '1.0.1');
    1818define('ACCESSIMATE_PLUGIN_DIR', plugin_dir_path(__FILE__));
    1919define('ACCESSIMATE_PLUGIN_URL', plugin_dir_url(__FILE__));
  • accessimate/tags/1.0.1/readme.txt

    r3344806 r3344809  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • accessimate/trunk/accessimate.php

    r3344806 r3344809  
    33 * Plugin Name: AccessiMate
    44 * Description: A comprehensive WordPress accessibility plugin that provides tools to make your website more accessible to users with disabilities.
    5  * Version: 1.0.0
     5 * Version: 1.0.1
    66 * Author: BDPlugins
    77 * License: GPL v2 or later
     
    1515
    1616// Define plugin constants
    17 define('ACCESSIMATE_VERSION', '1.0.0');
     17define('ACCESSIMATE_VERSION', '1.0.1');
    1818define('ACCESSIMATE_PLUGIN_DIR', plugin_dir_path(__FILE__));
    1919define('ACCESSIMATE_PLUGIN_URL', plugin_dir_url(__FILE__));
  • accessimate/trunk/readme.txt

    r3344806 r3344809  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.