Kadence Blocks – Gutenberg Page Builder Toolkit - Version 2.0.1

Version Description

Release Date: May 3rd, 2021 * Fix: Possible issue with info box rendering.

Download this release

Release Info

Developer britner
Plugin Icon 128x128 Kadence Blocks – Gutenberg Page Builder Toolkit
Version 2.0.1
Comparing to
See all releases

Code changes from version 2.0.0 to 2.0.1

dist/class-kadence-blocks-frontend.php CHANGED
@@ -3273,7 +3273,7 @@ class Kadence_Blocks_Frontend {
3273
  }
3274
  $css->start_media_query( $media_query['mobile'] );
3275
  $css->set_selector( '#kt-info-box' . $unique_id . ' .kt-blocks-info-box-link-wrap' );
3276
- $css .= 'display: ' . $display . ';';
3277
  if ( ! empty( $content ) ) {
3278
  $css->add_property( 'justify-content', $content );
3279
  }
3273
  }
3274
  $css->start_media_query( $media_query['mobile'] );
3275
  $css->set_selector( '#kt-info-box' . $unique_id . ' .kt-blocks-info-box-link-wrap' );
3276
+ $css->add_property( 'display', $display );
3277
  if ( ! empty( $content ) ) {
3278
  $css->add_property( 'justify-content', $content );
3279
  }
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.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.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.1
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.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.kadencewp.com/about-us/
5
  Requires at least: 5.5
6
  Tested up to: 5.7.1
7
- Stable tag: 2.0.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -88,6 +88,10 @@ Install the plugin into the `/wp-content/plugins/` folder, and activate it.
88
  == Changelog ==
89
 
90
 
 
 
 
 
91
  = 2.0.0 =
92
  Release Date: May 3rd, 2021
93
  * Update: Prebuilt Library (New Interface!).
4
  Donate link: https://www.kadencewp.com/about-us/
5
  Requires at least: 5.5
6
  Tested up to: 5.7.1
7
+ Stable tag: 2.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
88
  == Changelog ==
89
 
90
 
91
+ = 2.0.1 =
92
+ Release Date: May 3rd, 2021
93
+ * Fix: Possible issue with info box rendering.
94
+
95
  = 2.0.0 =
96
  Release Date: May 3rd, 2021
97
  * Update: Prebuilt Library (New Interface!).