File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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+
3030}
3131
3232if ( ! 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.
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments