Plugin Directory

Changeset 3065032

Timestamp:
04/04/2024 08:30:11 PM (4 months ago)
Author:
stevejonesdev
Message:

release v1.10.2

Location:
accessibility-checker
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • accessibility-checker/tags/1.10.2/accessibility-checker.php

    r3060124 r3065032  
    1111 * Plugin URI:        https://a11ychecker.com
    1212 * Description:       Audit and check your website for accessibility before you hit publish. In-post accessibility scanner and guidance.
    13  * Version:           1.10.1
     13 * Version:           1.10.
    1414 * Author:            Equalize Digital
    1515 * Author URI:        https://equalizedigital.com
     
    4242// Current plugin version.
    4343if ( ! defined( 'EDAC_VERSION' ) ) {
    44     define( 'EDAC_VERSION', '1.10.1' );
     44    define( 'EDAC_VERSION', '1.10.' );
    4545}
    4646
  • accessibility-checker/tags/1.10.2/readme.txt

    r3060124 r3065032  
    33Tags: accessibility, accessible, wcag, ada, WP accessibility
    44Requires at least: 6.2
    5 Tested up to: 6.4.3
    6 Stable tag: 1.10.1
     5Tested up to: 6.
     6Stable tag: 1.10.
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    171171
    172172== Changelog ==
     173
     174
     175
    173176
    174177= 1.10.1 =
  • accessibility-checker/trunk/accessibility-checker.php

    r3060124 r3065032  
    1111 * Plugin URI:        https://a11ychecker.com
    1212 * Description:       Audit and check your website for accessibility before you hit publish. In-post accessibility scanner and guidance.
    13  * Version:           1.10.1
     13 * Version:           1.10.
    1414 * Author:            Equalize Digital
    1515 * Author URI:        https://equalizedigital.com
     
    4242// Current plugin version.
    4343if ( ! defined( 'EDAC_VERSION' ) ) {
    44     define( 'EDAC_VERSION', '1.10.1' );
     44    define( 'EDAC_VERSION', '1.10.' );
    4545}
    4646
  • accessibility-checker/trunk/readme.txt

    r3060124 r3065032  
    33Tags: accessibility, accessible, wcag, ada, WP accessibility
    44Requires at least: 6.2
    5 Tested up to: 6.4.3
    6 Stable tag: 1.10.1
     5Tested up to: 6.
     6Stable tag: 1.10.
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    171171
    172172== Changelog ==
     173
     174
     175
    173176
    174177= 1.10.1 =
Note: See TracChangeset for help on using the changeset viewer.