Skip to content

Commit 6f2752e

Browse files
committed
Prepare a quick patch
1 parent 93c5ac0 commit 6f2752e

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

analogwp-templates.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
* Plugin Name: Style Kits for Elementor
1111
* Plugin URI: https://analogwp.com/
1212
* Description: Style Kits extends the Elementor theme styles editor with more global styling options. Boost your design workflow in Elementor with intuitive global controls and theme style presets.
13-
* Version: 2.0.6
13+
* Version: 2.0.7
1414
* Author: AnalogWP
1515
* Author URI: https://analogwp.com/
1616
* License: GPL2
1717
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1818
* Text Domain: ang
19-
* Elementor tested up to: 3.16.3
19+
* Elementor tested up to: 3.18.0
2020
* Elementor Pro tested up to: 3.16.1
2121
*/
2222

@@ -25,7 +25,7 @@
2525
define( 'ANG_ELEMENTOR_MINIMUM', '3.5.0' );
2626
define( 'ANG_PHP_MINIMUM', '7.0' );
2727
define( 'ANG_WP_MINIMUM', '5.9' );
28-
define( 'ANG_VERSION', '2.0.6' );
28+
define( 'ANG_VERSION', '2.0.7' );
2929
define( 'ANG_PLUGIN_FILE', __FILE__ );
3030
define( 'ANG_PLUGIN_URL', plugin_dir_url( ANG_PLUGIN_FILE ) );
3131
define( 'ANG_PLUGIN_DIR', plugin_dir_path( ANG_PLUGIN_FILE ) );

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "analogwp-templates",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "Handfully crafted Elementor templates packs.",
55
"main": "/client/index.js",
66
"private": true,

readme.txt

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: analogwp, mauryaratan
33
Requires at least: 5.9
44
Requires PHP: 7.0
5-
Tested up to: 6.3.1
6-
Stable tag: 2.0.6
5+
Tested up to: 6.4.1
6+
Stable tag: 2.0.7
77
Tags: elementor, patterns, global styles, elementor addons, design system
88
License: GPLv2
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -102,6 +102,10 @@ We offer high-level support for all Style Kits users. Reach out to https://analo
102102

103103
== Changelog ==
104104

105+
= 2.0.7 - December 04, 2023 =
106+
* Fix: Cannot add a control outside of a section at Typography Section in Kit Settings
107+
* Improvements: Compatibility with Elementor v3.18.0 and Elementor Pro v3.18.0
108+
105109
= 2.0.6 - September 16, 2023 =
106110
* New: Added support for spacing presets and bg classes in nested containers
107111
* Fix: Inline padding values being respected in Containers

0 commit comments

Comments
 (0)