Changeset 3407033
- Timestamp:
- 12/01/2025 04:19:21 PM (3 months ago)
- Location:
- wideaccess-accessibility-widget
- Files:
-
- 4 edited
-
tags/1.0.1/assets/css/admin-styles.css (modified) (1 diff)
-
tags/1.0.1/wideaccess-accessibility-widget.php (modified) (2 diffs)
-
trunk/assets/css/admin-styles.css (modified) (1 diff)
-
trunk/wideaccess-accessibility-widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wideaccess-accessibility-widget/tags/1.0.1/assets/css/admin-styles.css
r3405559 r3407033 1 1 /* 2 2 * WideAccess Admin Panel Styles 3 * Version: 1.0. 03 * Version: 1.0.1 4 4 * Last Updated: 2024-01-15 5 5 * -
wideaccess-accessibility-widget/tags/1.0.1/wideaccess-accessibility-widget.php
r3405559 r3407033 15 15 * Plugin Name: WideAccess Accessibility Widget 16 16 * 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. 017 * Version: 1.0.1 18 18 * Author: WideAccess 19 19 * Author URI: https://wideaccess.ca … … 33 33 * Rename this for your plugin and update it as you release new versions. 34 34 */ 35 define( 'WIDEACCESS_VERSION', '1.0. 0' );35 define( 'WIDEACCESS_VERSION', '1.0.1' ); 36 36 define( 'WIDEACCESS_PLUGIN_FILE', __FILE__ ); 37 37 define( 'WIDEACCESS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
wideaccess-accessibility-widget/trunk/assets/css/admin-styles.css
r3402715 r3407033 1 1 /* 2 2 * WideAccess Admin Panel Styles 3 * Version: 1.0. 04 * Last Updated: 202 4-01-153 * Version: 1.0.1 4 * Last Updated: 2025-12-01 5 5 * 6 6 * This file contains all styles for the WideAccess WordPress plugin admin panel. -
wideaccess-accessibility-widget/trunk/wideaccess-accessibility-widget.php
r3402715 r3407033 15 15 * Plugin Name: WideAccess Accessibility Widget 16 16 * 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. 017 * Version: 1.0.1 18 18 * Author: WideAccess 19 19 * Author URI: https://wideaccess.ca … … 33 33 * Rename this for your plugin and update it as you release new versions. 34 34 */ 35 define( 'WIDEACCESS_VERSION', '1.0. 0' );35 define( 'WIDEACCESS_VERSION', '1.0.1' ); 36 36 define( 'WIDEACCESS_PLUGIN_FILE', __FILE__ ); 37 37 define( 'WIDEACCESS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.