Custom Login Page Customizer by Colorlib - Version 1.2.1

Version Description

  • Minor fixes.
Download this release

Release Info

Developer colorlibplugins
Plugin Icon wp plugin Custom Login Page Customizer by Colorlib
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2.0 to 1.2.1

Files changed (2) hide show
  1. colorlib-login-customizer.php +2 -2
  2. readme.txt +4 -1
colorlib-login-customizer.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Plugin Name: Colorlib Login Customizer
4
- * Version: 1.2.0
5
  * Description: Colorlib Login Customizer is an awesome and intuitive plugin that helps you personalize your login form directly from the Customizer. The plugin fully supports the Live Customizer feature and you can see all the changes in real time and edit them.
6
  * Author: Colorlib
7
  * Author URI: https://colorlib.com/
@@ -34,7 +34,7 @@ require_once 'includes/class-colorlib-login-customizer-autoloader.php';
34
  * @return object Colorlib_Login_Customizer
35
  */
36
  function colorlib_login_customizer() {
37
- $instance = Colorlib_Login_Customizer::instance( __FILE__, '1.2.0' );
38
 
39
  if ( is_null( $instance->settings ) ) {
40
  $instance->settings = Colorlib_Login_Customizer_Settings::instance( $instance );
1
  <?php
2
  /*
3
  * Plugin Name: Colorlib Login Customizer
4
+ * Version: 1.2.1
5
  * Description: Colorlib Login Customizer is an awesome and intuitive plugin that helps you personalize your login form directly from the Customizer. The plugin fully supports the Live Customizer feature and you can see all the changes in real time and edit them.
6
  * Author: Colorlib
7
  * Author URI: https://colorlib.com/
34
  * @return object Colorlib_Login_Customizer
35
  */
36
  function colorlib_login_customizer() {
37
+ $instance = Colorlib_Login_Customizer::instance( __FILE__, '1.2.1' );
38
 
39
  if ( is_null( $instance->settings ) ) {
40
  $instance->settings = Colorlib_Login_Customizer_Settings::instance( $instance );
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: colorlibplugins, silkalns
3
  Tags: customize login, login, custom login, customize wordpress login, wordpress login, customizer, custom admin, login logo, logo, login customizer, custom wp-login
4
  Requires at least: 4.7
5
  Tested up to: 4.9
6
- Stable tag: 1.2.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -93,6 +93,9 @@ If you enjoy using Colorlib Login Customizer for WordPress please leave a [posit
93
 
94
  == Changelog ==
95
 
 
 
 
96
  = 1.2.0 =
97
  * Implemented everything from here: https://github.com/puikinsh/colorlib-login-customizer/milestone/1?closed=1
98
 
3
  Tags: customize login, login, custom login, customize wordpress login, wordpress login, customizer, custom admin, login logo, logo, login customizer, custom wp-login
4
  Requires at least: 4.7
5
  Tested up to: 4.9
6
+ Stable tag: trunk
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
93
 
94
  == Changelog ==
95
 
96
+ = 1.2.1 =
97
+ * Minor fixes.
98
+
99
  = 1.2.0 =
100
  * Implemented everything from here: https://github.com/puikinsh/colorlib-login-customizer/milestone/1?closed=1
101