WP Accessibility - Version 1.7.1

Version Description

  • Bump tested to value.
Download this release

Release Info

Developer joedolson
Plugin Icon 128x128 WP Accessibility
Version 1.7.1
Comparing to
See all releases

Code changes from version 1.7.0 to 1.7.1

Files changed (2) hide show
  1. readme.txt +6 -2
  2. wp-accessibility.php +2 -2
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: http://www.joedolson.com/donate/
4
  Tags: title, accessibility, accessible, navigation, wcag, a11y, section508, focus, alt text, labels, aria
5
  Requires at least: 3.4.2
6
  Requires PHP: 5.3
7
- Tested up to: 5.3
8
- Stable tag: 1.7.0
9
  Text Domain: wp-accessibility
10
  License: GPLv2 or later
11
 
@@ -66,6 +66,10 @@ The plug-in is intended to help with deficiencies commonly found in themes and t
66
  [Suggest a change!](https://github.com/joedolson/wp-accessibility/issues/)
67
  * Conflict with NextGen gallery to explore
68
 
 
 
 
 
69
  = 1.7.0 =
70
 
71
  * Add: test for specific common types of invalid alt attribute and label as invalid.
4
  Tags: title, accessibility, accessible, navigation, wcag, a11y, section508, focus, alt text, labels, aria
5
  Requires at least: 3.4.2
6
  Requires PHP: 5.3
7
+ Tested up to: 5.4
8
+ Stable tag: 1.7.1
9
  Text Domain: wp-accessibility
10
  License: GPLv2 or later
11
 
66
  [Suggest a change!](https://github.com/joedolson/wp-accessibility/issues/)
67
  * Conflict with NextGen gallery to explore
68
 
69
+ = 1.7.1 =
70
+
71
+ * Bump tested to value.
72
+
73
  = 1.7.0 =
74
 
75
  * Add: test for specific common types of invalid alt attribute and label as invalid.
wp-accessibility.php CHANGED
@@ -17,11 +17,11 @@
17
  * Domain Path: /lang
18
  * License: GPL-2.0+
19
  * License URI: http://www.gnu.org/license/gpl-2.0.txt
20
- * Version: 1.7.0
21
  */
22
 
23
  /*
24
- Copyright 2012-2019 Joe Dolson (email : joe@joedolson.com)
25
 
26
  This program is free software; you can redistribute it and/or modify
27
  it under the terms of the GNU General Public License as published by
17
  * Domain Path: /lang
18
  * License: GPL-2.0+
19
  * License URI: http://www.gnu.org/license/gpl-2.0.txt
20
+ * Version: 1.7.1
21
  */
22
 
23
  /*
24
+ Copyright 2012-2020 Joe Dolson (email : joe@joedolson.com)
25
 
26
  This program is free software; you can redistribute it and/or modify
27
  it under the terms of the GNU General Public License as published by