Changeset 3447521
- Timestamp:
- 01/27/2026 06:14:12 AM (6 weeks ago)
- Location:
- wideaccess-accessibility-widget
- Files:
-
- 2 edited
-
tags/1.0.9/wideaccess-accessibility-widget.php (modified) (2 diffs)
-
trunk/wideaccess-accessibility-widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wideaccess-accessibility-widget/tags/1.0.9/wideaccess-accessibility-widget.php
r3447517 r3447521 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. 817 * Version: 1.0.9 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. 8' );35 define( 'WIDEACCESS_VERSION', '1.0.9' ); 36 36 define( 'WIDEACCESS_PLUGIN_FILE', __FILE__ ); 37 37 define( 'WIDEACCESS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
wideaccess-accessibility-widget/trunk/wideaccess-accessibility-widget.php
r3445260 r3447521 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. 817 * Version: 1.0.9 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. 8' );35 define( 'WIDEACCESS_VERSION', '1.0.9' ); 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.