Skip to content

Commit

Permalink
Version bump to 1.4.1
Browse files Browse the repository at this point in the history
= 1.4.1 =
* Date: 17.May.2021
* Fixed compatibility issue with Admin CSS MU where redeclaration of Class csstidy caused PHP Fatal error.
  • Loading branch information
arunbasillal committed May 17, 2021
1 parent 1cf6738 commit 150c68c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clafc_custom-login-admin-frontend-css.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: Loads custom CSS on WordPress Login, Admin and Front-end pages via the admin interface. Works on Multisites as well.
Author: Arun Basil Lal
Author URI: http://millionclues.com
Version: 1.4
Version: 1.4.1
Text Domain: abl_clafc_td
Domain Path: /languages
License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Expand Down Expand Up @@ -84,7 +84,7 @@ function clafc_register_settings() {
* @refer https://codex.wordpress.org/Creating_Tables_with_Plugins#Adding_an_Upgrade_Function
*/
if (!defined('CLAFC_VERSION_NUM'))
define('CLAFC_VERSION_NUM', '1.4');
define('CLAFC_VERSION_NUM', '1.4.1');
// update_option('abl_clafc_version', CLAFC_VERSION_NUM); // Disabled to set default values for Load CSS checkboxes

/**
Expand Down
7 changes: 7 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ I am glad to hear that! You can either [make a donation](http://millionclues.com

== Changelog ==

= 1.4.1 =
* Date: 17.May.2021
* Fixed compatibility issue with Admin CSS MU where redeclaration of Class csstidy caused PHP Fatal error.

= 1.4 =
* Date: 17.May.2021
* Tested on WordPress 5.7.2.
Expand Down Expand Up @@ -112,6 +116,9 @@ I am glad to hear that! You can either [make a donation](http://millionclues.com

== Upgrade Notice ==

= 1.4.1 =
* Please upgrade with caution as the CSS validation and sanitization library (CSSTidy) was updated. Take a backup of your existing custom CSS and cross-check after the update to confirm everything works as before.

= 1.4 =
* Please upgrade with caution as the CSS validation and sanitization library (CSSTidy) was updated. Take a backup of your existing custom CSS and cross-check after the update to confirm everything works as before.

Expand Down

0 comments on commit 150c68c

Please sign in to comment.