Skip to content

Commit

Permalink
Version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mauryaratan committed Jan 23, 2020
1 parent 5d9173f commit abddb1d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions analogwp-templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Style Kits for Elementor
* Plugin URI: https://analogwp.com/
* Description: Style Kits adds intuitive styling controls in the Elementor editor that power-up your design workflow.
* Version: 1.5.1
* Version: 1.5.2
* Author: AnalogWP
* Author URI: https://analogwp.com/
* License: GPL2
Expand Down Expand Up @@ -40,7 +40,7 @@ final class Analog_Templates {
*
* @var string
*/
public static $version = '1.5.1';
public static $version = '1.5.2';

/**
* Main Analog_Templates instance.
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": "1.5.1",
"version": "1.5.2",
"description": "Handfully crafted Elementor templates packs.",
"main": "/src/js/app/index.js",
"private": true,
Expand Down
15 changes: 14 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: analogwp, mauryaratan
Requires at least: 5.0
Requires PHP: 5.4
Tested up to: 5.3.2
Stable tag: 1.5.1
Stable tag: 1.5.2
Tags: elementor, landing page, design, website builder, templates, page builder
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -116,6 +116,16 @@ Our dedicated support team has your back. Please reach out via our website at ht

== Changelog ==

= 1.5.2 - January 24, 2020 =
- New: Template/block inserts inside Elementor are now recorded in Elementor history tab
- New: Insert block/templates at point from where Modal was launched
- Fix: Issue with installed kits not being set properly on template import
- Fix: Missing license key info during block import
- Fix: Hide template list when preview is active
- Fix: Bug where Pro templates were displayed regardless of option selected
- Tweak: Style Kits library listing design
- Tweak: Show Pro notice again if Pro templates are shown

= 1.5.1 - January 18, 2020 =
- Fix: \Analog\User class conflict with \Elementor\User (props: @midoelhawy)
- Fix: SK color interferring with Color picker. A null color item results in broken color picker
Expand Down Expand Up @@ -374,3 +384,6 @@ Improved performance, fixes issues with Global Style Kit among various fixes.

= 1.5.1 =
Fixes a conflict with Elementor User class, and color picker swatches.

= 1.5.2 =
Fixes an issue with incorrect Kit selected during Template imports.

0 comments on commit abddb1d

Please sign in to comment.