Skip to content

Commit

Permalink
Merge pull request #145 from lightspeedwp/update/1.5.4
Browse files Browse the repository at this point in the history
Security testing for WP 6.3
  • Loading branch information
krugazul committed Aug 18, 2023
2 parents c515043 + f2e8620 commit f01b0d3
Show file tree
Hide file tree
Showing 4 changed files with 11 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.2
Tested up to: 6.3
Requires PHP: 7.2
Stable tag: 1.5.3
Stable tag: 1.5.4
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

## [[1.5.4]](https://github.com/lightspeeddevelopment/lsx-customizer/releases/tag/1.5.4) - 2023-08-18

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

## [[1.5.3]](https://github.com/lightspeeddevelopment/lsx-customizer/releases/tag/1.5.3) - 2023-04-20

### Security
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.3
* Version: 1.5.4
* 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.3' );
define( 'LSX_CUSTOMIZER_VER', '1.5.4' );

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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
{
"name": "lsx-customizer",
"version": "1.5.3",
"version": "1.5.4",
"description": "Customizer for LSX",
"main": "gulpfile.js",
"scripts": {
Expand Down

0 comments on commit f01b0d3

Please sign in to comment.