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,41 @@
== Changelog ==
= 1.1.2 =
* Dev - Removed the deprecated "create_function"
* Fix - Removing the return false statements stopping the widget from displaying
= 1.1.1 =
* Dev - Added compatibility with LSX Videos
* Dev - Added compatibility with LSX Search
* Dev - Fixed PHP warning issues
* Dev - Fixed "lazy load images" on loading size (width)
* Dev - Improved single tabs section visual (spacing)
* Dev - Improved single social icons visual (spacing)
= 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
* Dev - Added compatibility with LSX Services
* Tweak - New single option - Featured post
* Tweak - Widgets, Shortcodes and Archives - Don't link to single when it is disabled
* Tweak - New taxonomy archive/group - Role
* Tweak - New single section - Posts
= 1.0.4 =
* Dev - Changed the "Insert into Post" button text from media modal to "Select featured image"
= 1.0.3 =
* 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