Skip to content

Commit

Permalink
Bump version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lushkant committed Dec 7, 2024
1 parent 9b25b9c commit ce221f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions analogwp-templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 ) );
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.3.0",
"version": "2.3.1",
"description": "Handfully crafted Elementor templates packs.",
"main": "/client/index.js",
"private": true,
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 =
Expand Down

0 comments on commit ce221f3

Please sign in to comment.