Skip to content

Commit 6d51121

Browse files
author
Alex Stine
committed
Bump version.
1 parent 287f025 commit 6d51121

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.2
18+
* Version: 2.0.3
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.2' );
33+
define( 'DA11Y_VERSION', '2.0.3' );
3434
}
3535

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

readme.txt

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

5353
== Changelog ==
5454

55+
= 2.0.3 =
56+
* Fix mobile menu bugs.
57+
5558
= 2.0.2 =
5659
* Added option to underline all links in Divi under #et-main-area.
5760
* Added option to remove the underline from title and buttons in Divi.

0 commit comments

Comments
 (0)