Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lushkant committed Aug 22, 2024
1 parent 6d852a1 commit 1193100
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 8 deletions.
8 changes: 4 additions & 4 deletions analogwp-templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
* 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;

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 ) );
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.0.9",
"version": "2.1.0",
"description": "Handfully crafted Elementor templates packs.",
"main": "/client/index.js",
"private": true,
Expand Down
18 changes: 15 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ==
Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1193100

Please sign in to comment.