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

Commit

Permalink
Updating changelong and testing plugin up to 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
viscosho committed Mar 19, 2020
1 parent 8f68607 commit 98929e2
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 84 deletions.
9 changes: 2 additions & 7 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.3
Tested up to: 5.4
Requires PHP: 7.0
Stable tag: 1.3.2
Stable tag: 1.3.3
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 Expand Up @@ -61,8 +61,3 @@ Yes you can! Join in on our [GitHub repository](https://github.com/lightspeeddev

1. Customizer Settings
2. Customizer Colour Options

== Upgrade Notice ==

= 1.3.2 =
Bug fixes and new background repeat options
181 changes: 117 additions & 64 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,70 +1,123 @@
## Changelog
# Change log

### 1.3.3 (development)
* Fix - Moved the un-prefixed 'custom_login_url()' function into a class.
* Fix - Added the "include-media" mixin to the body colour class, fixing the generating of the CSS.

### 1.3.2
## [Unreleased] - Minor version 1.3.3

### Fixed
- Moved the un-prefixed `custom_login_url()` function into a class.
- Added the "include-media" mixin to the body colour class, fixing the generating of the CSS.

### Security
- Updating dependencies to prevent vulnerabilities.
- General testing to ensure compatibility with latest WordPress version (5.4).
- General testing to ensure compatibility with latest LSX Theme version (2.7).


## [[1.3.2]](https://github.com/lightspeeddevelopment/lsx-customizer/releases/tag/1.3.2) - 2019-11-13

### Fixed
* Fix - Fixing the `woocommerce_get_page_id is deprecated since version 3.0! Use wc_get_page_id instead.` error.
* Fix - Fixing the `WC_Cart::get_cart_url is deprecated since version 2.5! Use wc_get_cart_url instead.` error.
* Fix - Fixing the placeholders for the widgets.

### 1.3.1
* Dev - Added in Repeat option for background in login screen options
* Fix - Set background size to initial[None] as default

### 1.3.0
* Fix - More default styling.
* Fix - Adjust box shadow colors.
* Fix - Coding Standard fixes.
* Dev - Adding logging screen options.
* Dev - Added in the logo control.
* Dev - Adding classes methods.

### 1.2.2
* Dev - Update the SCSS 2 CSS Vendor (http://leafo.github.io/scssphp/)
* Fix - Making sure the Thank You page does not redirect when you land on the page.

### 1.2.1
* Dev - Removed the API Class

### 1.2.0
* Tweak - WooCommerce checkout layout
* Tweak - WooCommerce checkout steps
* Tweak - WooCommerce checkout custom thank you page
* Tweak - WooCommerce checkout custom cart extra HTML
* Tweak - WooCommerce checkout custom checkout extra HTML
* Tweak - WooCommerce cart menu item position
* Tweak - WooCommerce cart menu item style
* Tweak - WooCommerce My Account menu item
* Tweak - Add WooCommerce Wishlist compatibility
* Tweak - Default colours scheme updated (top menu colors)
* Tweak - Add Sensei compatibility
* Fix - Extra menu items for logout users / Compatibility with LSX Login

### 1.1.0
* Added compatibility with LSX 2.0
* Dev - New project structure
* Dev - UIX copied from TO 1.1 + Fixed issue with sub tabs click (settings)
* Fix - Fixed scripts/styles loading order
* Fix - Fixed small issues
* Tweak - New option: disable theme credit

### 1.0.3
* Moved all blog customizer options to LSX Blog Customizer plugin
* Fix - Added filters to send the custom colours to custom selectors
* Fix - Adjusted the plugin settings link inside the LSX API Class
* Fix - Fixed buttons (default and CTA) selectors (hover, active, focus, visited)

### 1.0.2
* Fix - Fixed all prefixes replaces (to_ > lsx_to_, TO_ > LSX_TO_)

### 1.0.1
* Fix - Added a extra style selector for main menu CSS: item active + hover
* Fix - Avoided use a return function inside the PHP function "empty" (compatibility with PHP 5.5 and lower)
* Fix - Compatibility with WPML 3.6
* Fix - Reduced the access to server (check API key status) using transients
* Fix - Made the API URLs dev/live dynamic using a prefix "dev-" in the API KEY

### 1.0.0
* First Version

## [[1.3.1]](https://github.com/lightspeeddevelopment/lsx-customizer/releases/tag/1.3.1) - 2019-08-21

### Added
- Added in Repeat option for background in login screen options.

### Fixed
- Set background size to initial[None] as default


## [[1.3.0]](https://github.com/lightspeeddevelopment/lsx-customizer/releases/tag/1.3.0) - 2019-08-06

### Added
- Adding logging screen options.
- Added in the logo control.
- Adding classes methods.

### Fixed
- More default styling.
- Adjust box shadow colors.
- Coding Standard fixes.


## [[1.2.2]](https://github.com/lightspeeddevelopment/lsx-customizer/releases/tag/1.2.2) - 2018-04-09

### Added
- Update the SCSS 2 CSS Vendor (http://leafo.github.io/scssphp/).

### Fixed
- Making sure the Thank You page does not redirect when you land on the page.


## [[1.2.1]]()

### Deprecated
- Removed the API Class.


## [[1.2.0]]()

### Added
- WooCommerce checkout layout.
- WooCommerce checkout steps.
- WooCommerce checkout custom thank you page.
- WooCommerce checkout custom cart extra HTML.
- WooCommerce checkout custom checkout extra HTML.
- WooCommerce cart menu item position.
- WooCommerce cart menu item style.
- WooCommerce My Account menu item.
- Add WooCommerce Wishlist compatibility.
- Default colours scheme updated (top menu colors).
- Add Sensei compatibility.

### Fixed
- Extra menu items for logout users / Compatibility with LSX Login.


## [[1.1.0]]()

### Added
- Added compatibility with LSX 2.0.
- New project structure.
- UIX copied from TO 1.1 + Fixed issue with sub tabs click (settings).
- New option: disable theme credit.

### Fixed
- Fixed scripts/styles loading order.
- Fixed small issues.


## [[1.0.3]]()

### Changed
- Moved all blog customizer options to LSX Blog Customizer plugin.

### Fixed
- Added filters to send the custom colours to custom selectors.
- Adjusted the plugin settings link inside the LSX API Class.
- Fixed buttons (default and CTA) selectors (hover, active, focus, visited).


## [[1.0.2]]()

### Fixed
- Fixed all prefixes replaces (to_ > lsx_to_, TO_ > LSX_TO_).


## [[1.0.1]]()

### Fixed
- Added a extra style selector for main menu CSS: item active + hover.
- Avoided use a return function inside the PHP function "empty" (compatibility with PHP 5.5 and lower).
- Compatibility with WPML 3.6.
- Reduced the access to server (check API key status) using transients.
- Made the API URLs dev/live dynamic using a prefix "dev-" in the API KEY.


## [[1.0.0]]()

### Added
- First Version
12 changes: 7 additions & 5 deletions lsx-customizer.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<?php
/*
/**
* 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.2
* Description: The LSX Customizer extension gives you complete control over the appearance of your LSX-powered WordPress site
* Version: 1.3.3
* Author: LightSpeed
* Author URI: https://www.lsdev.biz/
* License: GPL3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: lsx-customizer
* Domain Path: /languages
*
* @package lsx-customizer
*/

// If this file is called directly, abort.
Expand All @@ -20,9 +22,9 @@
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.2' );
define( 'LSX_CUSTOMIZER_VER', '1.3.3' );


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

require_once( LSX_CUSTOMIZER_PATH . 'classes/class-lsx-customizer.php' );
require_once LSX_CUSTOMIZER_PATH . 'classes/class-lsx-customizer.php';
14 changes: 6 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@
"susy": "^3.0.5"
},
"dependencies": {
"acorn": "^5.7.4",
"braces": "^2.3.1",
"clean-css": "^4.1.11",
"gulp-plumber": "^1.2.1",
"lodash.template": "^4.5.0",
"minimist": "^1.2.2",
"stringstream": "0.0.6"
}
}

0 comments on commit 98929e2

Please sign in to comment.