diff --git a/analogwp-templates.php b/analogwp-templates.php index d261ab7e..d7ae0ee9 100644 --- a/analogwp-templates.php +++ b/analogwp-templates.php @@ -10,7 +10,7 @@ * 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.3.0 + * Version: 2.3.1 * Author: AnalogWP * Author URI: https://analogwp.com/ * License: GPL2 @@ -28,7 +28,7 @@ define( 'ANG_ELEMENTOR_MINIMUM', '3.20.0' ); define( 'ANG_PHP_MINIMUM', '7.4' ); define( 'ANG_WP_MINIMUM', '6.0' ); -define( 'ANG_VERSION', '2.3.0' ); +define( 'ANG_VERSION', '2.3.1' ); 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 ) ); diff --git a/package.json b/package.json index 23e3c7c6..10cfa6e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "analogwp-templates", - "version": "2.3.0", + "version": "2.3.1", "description": "Handfully crafted Elementor templates packs.", "main": "/client/index.js", "private": true, diff --git a/readme.txt b/readme.txt index cc365899..718370b1 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: analogwp, lushkant, johnpixle, mauryaratan Requires at least: 6.0 Requires PHP: 7.4 Tested up to: 6.7.1 -Stable tag: 2.3.0 +Stable tag: 2.3.1 Tags: elementor, patterns, global styles, elementor addons, design system License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -101,12 +101,18 @@ We offer high-level support for all Style Kits users. Reach out to https://analo == Changelog == += 2.3.1 - December 07, 2024 = +* Fix: Onboarding not working in some cases +* Fix: Library showing Non-container based templates when Container feature is set to default +* Improvement: Updated translation files +* Improvement: Other minor code changes + = 2.3.0 - December 06, 2024 = * New: Button Sizes/Styles back to Active features * New: Heading Sizes/Styles back to Active features * Improvement: Reset and enable size control for Button and Heading widgets * Improvement: Set minimum PHP required version back to v7.4 -* Improvements: Updated translation files +* Improvement: Updated translation files * Improvement: Other minor code changes = 2.2.3 - November 27, 2024 =