Skip to content

Commit 599a735

Browse files
author
Mariusz Misiek
committed
Bumped version and added changelog info.
1 parent c70f4ac commit 599a735

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

divi-accessibility.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Plugin Name: Divi Accessibility
1616
* Plugin URI: https://wordpress.org/plugins/accessible-divi/
1717
* Description: Improve Divi accessibility in accordance with WCAG 2.0 guidelines.
18-
* Version: 2.0.4
18+
* Version: 2.0.5
1919
* Author: CampusPress
2020
* Author URI: https://campuspress.com
2121
* License: GPL-2.0+
@@ -30,7 +30,7 @@
3030
}
3131

3232
if ( ! defined( 'DA11Y_VERSION' ) ) {
33-
define( 'DA11Y_VERSION', '2.0.4' );
33+
define( 'DA11Y_VERSION', '2.0.5' );
3434
}
3535

3636
// Used for referring to the plugin file or basename.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "divi-accessibility",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "A WordPress plugin that improves Divi accessibility in accordance with WCAG 2",
55
"watch": {
66
"build": {

readme.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ Plugin created by [CampusPress](https://campuspress.com). Plugin icon based off
5252

5353
== Changelog ==
5454

55+
= 2.0.5 =
56+
* Added support for escape button in submenu.
57+
* Added missing aria attributes to Accordion & Toggle (thanks @muiradams).
58+
* Improvements for removal of focus class (thanks @kanterjoe).
59+
* Improvements for adding role="link".
60+
5561
= 2.0.4 =
5662
* Improvements for mobile menu opening and closing with keyboard.
5763

0 commit comments

Comments
 (0)