Skip to content

Commit 2a2c941

Browse files
committed
Bump version and prepare for release
1 parent 1be5ece commit 2a2c941

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

analogwp-templates.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
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.2.3
13+
* Version: 2.3.0
1414
* Author: AnalogWP
1515
* Author URI: https://analogwp.com/
1616
* License: GPL2
1717
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1818
* Text Domain: ang
1919
* Requires at least: 6.0
20-
* Requires PHP: 8.0
20+
* Requires PHP: 7.4
2121
*
2222
* Elementor tested up to: 3.25.10
2323
* Elementor Pro tested up to: 3.25.4
@@ -26,9 +26,9 @@
2626
defined( 'ABSPATH' ) || exit;
2727

2828
define( 'ANG_ELEMENTOR_MINIMUM', '3.20.0' );
29-
define( 'ANG_PHP_MINIMUM', '8.0' );
29+
define( 'ANG_PHP_MINIMUM', '7.4' );
3030
define( 'ANG_WP_MINIMUM', '6.0' );
31-
define( 'ANG_VERSION', '2.2.2' );
31+
define( 'ANG_VERSION', '2.3.0' );
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.2.3",
3+
"version": "2.3.0",
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
@@ -1,9 +1,9 @@
11
=== Style Kits - Advanced Theme Styles for Elementor ===
22
Contributors: analogwp, lushkant, johnpixle, mauryaratan
33
Requires at least: 6.0
4-
Requires PHP: 8.0
4+
Requires PHP: 7.4
55
Tested up to: 6.7.1
6-
Stable tag: 2.2.3
6+
Stable tag: 2.3.0
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,12 @@ We offer high-level support for all Style Kits users. Reach out to https://analo
101101

102102
== Changelog ==
103103

104+
= 2.3.0 - December 06, 2024 =
105+
* New: Button Sizes/Styles back to Active features
106+
* New: Heading Sizes/Styles back to Active features
107+
* Improvement: Reset and enable size control for Button and Heading widgets
108+
* Improvement: Other minor code changes
109+
104110
= 2.2.3 - November 27, 2024 =
105111
* Improvement: Other minor code changes
106112

0 commit comments

Comments
 (0)