Kadence Blocks – Gutenberg Page Builder Toolkit - Version 2.4.8

Version Description

Release Date: June 3rd, 2022 * Fix: Issue with section overlay.

Download this release

Release Info

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

Code changes from version 2.4.7 to 2.4.8

dist/blocks/column.style.build.css CHANGED
@@ -1 +1 @@
1
- .wp-block-kadence-column>.kt-inside-inner-col>.wp-block-kadence-column{-webkit-flex:1;flex:1}.wp-block-kadence-column{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;z-index:1;min-width:0;min-height:0}.kt-inside-inner-col{border:0 solid transparent;-ms-flex-negative:0;transition:all 0.3s ease}@media (max-width: 767px){.kvs-sm-false{display:none !important}}@media (min-width: 768px) and (max-width: 1024px){.kvs-md-false{display:none !important}}@media screen and (min-width: 1025px){.kvs-lg-false{display:none !important}}body.admin-bar{--kb-admin-bar-visible: 32px}@media screen and (max-width: 782px){body.admin-bar{--kb-admin-bar-visible: 46px}}.kb-section-is-sticky>.kt-inside-inner-col{position:-webkit-sticky;position:sticky;top:calc( var(--kb-admin-bar-visible, 0px ) + var( --kb-section-setting-offset, 0px ))}.kt-inside-inner-col>.kb-section-is-sticky{position:-webkit-sticky;position:sticky;top:calc( var(--kb-admin-bar-visible, 0px ) + var( --kb-section-setting-offset, 0px ))}.kt-inside-inner-col>.wp-block-cover{height:auto}.kb-section-has-link{position:relative}.kb-section-link-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10}.kb-section-has-overlay{position:relative}.kb-section-has-overlay>.kt-inside-inner-col:before{opacity:0.3;content:'';position:absolute;left:0;right:0;top:0;bottom:0}
1
+ .wp-block-kadence-column>.kt-inside-inner-col>.wp-block-kadence-column{-webkit-flex:1;flex:1}.wp-block-kadence-column{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;z-index:1;min-width:0;min-height:0}.kt-inside-inner-col{border:0 solid transparent;-ms-flex-negative:0;transition:all 0.3s ease}@media (max-width: 767px){.kvs-sm-false{display:none !important}}@media (min-width: 768px) and (max-width: 1024px){.kvs-md-false{display:none !important}}@media screen and (min-width: 1025px){.kvs-lg-false{display:none !important}}body.admin-bar{--kb-admin-bar-visible: 32px}@media screen and (max-width: 782px){body.admin-bar{--kb-admin-bar-visible: 46px}}.kb-section-is-sticky>.kt-inside-inner-col{position:-webkit-sticky;position:sticky;top:calc( var(--kb-admin-bar-visible, 0px ) + var( --kb-section-setting-offset, 0px ))}.kt-inside-inner-col>.kb-section-is-sticky{position:-webkit-sticky;position:sticky;top:calc( var(--kb-admin-bar-visible, 0px ) + var( --kb-section-setting-offset, 0px ))}.kt-inside-inner-col>.wp-block-cover{height:auto}.kb-section-has-link{position:relative}.kb-section-link-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10}.kb-section-has-overlay .kt-inside-inner-col{z-index:1}.kb-section-has-overlay>.kt-inside-inner-col:before{z-index:-1}.kb-section-has-overlay{position:relative}.kb-section-has-overlay>.kt-inside-inner-col:before{opacity:0.3;content:'';position:absolute;left:0;right:0;top:0;bottom:0}
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.4.7
9
  * Text Domain: kadence-blocks
10
  * License: GPL2+
11
  * License URI: https://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.4.7' );
24
  /**
25
  * Add a check before redirecting
26
  */
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.4.8
9
  * Text Domain: kadence-blocks
10
  * License: GPL2+
11
  * License URI: https://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.4.8' );
24
  /**
25
  * Add a check before redirecting
26
  */
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.9
6
  Tested up to: 6.0
7
- Stable tag: 2.4.7
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -76,6 +76,10 @@ Install the plugin into the `/wp-content/plugins/` folder, and activate it.
76
 
77
  == Changelog ==
78
 
 
 
 
 
79
  = 2.4.7 =
80
  Release Date: June 1st, 2022
81
  * Fix: Margins inside of rows.
4
  Donate link: https://www.kadencewp.com/about-us/
5
  Requires at least: 5.9
6
  Tested up to: 6.0
7
+ Stable tag: 2.4.8
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
76
 
77
  == Changelog ==
78
 
79
+ = 2.4.8 =
80
+ Release Date: June 3rd, 2022
81
+ * Fix: Issue with section overlay.
82
+
83
  = 2.4.7 =
84
  Release Date: June 1st, 2022
85
  * Fix: Margins inside of rows.