Plugin Directory

Changeset 3434678


Ignore:
Timestamp:
01/07/2026 08:12:43 PM (2 months ago)
Author:
wideaccess
Message:

Fix versions

Location:
wideaccess-accessibility-widget/tags/1.0.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wideaccess-accessibility-widget/tags/1.0.5/README.txt

    r3431908 r3434678  
    44Requires at least:  5.0
    55Tested up to:       6.9
    6 Stable tag:         1.0.4
     6Stable tag:         1.0.5
    77Requires PHP:       7.4
    88License: GPLv3
     
    202202== Changelog ==
    203203
     204= 1.0.5 =
     205* Fixed shadows
     206
    204207= 1.0.4 =
    205208* Fixed color filters for mobile
  • wideaccess-accessibility-widget/tags/1.0.5/wideaccess-accessibility-widget.php

    r3431908 r3434678  
    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.4
     17 * Version:           1.0.5
    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.4' );
     35define( 'WIDEACCESS_VERSION', '1.0.5' );
    3636define( 'WIDEACCESS_PLUGIN_FILE', __FILE__ );
    3737define( 'WIDEACCESS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.