Changeset 3434678
- Timestamp:
- 01/07/2026 08:12:43 PM (2 months ago)
- Location:
- wideaccess-accessibility-widget/tags/1.0.5
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
wideaccess-accessibility-widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wideaccess-accessibility-widget/tags/1.0.5/README.txt
r3431908 r3434678 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 202 202 == Changelog == 203 203 204 = 1.0.5 = 205 * Fixed shadows 206 204 207 = 1.0.4 = 205 208 * Fixed color filters for mobile -
wideaccess-accessibility-widget/tags/1.0.5/wideaccess-accessibility-widget.php
r3431908 r3434678 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. 417 * Version: 1.0.5 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. 4' );35 define( 'WIDEACCESS_VERSION', '1.0.5' ); 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.