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,44 @@
## Changelog
### 1.1.5
* Dev - Remove the inline attributes for the "data-slick" attribute and marged them with the JS code.
### 1.1.4
* Dev - Removed the deprecated "create_function" call
* Fix - Fixing the broken method name 's_numeric'
### 1.1.1
* Dev - Added compatibility with LSX Videos
* Dev - Added compatibility with LSX Search
* Dev - Fixed PHP warning issues
### 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)
* Dev - Added compatibility with LSX Services
* Fix - Fixed scripts/styles loading order
* Fix - Fixed small issues
* Tweak - New single option - Featured post
### 1.0.4
* Dev - Changed the "Insert into Post" button text from media modal to "Select featured image"
* Dev - Updated NPM modules
* Dev - Added .editorconfig file
* Dev - Added complete language files
* Dev - Added carousel option to function and widget
### 1.0.3
* Fix - Testimonials Class error
* Fix - Testimonials Widget Class constructor
* Fix - Adjusted the plugin settings link inside the LSX API Class
### 1.0.2
* Fix - Fixed all prefixes replaces (to_ > lsx_to_, TO_ > LSX_TO_)
### 1.0.1
* 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