Skip to content

Commit

Permalink
Merge pull request #662 from analogwp/release-v2.0.7
Browse files Browse the repository at this point in the history
Release v2.0.7
  • Loading branch information
lushkant authored Dec 4, 2023
2 parents f44073b + 6f2752e commit 5aa7f0c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions analogwp-templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
* Plugin Name: Style Kits for Elementor
* Plugin URI: https://analogwp.com/
* 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.
* Version: 2.0.6
* Version: 2.0.7
* Author: AnalogWP
* Author URI: https://analogwp.com/
* License: GPL2
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: ang
* Elementor tested up to: 3.16.3
* Elementor tested up to: 3.18.0
* Elementor Pro tested up to: 3.16.1
*/

Expand All @@ -25,7 +25,7 @@
define( 'ANG_ELEMENTOR_MINIMUM', '3.5.0' );
define( 'ANG_PHP_MINIMUM', '7.0' );
define( 'ANG_WP_MINIMUM', '5.9' );
define( 'ANG_VERSION', '2.0.6' );
define( 'ANG_VERSION', '2.0.7' );
define( 'ANG_PLUGIN_FILE', __FILE__ );
define( 'ANG_PLUGIN_URL', plugin_dir_url( ANG_PLUGIN_FILE ) );
define( 'ANG_PLUGIN_DIR', plugin_dir_path( ANG_PLUGIN_FILE ) );
Expand Down
2 changes: 1 addition & 1 deletion inc/elementor/class-typography.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function __construct() {

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analogwp-templates",
"version": "2.0.6",
"version": "2.0.7",
"description": "Handfully crafted Elementor templates packs.",
"main": "/client/index.js",
"private": true,
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: analogwp, mauryaratan
Requires at least: 5.9
Requires PHP: 7.0
Tested up to: 6.3.1
Stable tag: 2.0.6
Tested up to: 6.4.1
Stable tag: 2.0.7
Tags: elementor, patterns, global styles, elementor addons, design system
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -102,6 +102,10 @@ We offer high-level support for all Style Kits users. Reach out to https://analo

== Changelog ==

= 2.0.7 - December 04, 2023 =
* Fix: Cannot add a control outside of a section at Typography Section in Kit Settings
* Improvements: Compatibility with Elementor v3.18.0 and Elementor Pro v3.18.0

= 2.0.6 - September 16, 2023 =
* New: Added support for spacing presets and bg classes in nested containers
* Fix: Inline padding values being respected in Containers
Expand Down

0 comments on commit 5aa7f0c

Please sign in to comment.