Skip to content

Commit 5aa7f0c

Browse files
authored
Merge pull request #662 from analogwp/release-v2.0.7
Release v2.0.7
2 parents f44073b + 6f2752e commit 5aa7f0c

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
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 ) );

inc/elementor/class-typography.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function __construct() {
9898

9999
add_action( 'elementor/element/container/section_background/before_section_end', array( $this, 'tweak_container_widget_styles' ) );
100100

101-
add_action( 'elementor/element/kit/section_typography/after_section_end', array( $this, 'tweak_typography_section' ), 999, 2 );
101+
add_action( 'elementor/element/kit/section_typography/before_section_end', array( $this, 'tweak_typography_section' ), 999, 2 );
102102

103103
add_action( 'elementor/element/kit/section_buttons/after_section_end', array( $this, 'register_global_fonts' ), 10, 2 );
104104

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)