Skip to content

Commit

Permalink
Readmes and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Nov 6, 2022
1 parent 836015b commit a3642f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Improving the Accessibility of your WordPress site.
* Requires at least: 4.4
* Tested up to: 6.1
* Requires PHP: 5.6
* Stable tag: `1.9.2`
* Stable tag: `2.0.0`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
8 changes: 5 additions & 3 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: title, accessibility, accessible, navigation, wcag, a11y, section508, focu
Requires at least: 3.4.2
Requires PHP: 5.6
Tested up to: 6.1
Stable tag: 1.9.2
Stable tag: 2.0.0
Text Domain: wp-accessibility
License: GPLv2 or later

Expand Down Expand Up @@ -76,7 +76,7 @@ The plug-in is intended to help with deficiencies commonly found in themes and t

[Suggest a change!](https://github.com/joedolson/wp-accessibility/issues/)

= 2.0 =
= 2.0.0 =

* New feature: Show alt attributes toggle on content images.
* New feature: Ensure users can adjust scale even if maximum-scale set to 1.0.
Expand All @@ -85,10 +85,12 @@ The plug-in is intended to help with deficiencies commonly found in themes and t
* Updated feature: [Remove title attributes])https://docs.joedolson.com/wp-accessibility/2022/10/29/remove-title-attributes/) now more intelligent.
* Updated feature: Modernized alt attribute enforcement tools.
* Change: Combine remediation scripting in wp-accessibility.js.
* Change: Disable accessibility-ready duplicating features if theme changed to accessibility-ready.
* Bug fix: aria-expanded missing in some cases for longdesc disclosures.
* Bug fix: Main JS file did not have a version number.
* Bug fix: Run feature JS after running remediation JS.
* Retired language directory call. Translation files haven't been updated since version 1.3.9 (Oct 2014).
* Bug fix: Fix DOM ordering with image disclosure buttons.
* Retired language directory call. Translation files haven't been updated since version Oct 2014.

= 1.9.2 =

Expand Down
4 changes: 2 additions & 2 deletions src/wp-accessibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Domain Path: /lang
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Version: 2.0
* Version: 2.0.0
*/

/*
Expand Down Expand Up @@ -70,7 +70,7 @@ function wpa_admin_menu() {
* Install on activation.
*/
function wpa_install() {
$wpa_version = '2.0';
$wpa_version = '2.0.0';
if ( 'true' !== get_option( 'wpa_installed' ) ) {
add_option( 'rta_from_tag_clouds', 'on' );
add_option( 'asl_styles_focus', '' );
Expand Down

0 comments on commit a3642f6

Please sign in to comment.