Kadence Blocks – Gutenberg Page Builder Toolkit - Version 1.10.1

Version Description

  • Fix: Update not showing.
Download this release

Release Info

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

Code changes from version 1.9.19 to 1.10.1

Files changed (2) hide show
  1. kadence-blocks.php +2 -2
  2. readme.txt +4 -1
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
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.19' );
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.10.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', '1.10.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.6.0
7
- Stable tag: 1.9.19
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.19 =
91
  * Add: New Post Block.
92
  * Add: New Border Controls for Row/Layout.
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.10.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
87
 
88
  == Changelog ==
89
 
90
+ = 1.10.1 =
91
+ * Fix: Update not showing.
92
+
93
  = 1.9.19 =
94
  * Add: New Post Block.
95
  * Add: New Border Controls for Row/Layout.