From 306569bfdfeeea8a4b3a5b05736582821c94402b Mon Sep 17 00:00:00 2001 From: Virginia Garcia Date: Thu, 21 May 2020 11:45:19 -0400 Subject: [PATCH] Preparing plugin for version 1.3.4 --- README.txt | 4 ++-- changelog.txt => changelog.md | 14 ++++++++++---- lsx-customizer.php | 4 ++-- 3 files changed, 14 insertions(+), 8 deletions(-) rename changelog.txt => changelog.md (92%) diff --git a/README.txt b/README.txt index 7fb49ee..b8ed2ce 100644 --- a/README.txt +++ b/README.txt @@ -3,9 +3,9 @@ Contributors: feedmymedia Donate link: https://donate.lsdev.biz/ Tags: LSX, WordPress Customizer, Gutenberg, website colours Requires at least: 5.0 -Tested up to: 5.4 +Tested up to: 5.4.1 Requires PHP: 7.0 -Stable tag: 1.3.3 +Stable tag: 1.3.4 License: GPLv3 The LSX Customizer extension gives you control over the colours of your LSX-powered WordPress site, allowing you to adjust all your individual element styles. diff --git a/changelog.txt b/changelog.md similarity index 92% rename from changelog.txt rename to changelog.md index 7c35d22..73f5dc2 100644 --- a/changelog.txt +++ b/changelog.md @@ -1,12 +1,18 @@ # Change log -## [[1.3.4]]() - Unreleased - -### Fixed -- Fixed the My Account menu slug not calling the correct page ID +## [[1.3.4]]() - 2020-05-21 ### Added - Woocommerce checkout and cart styling improved. +- Adding in the customizer colour for the accordian block. + +### Fixed +- Fixed the My Account menu slug not calling the correct page ID. +- Fixing the my account menu translations. + +### Security +- General testing to ensure compatibility with latest WordPress version (5.4.1). +- General testing to ensure compatibility with latest LSX Theme version (2.8). ## [[1.3.3]](https://github.com/lightspeeddevelopment/lsx-customizer/releases/tag/1.3.3) - 2020-03-30 diff --git a/lsx-customizer.php b/lsx-customizer.php index 0ca1724..640a83d 100644 --- a/lsx-customizer.php +++ b/lsx-customizer.php @@ -3,7 +3,7 @@ * Plugin Name: LSX Customizer * Plugin URI: https://www.lsdev.biz/product/lsx-site-customizer/ * Description: The LSX Customizer extension gives you complete control over the appearance of your LSX-powered WordPress site - * Version: 1.3.3 + * Version: 1.3.4 * Author: LightSpeed * Author URI: https://www.lsdev.biz/ * License: GPL3 @@ -22,7 +22,7 @@ define( 'LSX_CUSTOMIZER_PATH', plugin_dir_path( __FILE__ ) ); define( 'LSX_CUSTOMIZER_CORE', __FILE__ ); define( 'LSX_CUSTOMIZER_URL', plugin_dir_url( __FILE__ ) ); -define( 'LSX_CUSTOMIZER_VER', '1.3.3' ); +define( 'LSX_CUSTOMIZER_VER', '1.3.4' ); /* ======================= Below is the Plugin Class init ========================= */