diff --git a/README.txt b/README.txt index e2097cc..7fb49ee 100644 --- a/README.txt +++ b/README.txt @@ -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. @@ -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 diff --git a/changelog.txt b/changelog.txt index 0213bea..0966965 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/lsx-customizer.php b/lsx-customizer.php index a8b1fab..0ca1724 100644 --- a/lsx-customizer.php +++ b/lsx-customizer.php @@ -1,15 +1,17 @@