Skip to content

Commit 1a049cb

Browse files
committed
Bump plugin version to 1.1
1 parent daad19a commit 1a049cb

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

admin/class-divi-accessibility-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public static function get_options_list() {
180180
/**
181181
* Register all related settings of this plugin.
182182
*
183-
* @since 1.0.0
183+
* @since 1.1.0
184184
*/
185185
public function register_settings() {
186186

divi-accessibility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: Divi Accessibility
1717
* Plugin URI: https://wordpress.org/plugins/accessible-divi/
1818
* Description: Improve Divi accessibility in accordance with WCAG 2.0 guidelines.
19-
* Version: 1.0.7
19+
* Version: 1.1.0
2020
* Author: CampusPress
2121
* Author URI: https://campuspress.com
2222
* License: GPL-2.0+

includes/class-divi-accessibility.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* public-facing side of the site and the admin area.
88
*
99
* @link https://campuspress.com
10-
* @since 1.0.0
10+
* @since 1.1.0
1111
*
1212
* @package Divi_Accessibility
1313
* @subpackage Divi_Accessibility/includes
@@ -86,13 +86,13 @@ class Divi_Accessibility {
8686
* Load the dependencies, define the locale, and set the hooks for the admin area and
8787
* the public-facing side of the site.
8888
*
89-
* @since 1.0.6
89+
* @since 1.1.0
9090
*/
9191
public function __construct() {
9292

9393
$this->da11y = 'divi_accessibility';
9494
$this->da11y_options = 'divi_accessibility_options';
95-
$this->version = '1.0.6';
95+
$this->version = '1.1.0';
9696

9797
$this->load_dependencies();
9898
$this->load_settings();

readme.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A WordPress plugin that improves Divi accessibility in accordance with WCAG 2.0
2121
* Ability to change keyboard only outline color
2222
* Fixes Divi incorrectly using screen reader classes
2323
* Adds skip navigation link optimized for Divi markup
24-
* Hide icons from screen readers which can effect reading of text
24+
* Hide icons from screen readers which can affect reading of text
2525
* Tota11y integration
2626

2727
= Contribute on GitHub =
@@ -51,6 +51,16 @@ Plugin created by [CampusPress](https://campuspress.com). Plugin icon based off
5151

5252
== Changelog ==
5353

54+
= 1.1 =
55+
* Add option to hide decorative icons from screen readers
56+
* Add hidden submit button to search
57+
* Add alert role to success/error form message
58+
* Increase color contrast of skiplink to meet WCAG AAA
59+
* Fix contact module form not validating properly when using captcha
60+
* Fix error with label not being added to search form
61+
* Prevent spacebar from scrolling page when toggles have focus
62+
* Remove up and down keys from changing tabs
63+
5464
= 1.0.4 =
5565
* Fix contact module form not validating properly when using captcha
5666

0 commit comments

Comments
 (0)