Skip to content

Commit ce221f3

Browse files
committed
Bump version and add changelog
1 parent 9b25b9c commit ce221f3

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

analogwp-templates.php

+2-2
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.0
13+
* Version: 2.3.1
1414
* Author: AnalogWP
1515
* Author URI: https://analogwp.com/
1616
* License: GPL2
@@ -28,7 +28,7 @@
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.0' );
31+
define( 'ANG_VERSION', '2.3.1' );
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.0",
3+
"version": "2.3.1",
44
"description": "Handfully crafted Elementor templates packs.",
55
"main": "/client/index.js",
66
"private": true,

readme.txt

+8-2
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.0
6+
Stable tag: 2.3.1
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,12 +101,18 @@ We offer high-level support for all Style Kits users. Reach out to https://analo
101101

102102
== Changelog ==
103103

104+
= 2.3.1 - December 07, 2024 =
105+
* Fix: Onboarding not working in some cases
106+
* Fix: Library showing Non-container based templates when Container feature is set to default
107+
* Improvement: Updated translation files
108+
* Improvement: Other minor code changes
109+
104110
= 2.3.0 - December 06, 2024 =
105111
* New: Button Sizes/Styles back to Active features
106112
* New: Heading Sizes/Styles back to Active features
107113
* Improvement: Reset and enable size control for Button and Heading widgets
108114
* Improvement: Set minimum PHP required version back to v7.4
109-
* Improvements: Updated translation files
115+
* Improvement: Updated translation files
110116
* Improvement: Other minor code changes
111117

112118
= 2.2.3 - November 27, 2024 =

0 commit comments

Comments
 (0)