Skip to content

Commit

Permalink
Merge pull request #818 from equalizedigital/release/1.16.3
Browse files Browse the repository at this point in the history
Backport: Release/1.16.3
  • Loading branch information
pattonwebz authored Nov 19, 2024
2 parents fbf9277 + a670251 commit 8df5d07
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions accessibility-checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Accessibility Checker
* Plugin URI: https://a11ychecker.com
* Description: Audit and check your website for accessibility before you hit publish. In-post accessibility scanner and guidance.
* Version: 1.16.2
* Version: 1.16.3
* Author: Equalize Digital
* Author URI: https://equalizedigital.com
* License: GPL-2.0+
Expand All @@ -35,7 +35,7 @@

// Current plugin version.
if ( ! defined( 'EDAC_VERSION' ) ) {
define( 'EDAC_VERSION', '1.16.2' );
define( 'EDAC_VERSION', '1.16.3' );
}

// Current database version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accessibility-checker",
"version": "1.16.2",
"version": "1.16.3",
"description": "Audit and check your website for accessibility before you hit publish. In-post accessibility scanner and guidance.",
"author": "Equalize Digital",
"license": "GPL-2.0+",
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: equalizedigital, alh0319, stevejonesdev
Tags: accessibility, accessible, wcag, ada, WP accessibility
Requires at least: 6.2
Tested up to: 6.7.0
Stable tag: 1.16.2
Stable tag: 1.16.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -171,8 +171,11 @@ No, Accessibility Checker runs completely on your server and does not require yo

== Changelog ==

= 1.16.2 =
= 1.16.3 =
* Enhancement: Add Fix settings to site health info panels.
* Fixed: Corrected a string that was misplaced in a fix.

= 1.16.2 =
* Enhancement: Use better names for fix modal titles.
* Enhancement: Improve the link_pdf rule to detect more accurately.
* Enhancement: Improve the link_ms_office_doc rule to detect more accurately.
Expand Down

0 comments on commit 8df5d07

Please sign in to comment.