diff --git a/analogwp-templates.php b/analogwp-templates.php index 47f507db..7eaa2095 100644 --- a/analogwp-templates.php +++ b/analogwp-templates.php @@ -10,14 +10,14 @@ * 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.0.9 + * Version: 2.1.0 * Author: AnalogWP * Author URI: https://analogwp.com/ * License: GPL2 * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: ang - * Elementor tested up to: 3.21.1 - * Elementor Pro tested up to: 3.21.0 + * Elementor tested up to: 3.23.4 + * Elementor Pro tested up to: 3.23.3 */ defined( 'ABSPATH' ) || exit; @@ -25,7 +25,7 @@ define( 'ANG_ELEMENTOR_MINIMUM', '3.10.0' ); define( 'ANG_PHP_MINIMUM', '7.0' ); define( 'ANG_WP_MINIMUM', '6.0' ); -define( 'ANG_VERSION', '2.0.9' ); +define( 'ANG_VERSION', '2.1.0' ); 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 ) ); diff --git a/package.json b/package.json index 71e272b1..2128f374 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "analogwp-templates", - "version": "2.0.9", + "version": "2.1.0", "description": "Handfully crafted Elementor templates packs.", "main": "/client/index.js", "private": true, diff --git a/readme.txt b/readme.txt index c5ec4bdf..8e88ffcc 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: analogwp, mauryaratan Requires at least: 6.0 Requires PHP: 7.0 -Tested up to: 6.5.2 -Stable tag: 2.0.9 +Tested up to: 6.6.1 +Stable tag: 2.1.0 Tags: elementor, patterns, global styles, elementor addons, design system License: GPLv2 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, - [Visit the AnalogWP Website](https://analogwp.com/?utm_medium=wp.org&utm_source=wordpressorg&utm_campaign=readme&utm_content=analogwp) - [Follow on Twitter](https://twitter.com/AnalogWP/) - [Like us on Facebook](https://www.facebook.com/analogwp) -- [Join our Facebook community](https://www.facebook.com/groups/analogwp/) - [Documentation](https://analogwp.com/docs/) == Installation == @@ -102,6 +101,19 @@ We offer high-level support for all Style Kits users. Reach out to https://analo == Changelog == += 2.1.0 - August 22, 2024 = +* Fix: Fixed an issue where in some cases the patterns would not load in the library +* Fix: React throwing regenerator-runtime issue at pattern library +* Fix: Fixed an issue with google fonts causing a fatal error +* Fix: Fix count function throwing an error on null values +* Improvements: Changed the way that pattern thumbnails are served +* Improvements: Includes a migration upgrader to sync library +* Improvements: Compatibility with latest elementor version +* Improvements: Compatibility with WordPress v6.6.1 +* Improvements: Compatibility with Elementor v3.23.4 and Elementor Pro v3.23.3 +* Improvements: Updated translation files +* Improvements: Other minor code changes + = 2.0.9 - April 19, 2024 = * New: Deprecate Button Sizes Panel in support of new changes from Elementor v3.20.0 * New: Move Button sizes at Style Kits Panel to legacy section diff --git a/yarn.lock b/yarn.lock index 015a112f..070edb70 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7257,6 +7257,11 @@ regenerator-runtime@^0.13.2: resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5" integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw== +regenerator-runtime@^0.14.1: + version "0.14.1" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f" + integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw== + regenerator-transform@^0.14.0: version "0.14.1" resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb"