Skip to content

Commit c9f1367

Browse files
committed
v1.0.5
1 parent a464679 commit c9f1367

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.0.5
2+
2019-08-04
3+
4+
* Fix: Compatibility with Gridd v1.1.14
5+
* Fix: a11y text-controls JS issue in the customizer.
6+
17
## v1.0.4
28
2019-07-28
39

gridd-plus.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://wplemon.com
55
* Author: Ari Stathopoulos
66
* Author URI: http://aristath.github.io
7-
* Version: 1.0.4
7+
* Version: 1.0.5
88
* Text Domain: gridd-plus
99
*
1010
* @package Grid Plus
@@ -22,7 +22,7 @@
2222

2323
// Define the URL.
2424
if ( ! defined( 'GRIDD_PLUS_VERSION' ) ) {
25-
define( 'GRIDD_PLUS_VERSION', '1.0.4' );
25+
define( 'GRIDD_PLUS_VERSION', '1.0.5' );
2626
}
2727

2828
// Define the path.

0 commit comments

Comments
 (0)