Plugin Directory

Changeset 3407033


Ignore:
Timestamp:
12/01/2025 04:19:21 PM (3 months ago)
Author:
wideaccess
Message:

Adjusted current stable tag

Location:
wideaccess-accessibility-widget
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wideaccess-accessibility-widget/tags/1.0.1/assets/css/admin-styles.css

    r3405559 r3407033  
    11/*
    22 * WideAccess Admin Panel Styles
    3  * Version: 1.0.0
     3 * Version: 1.0.1
    44 * Last Updated: 2024-01-15
    55 *
  • wideaccess-accessibility-widget/tags/1.0.1/wideaccess-accessibility-widget.php

    r3405559 r3407033  
    1515 * Plugin Name:       WideAccess Accessibility Widget
    1616 * Description:       WideAccess Accessibility Widget makes websites more accessible and more compliant with WCAG and ADA. It offers 23 tools + 5 ready-to-use profiles, full customization, and supports over 40 languages.
    17  * Version:           1.0.0
     17 * Version:           1.0.1
    1818 * Author:            WideAccess
    1919 * Author URI:        https://wideaccess.ca
     
    3333 * Rename this for your plugin and update it as you release new versions.
    3434 */
    35 define( 'WIDEACCESS_VERSION', '1.0.0' );
     35define( 'WIDEACCESS_VERSION', '1.0.1' );
    3636define( 'WIDEACCESS_PLUGIN_FILE', __FILE__ );
    3737define( 'WIDEACCESS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • wideaccess-accessibility-widget/trunk/assets/css/admin-styles.css

    r3402715 r3407033  
    11/*
    22 * WideAccess Admin Panel Styles
    3  * Version: 1.0.0
    4  * Last Updated: 2024-01-15
     3 * Version: 1.0.1
     4 * Last Updated: 2025-12-01
    55 *
    66 * This file contains all styles for the WideAccess WordPress plugin admin panel.
  • wideaccess-accessibility-widget/trunk/wideaccess-accessibility-widget.php

    r3402715 r3407033  
    1515 * Plugin Name:       WideAccess Accessibility Widget
    1616 * Description:       WideAccess Accessibility Widget makes websites more accessible and more compliant with WCAG and ADA. It offers 23 tools + 5 ready-to-use profiles, full customization, and supports over 40 languages.
    17  * Version:           1.0.0
     17 * Version:           1.0.1
    1818 * Author:            WideAccess
    1919 * Author URI:        https://wideaccess.ca
     
    3333 * Rename this for your plugin and update it as you release new versions.
    3434 */
    35 define( 'WIDEACCESS_VERSION', '1.0.0' );
     35define( 'WIDEACCESS_VERSION', '1.0.1' );
    3636define( 'WIDEACCESS_PLUGIN_FILE', __FILE__ );
    3737define( 'WIDEACCESS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.