Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Preparing plugin for version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
viscosho committed May 21, 2020
1 parent 64c9e63 commit 306569b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 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
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.
Expand Down
14 changes: 10 additions & 4 deletions changelog.txt → changelog.md
Original file line number Diff line number Diff line change
@@ -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
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.3.3
* Version: 1.3.4
* Author: LightSpeed
* Author URI: https://www.lsdev.biz/
* License: GPL3
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.3.3' );
define( 'LSX_CUSTOMIZER_VER', '1.3.4' );


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

0 comments on commit 306569b

Please sign in to comment.