WP Accessibility - Version 1.7.14

Version Description

  • Bug fix: incorrectly called variable broke responsive toolbar.
Download this release

Release Info

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

Code changes from version 1.7.13 to 1.7.14

Files changed (3) hide show
  1. js/wpa-toolbar.js +1 -1
  2. readme.txt +5 -1
  3. wp-accessibility.php +2 -2
js/wpa-toolbar.js CHANGED
@@ -13,7 +13,7 @@
13
  insert_a11y_toolbar += '<li class="a11y-toolbar-list-item"><button type="button" class="a11y-toggle-fontsize toggle-fontsize" id="is_normal_fontsize" aria-pressed="false"><span class="offscreen">' + wpa.fontsize + '</span><span class="aticon aticon-font" aria-hidden="true"></span></button></li>';
14
  }
15
  insert_a11y_toolbar += '</ul>';
16
- a11y_toolbar.classList.add( wpa.response, 'a11y-toolbar', wpa.is_rtl, wpa.is_right );
17
  a11y_toolbar.innerHTML = insert_a11y_toolbar;
18
 
19
  var insertionPoint = document.querySelector( wpa.location );
13
  insert_a11y_toolbar += '<li class="a11y-toolbar-list-item"><button type="button" class="a11y-toggle-fontsize toggle-fontsize" id="is_normal_fontsize" aria-pressed="false"><span class="offscreen">' + wpa.fontsize + '</span><span class="aticon aticon-font" aria-hidden="true"></span></button></li>';
14
  }
15
  insert_a11y_toolbar += '</ul>';
16
+ a11y_toolbar.classList.add( wpa.responsive, 'a11y-toolbar', wpa.is_rtl, wpa.is_right );
17
  a11y_toolbar.innerHTML = insert_a11y_toolbar;
18
 
19
  var insertionPoint = document.querySelector( wpa.location );
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: title, accessibility, accessible, navigation, wcag, a11y, section508, focu
5
  Requires at least: 3.4.2
6
  Requires PHP: 5.6
7
  Tested up to: 5.9
8
- Stable tag: 1.7.13
9
  Text Domain: wp-accessibility
10
  License: GPLv2 or later
11
 
@@ -76,6 +76,10 @@ The plug-in is intended to help with deficiencies commonly found in themes and t
76
 
77
  [Suggest a change!](https://github.com/joedolson/wp-accessibility/issues/)
78
 
 
 
 
 
79
  = 1.7.13 =
80
 
81
  * Bug fix: empty space in toolbar attachment point field created uncaught exception in JS.
5
  Requires at least: 3.4.2
6
  Requires PHP: 5.6
7
  Tested up to: 5.9
8
+ Stable tag: 1.7.14
9
  Text Domain: wp-accessibility
10
  License: GPLv2 or later
11
 
76
 
77
  [Suggest a change!](https://github.com/joedolson/wp-accessibility/issues/)
78
 
79
+ = 1.7.14 =
80
+
81
+ * Bug fix: incorrectly called variable broke responsive toolbar.
82
+
83
  = 1.7.13 =
84
 
85
  * Bug fix: empty space in toolbar attachment point field created uncaught exception in JS.
wp-accessibility.php CHANGED
@@ -17,7 +17,7 @@
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.13
21
  */
22
 
23
  /*
@@ -69,7 +69,7 @@ function wpa_admin_menu() {
69
  * Install on activation.
70
  */
71
  function wpa_install() {
72
- $wpa_version = '1.7.13';
73
  if ( 'true' !== get_option( 'wpa_installed' ) ) {
74
  add_option( 'rta_from_tag_clouds', 'on' );
75
  add_option( 'asl_styles_focus', '' );
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.14
21
  */
22
 
23
  /*
69
  * Install on activation.
70
  */
71
  function wpa_install() {
72
+ $wpa_version = '1.7.14';
73
  if ( 'true' !== get_option( 'wpa_installed' ) ) {
74
  add_option( 'rta_from_tag_clouds', 'on' );
75
  add_option( 'asl_styles_focus', '' );