Version Description
- Fix: Update not showing WordPress.
Download this release
Release Info
Developer | britner |
Plugin | Kadence Blocks – Gutenberg Page Builder Toolkit |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.1.1
- kadence-blocks.php +2 -2
- readme.txt +4 -1
kadence-blocks.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Advanced Page Building Blocks for Gutenberg. Create custom column layouts, backgrounds, dual buttons, icons etc.
|
6 |
* Author: Kadence Themes
|
7 |
* Author URI: https://www.kadencethemes.com
|
8 |
-
* Version: 1.
|
9 |
* Text Domain: kadence-blocks
|
10 |
* License: GPL2+
|
11 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
@@ -20,7 +20,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
20 |
|
21 |
define( 'KT_BLOCKS_PATH', realpath( plugin_dir_path( __FILE__ ) ) . DIRECTORY_SEPARATOR );
|
22 |
define( 'KT_BLOCKS_URL', plugin_dir_url( __FILE__ ) );
|
23 |
-
define( 'KT_BLOCKS_VERSION', '1.
|
24 |
|
25 |
/**
|
26 |
* Add a check before redirecting
|
5 |
* Description: Advanced Page Building Blocks for Gutenberg. Create custom column layouts, backgrounds, dual buttons, icons etc.
|
6 |
* Author: Kadence Themes
|
7 |
* Author URI: https://www.kadencethemes.com
|
8 |
+
* Version: 1.1.1
|
9 |
* Text Domain: kadence-blocks
|
10 |
* License: GPL2+
|
11 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
20 |
|
21 |
define( 'KT_BLOCKS_PATH', realpath( plugin_dir_path( __FILE__ ) ) . DIRECTORY_SEPARATOR );
|
22 |
define( 'KT_BLOCKS_URL', plugin_dir_url( __FILE__ ) );
|
23 |
+
define( 'KT_BLOCKS_VERSION', '1.1.1' );
|
24 |
|
25 |
/**
|
26 |
* Add a check before redirecting
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: gutenberg, blocks, page builder, google fonts, dual buttons, svg icons, ed
|
|
4 |
Donate link: https://www.kadencethemes.com/about-us/
|
5 |
Requires at least: 4.4
|
6 |
Tested up to: 4.9.8
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -78,6 +78,9 @@ Install the plugin into the `/wp-content/plugins/` folder, and activate it.
|
|
78 |
|
79 |
== Changelog ==
|
80 |
|
|
|
|
|
|
|
81 |
= 1.1.0 =
|
82 |
* Fix: Button link width.
|
83 |
* Fix: Font weight setting.
|
4 |
Donate link: https://www.kadencethemes.com/about-us/
|
5 |
Requires at least: 4.4
|
6 |
Tested up to: 4.9.8
|
7 |
+
Stable tag: 1.1.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
78 |
|
79 |
== Changelog ==
|
80 |
|
81 |
+
= 1.1.1 =
|
82 |
+
* Fix: Update not showing WordPress.
|
83 |
+
|
84 |
= 1.1.0 =
|
85 |
* Fix: Button link width.
|
86 |
* Fix: Font weight setting.
|