We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a464679 commit c9f1367Copy full SHA for c9f1367
CHANGELOG.md
@@ -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
7
## v1.0.4
8
2019-07-28
9
gridd-plus.php
@@ -4,7 +4,7 @@
* Plugin URI: https://wplemon.com
* Author: Ari Stathopoulos
* Author URI: http://aristath.github.io
- * Version: 1.0.4
+ * Version: 1.0.5
* Text Domain: gridd-plus
*
10
* @package Grid Plus
@@ -22,7 +22,7 @@
22
23
// Define the URL.
24
if ( ! defined( 'GRIDD_PLUS_VERSION' ) ) {
25
- define( 'GRIDD_PLUS_VERSION', '1.0.4' );
+ define( 'GRIDD_PLUS_VERSION', '1.0.5' );
26
}
27
28
// Define the path.
0 commit comments