Changeset 3418208
- Timestamp:
- 12/12/2025 12:15:41 PM (4 weeks ago)
- Location:
- siteimprove-accessibility/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
siteimprove-accessibility.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
siteimprove-accessibility/trunk/readme.txt
r3289999 r3418208 5 5 Requires PHP: 8.0 6 6 Tested up to: 6.8 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 80 80 == Changelog == 81 81 82 = 1.0.2 = 83 * Updated logo 84 82 85 = 1.0.1 = 83 86 * Fixed database compatibility issue that caused the plugin to incorrectly being installed on some environments. -
siteimprove-accessibility/trunk/siteimprove-accessibility.php
r3289999 r3418208 6 6 * Plugin Name: Siteimprove Accessibility 7 7 * Description: The Siteimprove Accessibility plugin bridges the gap between WordPress and the Siteimprove Intelligence Platform via open source Alfa Engine. 8 * Version: 1.0. 18 * Version: 1.0.2 9 9 * Requires at least: 6.7 10 10 * Requires PHP: 8.0 … … 46 46 } 47 47 48 define( 'SITEIMPROVE_ACCESSIBILITY_VERSION', '1.0. 1' );48 define( 'SITEIMPROVE_ACCESSIBILITY_VERSION', '1.0.2' ); 49 49 define( 'SITEIMPROVE_ACCESSIBILITY_PLUGIN_NAME', 'siteimprove-accessibility' ); 50 50 define( 'SITEIMPROVE_ACCESSIBILITY_PLUGIN_ROOT_PATH', trailingslashit( __DIR__ ) );
Note: See TracChangeset
for help on using the changeset viewer.