Skip to content

Commit 143005b

Browse files
committed
Bump version and add changelog
1 parent 20ebfb4 commit 143005b

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

analogwp-templates.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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.3.1
13+
* Version: 2.3.2
1414
* Author: AnalogWP
1515
* Author URI: https://analogwp.com/
1616
* License: GPL2
@@ -19,16 +19,16 @@
1919
* Requires at least: 6.0
2020
* Requires PHP: 7.4
2121
*
22-
* Elementor tested up to: 3.25.10
23-
* Elementor Pro tested up to: 3.25.4
22+
* Elementor tested up to: 3.26.5
23+
* Elementor Pro tested up to: 3.26.3
2424
*/
2525

2626
defined( 'ABSPATH' ) || exit;
2727

2828
define( 'ANG_ELEMENTOR_MINIMUM', '3.20.0' );
2929
define( 'ANG_PHP_MINIMUM', '7.4' );
3030
define( 'ANG_WP_MINIMUM', '6.0' );
31-
define( 'ANG_VERSION', '2.3.1' );
31+
define( 'ANG_VERSION', '2.3.2' );
3232
define( 'ANG_PLUGIN_FILE', __FILE__ );
3333
define( 'ANG_PLUGIN_URL', plugin_dir_url( ANG_PLUGIN_FILE ) );
3434
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.3.1",
3+
"version": "2.3.2",
44
"description": "Handfully crafted Elementor templates packs.",
55
"main": "/client/index.js",
66
"private": true,

readme.txt

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: analogwp, lushkant, johnpixle, mauryaratan
33
Requires at least: 6.0
44
Requires PHP: 7.4
55
Tested up to: 6.7.1
6-
Stable tag: 2.3.1
6+
Stable tag: 2.3.2
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
@@ -101,6 +101,14 @@ We offer high-level support for all Style Kits users. Reach out to https://analo
101101

102102
== Changelog ==
103103

104+
= 2.3.2 - January 16, 2024 =
105+
* Fix: Inline kit data at widgets not including page kit data
106+
* Fix: Add body class when global kit class is missing, mostly on pages with page kit
107+
* Fix: Avoid kit shadow presets getter from running on frontend, as per support ticket props to @baraklevy
108+
* Improvement: Compatibility with Elementor v3.26.5 and Elementor Pro v3.26.3
109+
* Improvement: Updated translation files
110+
* Improvement: Other minor code changes
111+
104112
= 2.3.1 - December 07, 2024 =
105113
* Fix: Onboarding not working in some cases
106114
* Fix: Library showing Non-container based templates when Container feature is set to default

0 commit comments

Comments
 (0)