Skip to content

Commit 4fe7c6f

Browse files
committed
Update changelog & version number
1 parent 5d06f91 commit 4fe7c6f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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.3
19+
* Version: 1.0.4
2020
* Author: CampusPress
2121
* Author URI: https://campuspress.com
2222
* License: GPL-2.0+

includes/class-divi-accessibility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function __construct() {
9393

9494
$this->da11y = 'divi_accessibility';
9595
$this->da11y_options = 'divi_accessibility_options';
96-
$this->version = '1.0.3';
96+
$this->version = '1.0.4';
9797

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

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: campuspress, JoeFusco, alexstine
33
Tags: divi, accessibility, accessible, navigation, wcag, a11y, section508, focus, labels, aria
44
Requires at least: 3.5.0
5-
Tested up to: 4.8.2
5+
Tested up to: 4.9
66
Stable tag: trunk
77
License: GPL3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -46,6 +46,9 @@ Plugin created by [CampusPress](https://campuspress.com). Plugin icon based off
4646

4747
== Changelog ==
4848

49+
= 1.0.4 =
50+
* Fix contact module form not validating properly when using captcha
51+
4952
= 1.0.3 =
5053
* Add missing quote in viewport tag causing issues in head
5154

0 commit comments

Comments
 (0)