Plugin Directory

Changeset 3418208


Ignore:
Timestamp:
12/12/2025 12:15:41 PM (4 weeks ago)
Author:
siteimprove
Message:

Update stable tag to 1.0.2

Location:
siteimprove-accessibility/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • siteimprove-accessibility/trunk/readme.txt

    r3289999 r3418208  
    55Requires PHP: 8.0
    66Tested up to: 6.8
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8080== Changelog ==
    8181
     82= 1.0.2 =
     83* Updated logo
     84
    8285= 1.0.1 =
    8386* Fixed database compatibility issue that caused the plugin to incorrectly being installed on some environments.
  • siteimprove-accessibility/trunk/siteimprove-accessibility.php

    r3289999 r3418208  
    66 * Plugin Name:       Siteimprove Accessibility
    77 * Description:       The Siteimprove Accessibility plugin bridges the gap between WordPress and the Siteimprove Intelligence Platform via open source Alfa Engine.
    8  * Version:           1.0.1
     8 * Version:           1.0.2
    99 * Requires at least: 6.7
    1010 * Requires PHP:      8.0
     
    4646}
    4747
    48 define( 'SITEIMPROVE_ACCESSIBILITY_VERSION', '1.0.1' );
     48define( 'SITEIMPROVE_ACCESSIBILITY_VERSION', '1.0.2' );
    4949define( 'SITEIMPROVE_ACCESSIBILITY_PLUGIN_NAME', 'siteimprove-accessibility' );
    5050define( 'SITEIMPROVE_ACCESSIBILITY_PLUGIN_ROOT_PATH', trailingslashit( __DIR__ ) );
Note: See TracChangeset for help on using the changeset viewer.