Version Description
- Fix: Small JS error in the admin.
Download this release
Release Info
Developer | britner |
Plugin | Kadence Blocks – Gutenberg Page Builder Toolkit |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- dist/init.php +0 -1
- kadence-blocks.php +2 -2
- readme.txt +6 -2
dist/init.php
CHANGED
@@ -107,7 +107,6 @@ function kadence_blocks_admin_editor_width() {
|
|
107 |
}
|
108 |
add_action( 'admin_head-post.php', 'kadence_blocks_admin_editor_width', 100 );
|
109 |
add_action( 'admin_head-post-new.php', 'kadence_blocks_admin_editor_width', 100 );
|
110 |
-
add_action( 'admin_head-edit.php', 'kadence_blocks_admin_editor_width', 100 );
|
111 |
|
112 |
/**
|
113 |
* Add class to match editor width.
|
107 |
}
|
108 |
add_action( 'admin_head-post.php', 'kadence_blocks_admin_editor_width', 100 );
|
109 |
add_action( 'admin_head-post-new.php', 'kadence_blocks_admin_editor_width', 100 );
|
|
|
110 |
|
111 |
/**
|
112 |
* Add class to match editor width.
|
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.0.
|
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.0.
|
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.0.2
|
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.0.2' );
|
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.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -65,8 +65,12 @@ Install the plugin into the `/wp-content/plugins/` folder, and activate it.
|
|
65 |
|
66 |
== Changelog ==
|
67 |
|
|
|
|
|
|
|
|
|
68 |
= 1.0.1 =
|
69 |
-
* Add github link.
|
70 |
* Update: Editor width to change image max width.
|
71 |
* Update: Spacer/Divider block to show height while resizing.
|
72 |
* Update: Icons Block to copy styles from previous icon when adding more.
|
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.0.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
65 |
|
66 |
== Changelog ==
|
67 |
|
68 |
+
|
69 |
+
= 1.0.2 =
|
70 |
+
* Fix: Small JS error in the admin.
|
71 |
+
|
72 |
= 1.0.1 =
|
73 |
+
* Add: github link.
|
74 |
* Update: Editor width to change image max width.
|
75 |
* Update: Spacer/Divider block to show height while resizing.
|
76 |
* Update: Icons Block to copy styles from previous icon when adding more.
|