Changelog for the Easy Custom Code (LESS/CSS/JS) - WordPress plugin
Changelog for the Easy Custom Code (LESS/CSS/JS) - WordPress plugin
v1.1.231-Jan-2025
* Full compatibility with WordPress 6.7.x.
* Minor fixes and improvements.
v1.1.127-Nov-2024
* Bug Fixed: Some characters are converted to escaped HTML characters. Any HTML entities like > and < have been decoded back to normal characters (>, <). [Many thanks to Yannick Geerinckx]
* Minor fixes and improvements
v1.1.012-Aug-2024
* Bug Fixed: The &:focus and the &:hover return errors while writing less code in the customizer.
v1.0.919-Jul-2024
* Fully compatible with WordPress v6.6.x
* Upgrade LESS CSS compiler to v0.8.0
* Minor fixes and improvements
v1.0.818-Apr-2024
* Fully compatible with WordPress v6.5.x
* Minor fixes and improvements
v1.0.723-Oct-2023
* Fully compatible with WordPress v6.3.x
* Minor fixes and improvements
v1.0.607-Jun-2023
* [Compatibility] Fully compatible with WordPress v6.2
* Minor fixes and improvements
v1.0.514-Jun-2022
* [Compatibility] Fully compatible with WordPress v6.0
* Minor fixes and improvements
v1.0.411-Feb-2022
* [Compatibility] Fully compatible with WordPress v5.9
* Minor fixes and improvements
v1.0.328-Jul-2021
* [Compatibility] Fully compatible with WordPress v5.8
* Minor fixes and improvements
v1.0.209-Apr-2021
* [Compatibility] Fully compatible with WordPress v5.7
* Minor fixes and improvements
v1.0.116-Oct-2019
* [New Option] Add custom code in the head tag.
* [New Option] Add custom code right after open body tag.
* [New Option] Add custom code before closing body tag.
* [New Feature] You can now open each code editor in a maximized modal window (Only in PRO version).
* [Improvement] The generated CSS file (.css) is now stored with a unique name, into the folder /wp-content/uploads/easy-custom-code/css/style_123456.css, instead of the /wp-content/uploads/custom.css as it was before.
* [Improvement] The generated JavaScript file (.js) is now stored with a unique name, into the folder /wp-content/uploads/easy-custom-code/js/script_123456.js/, instead in head.
* [Improvement] The CSS file name option has been removed. The generated CSS file name will be unique now.
* [Improvement] New strings have been added to the language file (.pot).