Version Description
Release Date: May 17th, 2021 * Fix: Issue with design library not showing active.
Download this release
Release Info
Developer | britner |
Plugin | Kadence Blocks – Gutenberg Page Builder Toolkit |
Version | 2.0.5 |
Comparing to | |
See all releases |
Code changes from version 2.0.4 to 2.0.5
- dist/init.php +2 -2
- kadence-blocks.php +2 -2
- readme.txt +5 -1
dist/init.php
CHANGED
@@ -805,9 +805,9 @@ function kadence_blocks_get_pro_license_data() {
|
|
805 |
}
|
806 |
} else {
|
807 |
if ( is_multisite() && ! apply_filters( 'kadence_activation_individual_multisites', false ) ) {
|
808 |
-
$
|
809 |
} else {
|
810 |
-
$
|
811 |
}
|
812 |
}
|
813 |
return $data;
|
805 |
}
|
806 |
} else {
|
807 |
if ( is_multisite() && ! apply_filters( 'kadence_activation_individual_multisites', false ) ) {
|
808 |
+
$data = get_site_option( 'kt_api_manager_kadence_gutenberg_pro_data' );
|
809 |
} else {
|
810 |
+
$data = get_option( 'kt_api_manager_kadence_gutenberg_pro_data' );
|
811 |
}
|
812 |
}
|
813 |
return $data;
|
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 WP
|
7 |
* Author URI: https://www.kadencewp.com
|
8 |
-
* Version: 2.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( 'KADENCE_BLOCKS_PATH', realpath( plugin_dir_path( __FILE__ ) ) . DIRECTORY_SEPARATOR );
|
22 |
define( 'KADENCE_BLOCKS_URL', plugin_dir_url( __FILE__ ) );
|
23 |
-
define( 'KADENCE_BLOCKS_VERSION', '2.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 WP
|
7 |
* Author URI: https://www.kadencewp.com
|
8 |
+
* Version: 2.0.5
|
9 |
* Text Domain: kadence-blocks
|
10 |
* License: GPL2+
|
11 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
20 |
|
21 |
define( 'KADENCE_BLOCKS_PATH', realpath( plugin_dir_path( __FILE__ ) ) . DIRECTORY_SEPARATOR );
|
22 |
define( 'KADENCE_BLOCKS_URL', plugin_dir_url( __FILE__ ) );
|
23 |
+
define( 'KADENCE_BLOCKS_VERSION', '2.0.5' );
|
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.kadencewp.com/about-us/
|
5 |
Requires at least: 5.5
|
6 |
Tested up to: 5.7.2
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -87,6 +87,10 @@ Install the plugin into the `/wp-content/plugins/` folder, and activate it.
|
|
87 |
|
88 |
== Changelog ==
|
89 |
|
|
|
|
|
|
|
|
|
90 |
= 2.0.4 =
|
91 |
Release Date: May 15th, 2021
|
92 |
* Add: Custom css option to row and section blocks.
|
4 |
Donate link: https://www.kadencewp.com/about-us/
|
5 |
Requires at least: 5.5
|
6 |
Tested up to: 5.7.2
|
7 |
+
Stable tag: 2.0.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
87 |
|
88 |
== Changelog ==
|
89 |
|
90 |
+
= 2.0.5 =
|
91 |
+
Release Date: May 17th, 2021
|
92 |
+
* Fix: Issue with design library not showing active.
|
93 |
+
|
94 |
= 2.0.4 =
|
95 |
Release Date: May 15th, 2021
|
96 |
* Add: Custom css option to row and section blocks.
|