Version Description
- Fix: Possible Bug in Button CSS
Download this release
Release Info
Developer | britner |
Plugin | Kadence Blocks – Gutenberg Page Builder Toolkit |
Version | 1.9.18 |
Comparing to | |
See all releases |
Code changes from version 1.9.17 to 1.9.18
- dist/blocks/btn.style.build.css +1 -1
- kadence-blocks.php +2 -2
- readme.txt +4 -1
dist/blocks/btn.style.build.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.kt-btn-wrap .kt-button{text-decoration:none;position:relative;z-index:1;overflow:hidden}.kt-btn-wrap .kt-button:not(.kb-btn-global-inherit){padding:8px 16px;cursor:pointer;font-size:18px;display:-webkit-flex;display:flex;line-height:1.6;text-decoration:none;text-align:center;-webkit-justify-content:center;justify-content:center;transition:all .3s ease-in-out;border-width:2px;border-radius:3px;border-color:#555555;background:transparent;color:#555555;border-style:solid
|
1 |
+
.kt-btn-wrap .kt-button{text-decoration:none;position:relative;z-index:1;overflow:hidden}.kt-btn-wrap .kt-button:not(.kb-btn-global-inherit){padding:8px 16px;cursor:pointer;font-size:18px;display:-webkit-flex;display:flex;line-height:1.6;text-decoration:none;text-align:center;-webkit-justify-content:center;justify-content:center;transition:all .3s ease-in-out;border-width:2px;border-radius:3px;border-color:#555555;background:transparent;color:#555555;border-style:solid}.kt-btn-wrap .kt-button:not(.kb-btn-global-inherit):hover,.kt-btn-wrap .kt-button:not(.kb-btn-global-inherit):focus{border-color:#444444;color:#ffffff;box-shadow:none}.kt-btn-wrap .kt-btn-size-small{font-size:16px;padding:4px 8px;border-width:1px}.kt-btn-wrap .kt-btn-size-large{font-size:20px;padding:12px 24px;border-width:3px}.wp-block-kadence-advancedbtn .kt-btn-wrap a.kt-button:not(.link){text-decoration:none}.kt-button::before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;z-index:-1;opacity:0;transition:all .3s ease-in-out}.kt-button:not(.kb-btn-global-inherit)::before{background:#444444}.kt-button:hover::before,.kt-button:focus::before{opacity:1}.kt-btn-svg-icon.kt-btn-side-right{padding-left:5px}.kt-btn-svg-icon.kt-btn-side-left{padding-right:5px}.kt-btn-has-text-false .kt-btn-svg-icon{padding-left:0;padding-right:0}.kt-btn-wrap{display:inline-block;margin-bottom:5px}.kt-btn-align-center{text-align:center}.kt-btn-align-left{text-align:left}.kt-btn-align-right{text-align:right}.wp-block-kadence-advancedbtn .kt-btn-wrap:last-child{margin-right:0}.wp-block-kadence-advancedbtn .kt-btn-wrap{margin-right:5px;vertical-align:middle}.rtl .wp-block-kadence-advancedbtn .kt-btn-wrap{margin-right:0;margin-left:5px}.kt-force-btn-fullwidth{display:-webkit-flex;display:flex}.kt-force-btn-fullwidth .kt-btn-wrap{display:block;-webkit-flex-grow:1;flex-grow:1}.kt-force-btn-fullwidth .kt-btn-wrap .kt-button{-webkit-justify-content:center;justify-content:center}@media (min-width: 768px) and (max-width: 1024px){.kt-btn-tablet-align-center{text-align:center}.kt-btn-tablet-align-left{text-align:left}.kt-btn-tablet-align-right{text-align:right}}@media (max-width: 767px){.kt-btn-mobile-align-center{text-align:center}.kt-btn-mobile-align-left{text-align:left}.kt-btn-mobile-align-right{text-align:right}.wp-block-kadence-advancedbtn.kt-force-btn-fullwidth.kt-mobile-collapse-btn-fullwidth{-webkit-flex-direction:column;flex-direction:column}.wp-block-kadence-advancedbtn.kt-force-btn-fullwidth.kt-mobile-collapse-btn-fullwidth .kt-btn-wrap{margin-right: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: 1.9.
|
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', '1.9.
|
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: 1.9.18
|
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', '1.9.18' );
|
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.6.0
|
7 |
-
Stable tag: 1.9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -87,6 +87,9 @@ Install the plugin into the `/wp-content/plugins/` folder, and activate it.
|
|
87 |
|
88 |
== Changelog ==
|
89 |
|
|
|
|
|
|
|
90 |
= 1.9.17 =
|
91 |
* Add: Inline toolset support.
|
92 |
* Add: Scroll Spy to Table of Contents Block.
|
4 |
Donate link: https://www.kadencewp.com/about-us/
|
5 |
Requires at least: 5.5
|
6 |
Tested up to: 5.6.0
|
7 |
+
Stable tag: 1.9.18
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
87 |
|
88 |
== Changelog ==
|
89 |
|
90 |
+
= 1.9.18 =
|
91 |
+
* Fix: Possible Bug in Button CSS
|
92 |
+
|
93 |
= 1.9.17 =
|
94 |
* Add: Inline toolset support.
|
95 |
* Add: Scroll Spy to Table of Contents Block.
|