Skip to content

Commit

Permalink
Updating the stable tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Sep 30, 2022
1 parent 87bc82c commit 310ba50
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: feedmymedia, lightspeedwp, eleshar, krugazul, jacquesvdh, ignusver
Donate link: https://lsdev.biz/lsx/donate/
Tags: LSX, Customizer, Colours, Layout, WooCommerce
Requires at least: 5.3
Tested up to: 6.0
Tested up to: 6.0.2
Requires PHP: 7.2
Stable tag: 1.5.0
Stable tag: 1.5.1
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Change log

## [[1.5.1]](https://github.com/lightspeeddevelopment/lsx-customizer/releases/tag/1.5.1) - In Development
## [[1.5.1]](https://github.com/lightspeeddevelopment/lsx-customizer/releases/tag/1.5.1) - 2022-09-30

### Fixed
- Fixed a plugin conflict with the WooCommerce Points and Rewards plugin.
- The block editor colours being called incorrectly from the theme mods.

### Security
- General testing to ensure compatibility with latest WordPress version (6.0.2).

## [[1.5.0]](https://github.com/lightspeeddevelopment/lsx-customizer/releases/tag/1.5.0) - 2022-05-25

### Added
Expand Down
4 changes: 2 additions & 2 deletions lsx-customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
* Version: 1.5.1
* Author: LightSpeed
* Author URI: https://www.lsdev.biz/
* License: GPLv3 or later
Expand All @@ -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.5.0' );
define( 'LSX_CUSTOMIZER_VER', '1.5.1' );

/* ======================= Below is the Plugin Class init ========================= */

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": "lsx-customizer",
"version": "1.5.0",
"version": "1.5.1",
"description": "Customizer for LSX",
"main": "gulpfile.js",
"scripts": {
Expand Down

0 comments on commit 310ba50

Please sign in to comment.