Skip to content

Commit 1193100

Browse files
committed
Update changelog and bump version
1 parent 6d852a1 commit 1193100

File tree

4 files changed

+25
-8
lines changed

4 files changed

+25
-8
lines changed

analogwp-templates.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
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.0.9
13+
* Version: 2.1.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
19-
* Elementor tested up to: 3.21.1
20-
* Elementor Pro tested up to: 3.21.0
19+
* Elementor tested up to: 3.23.4
20+
* Elementor Pro tested up to: 3.23.3
2121
*/
2222

2323
defined( 'ABSPATH' ) || exit;
2424

2525
define( 'ANG_ELEMENTOR_MINIMUM', '3.10.0' );
2626
define( 'ANG_PHP_MINIMUM', '7.0' );
2727
define( 'ANG_WP_MINIMUM', '6.0' );
28-
define( 'ANG_VERSION', '2.0.9' );
28+
define( 'ANG_VERSION', '2.1.0' );
2929
define( 'ANG_PLUGIN_FILE', __FILE__ );
3030
define( 'ANG_PLUGIN_URL', plugin_dir_url( ANG_PLUGIN_FILE ) );
3131
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.0.9",
3+
"version": "2.1.0",
44
"description": "Handfully crafted Elementor templates packs.",
55
"main": "/client/index.js",
66
"private": true,

readme.txt

+15-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: analogwp, mauryaratan
33
Requires at least: 6.0
44
Requires PHP: 7.0
5-
Tested up to: 6.5.2
6-
Stable tag: 2.0.9
5+
Tested up to: 6.6.1
6+
Stable tag: 2.1.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
@@ -62,7 +62,6 @@ Style Kits for Elementor adds a set of extra UI controls to Theme Styles editor,
6262
- [Visit the AnalogWP Website](https://analogwp.com/?utm_medium=wp.org&utm_source=wordpressorg&utm_campaign=readme&utm_content=analogwp)
6363
- [Follow on Twitter](https://twitter.com/AnalogWP/)
6464
- [Like us on Facebook](https://www.facebook.com/analogwp)
65-
- [Join our Facebook community](https://www.facebook.com/groups/analogwp/)
6665
- [Documentation](https://analogwp.com/docs/)
6766

6867
== Installation ==
@@ -102,6 +101,19 @@ We offer high-level support for all Style Kits users. Reach out to https://analo
102101

103102
== Changelog ==
104103

104+
= 2.1.0 - August 22, 2024 =
105+
* Fix: Fixed an issue where in some cases the patterns would not load in the library
106+
* Fix: React throwing regenerator-runtime issue at pattern library
107+
* Fix: Fixed an issue with google fonts causing a fatal error
108+
* Fix: Fix count function throwing an error on null values
109+
* Improvements: Changed the way that pattern thumbnails are served
110+
* Improvements: Includes a migration upgrader to sync library
111+
* Improvements: Compatibility with latest elementor version
112+
* Improvements: Compatibility with WordPress v6.6.1
113+
* Improvements: Compatibility with Elementor v3.23.4 and Elementor Pro v3.23.3
114+
* Improvements: Updated translation files
115+
* Improvements: Other minor code changes
116+
105117
= 2.0.9 - April 19, 2024 =
106118
* New: Deprecate Button Sizes Panel in support of new changes from Elementor v3.20.0
107119
* New: Move Button sizes at Style Kits Panel to legacy section

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -7257,6 +7257,11 @@ regenerator-runtime@^0.13.2:
72577257
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"
72587258
integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==
72597259

7260+
regenerator-runtime@^0.14.1:
7261+
version "0.14.1"
7262+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
7263+
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
7264+
72607265
regenerator-transform@^0.14.0:
72617266
version "0.14.1"
72627267
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb"

0 commit comments

Comments
 (0)