This commit is contained in:
erwanlr
2019-03-30 07:20:14 +00:00
parent 1baa3e23b2
commit 07b3826806
509 changed files with 82506 additions and 48 deletions

View File

@@ -0,0 +1,48 @@
## Changelog
### 1.2.2 (development)
* Dev - Update the SCSS 2 CSS Vendor (http://leafo.github.io/scssphp/)
### 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