Skip to content

Commit

Permalink
Version 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mauryaratan committed Oct 23, 2019
1 parent f074a8b commit feadbcd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 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.7
* Version: 1.3.8
* 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.7';
public static $version = '1.3.8';

/**
* 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.3.7",
"version": "1.3.8",
"description": "Handfully crafted Elementor templates packs.",
"main": "/src/js/app/index.js",
"private": true,
Expand Down
24 changes: 21 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: 5.0
Requires PHP: 5.4
Tested up to: 5.2.3
Stable tag: 1.3.7
Tested up to: 5.3
Stable tag: 1.3.8
Tags: elementor, landing page, design, website builder, templates
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -16,6 +16,8 @@ Style Kits adds intuitive styling controls in the Elementor editor that power-up

Stop manually adding / copying / pasting styles across layouts and experience macro control of the most essential aspects of your layout system:

https://www.youtube.com/watch?v=FZfTG3l-7T8

- Body text
- Headings
- Headings and text sizes
Expand Down Expand Up @@ -97,6 +99,22 @@ Our dedicated support team has your back. Please reach out via our website at ht

== Changelog ==

= 1.3.8 - October 22, 2019 =
* New: Added new [Template Collection](https://github.com/mauryaratan/analogwp-templates/issues/176) interface.
* New: Added [new Settings Page](https://github.com/mauryaratan/analogwp-templates/issues/178) in Style Kits > Settings
* New: [Template import](https://github.com/mauryaratan/analogwp-templates/issues/161) flow, allowing to select a Style Kit during import
* Fix: Links inside Headings having 2x size when used with [EM units](https://github.com/mauryaratan/analogwp-templates/issues/175)
* Fix: Issue with a `WP_Query` call interfering with Elementor queries
* Fix: An issue with inline color style on the [Accordion widget title](https://github.com/mauryaratan/analogwp-templates/issues/180) does not override accent color
* Fix: Apply accent color properly on stacked and framed variants of [icons](https://github.com/mauryaratan/analogwp-templates/issues/187).
* Fix: Added `wp-api-fetch` as script dependency inside Elementor editor
* Fix: Error not showing up when an unallowed version of template was being imported
* Fix: H6 selector for Default Font Family control of Headings Typography
* Fix: Style Kits library not force refreshing
* Improve: [Empty state](https://github.com/mauryaratan/analogwp-templates/issues/170) when templates are empty
* Improve: Added Templates/Style Kits count in header
* Improve: Updated readme.txt changelog to include release dates

= 1.3.7 - September 20, 2019 =
* New: Added a settings Style Kit > Settings to be able to rollback to any older version of plugin
* Fix: Bug where Quick edit mode would accidentally break Elementor page settings
Expand Down Expand Up @@ -229,7 +247,7 @@ Our dedicated support team has your back. Please reach out via our website at ht
* Improve: Check WordPress version before loading files to avoid errors.
* Fix: Set right data type to _ang_import_type post meta

= 1.0.0 - February 15, 2019 =
= 1.0.0 - February 15, 2019 =
* Initial Release

== Upgrade Notice ==
Expand Down
1 change: 0 additions & 1 deletion src/js/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ const Analog = styled.div`
a {
outline: 0;
box-shadow: none;
color: var(--ang-accent);
}
.button-plain {
Expand Down

0 comments on commit feadbcd

Please sign in to comment.