Skip to content

Commit

Permalink
Hotfix: Version bump to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arunbasillal committed Oct 19, 2022
1 parent 57d9392 commit 17ca518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1
Version: 1.5
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.1');
define('CLAFC_VERSION_NUM', '1.5');
// update_option('abl_clafc_version', CLAFC_VERSION_NUM); // Disabled to set default values for Load CSS checkboxes

/**
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: arunbasillal
Donate link: http://millionclues.com/donate/
Tags: css, admin css, login css, frontend css, custom login css, custom admin css, admin, admin interface, multisite
Requires at least: 3.0
Tested up to: 5.9
Tested up to: 6.0.3
Requires PHP: 5.5
Stable tag: trunk
License: GPLv2 or later
Expand Down

0 comments on commit 17ca518

Please sign in to comment.