Skip to content

Commit

Permalink
Version 1.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mauryaratan committed Nov 11, 2019
1 parent 1ba1d1f commit 6f74b52
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 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.3.13
* Version: 1.3.14
* 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.3.13';
public static $version = '1.3.14';

/**
* Main Analog_Templates instance.
Expand Down
4 changes: 4 additions & 0 deletions inc/upgrade-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ function do_automatic_upgrades() {
Utils::clear_elementor_cache();
}

if ( version_compare( $installed_version, '1.3.14', '<' ) ) {
Utils::clear_elementor_cache();
}

if ( $did_upgrade ) {
// Bump version.
Options::get_instance()->set( 'version', ANG_VERSION );
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.3.13",
"version": "1.3.14",
"description": "Handfully crafted Elementor templates packs.",
"main": "/src/js/app/index.js",
"private": true,
Expand Down
13 changes: 11 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: analogwp, mauryaratan
Requires at least: 5.0
Requires PHP: 5.4
Tested up to: 5.3
Stable tag: 1.3.13
Tags: elementor, landing page, design, website builder, templates
Stable tag: 1.3.14
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 @@ -100,6 +100,15 @@ Our dedicated support team has your back. Please reach out via our website at ht

== Changelog ==

= 1.3.14 - November 11, 2019 =
* Fix: Don't save template value from in SK
* Fix: Post meta terms accent color
* Tweak: Added SK accent color on Comment submit button
* Tweak: Change SK imported popup text, redirect to SK panel after import
* Improve: Update Style Kit button is now more consistent
* Improve: Clear Elementor cache on uninstall
* Improve: Use core version of React and ReactDOM

= 1.3.13 - November 04, 2019 =
* Fix: Issue with buttons taking accent color

Expand Down

0 comments on commit 6f74b52

Please sign in to comment.