Custom Login Page Customizer by Colorlib - Version 1.2.92

Version Description

  • Update for possibility to add links inside certain form texts
Download this release

Release Info

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

Code changes from version 1.2.91 to 1.2.92

assets/js/clc-preview.js CHANGED
@@ -137,7 +137,7 @@
137
  // Username label
138
  wp.customize( 'clc-options[username-label]', function( value ) {
139
  value.bind( function( to ) {
140
- $( '#clc-username-label' ).text( to );
141
  } );
142
  } );
143
 
@@ -251,7 +251,7 @@
251
  // Username label
252
  wp.customize( 'clc-options[lostpassword-username-label]', function( value ) {
253
  value.bind( function( to ) {
254
- $( '#lostpasswordform label span' ).text( to );
255
  } );
256
  } );
257
 
137
  // Username label
138
  wp.customize( 'clc-options[username-label]', function( value ) {
139
  value.bind( function( to ) {
140
+ $( '#clc-username-label' ).html( to );
141
  } );
142
  } );
143
 
251
  // Username label
252
  wp.customize( 'clc-options[lostpassword-username-label]', function( value ) {
253
  value.bind( function( to ) {
254
+ $( '#lostpasswordform label span' ).html( to );
255
  } );
256
  } );
257
 
colorlib-login-customizer.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Colorlib Login Customizer
4
- * Version: 1.2.91
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/
@@ -48,7 +48,7 @@ require_once 'includes/class-colorlib-dashboard-widget-extend-feed.php';
48
  * @return object Colorlib_Login_Customizer
49
  */
50
  function colorlib_login_customizer() {
51
- $instance = Colorlib_Login_Customizer::instance( __FILE__, '1.2.91' );
52
 
53
  if ( is_null( $instance->settings ) ) {
54
  $instance->settings = Colorlib_Login_Customizer_Settings::instance( $instance );
1
  <?php
2
  /**
3
  * Plugin Name: Colorlib Login Customizer
4
+ * Version: 1.2.92
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/
48
  * @return object Colorlib_Login_Customizer
49
  */
50
  function colorlib_login_customizer() {
51
+ $instance = Colorlib_Login_Customizer::instance( __FILE__, '1.2.92' );
52
 
53
  if ( is_null( $instance->settings ) ) {
54
  $instance->settings = Colorlib_Login_Customizer_Settings::instance( $instance );
includes/lib/class-colorlib-login-customizer-css-customization.php CHANGED
@@ -757,7 +757,7 @@ class Colorlib_Login_Customizer_CSS_Customization {
757
  if ( $label === $text ) {
758
  return $translated_text;
759
  }else{
760
- $translated_text = esc_html( $label );
761
  }
762
 
763
  return $translated_text;
@@ -918,7 +918,7 @@ class Colorlib_Login_Customizer_CSS_Customization {
918
  if ( $label === $text ) {
919
  return $translated_text;
920
  }else{
921
- $translated_text = esc_html( $label );
922
  }
923
 
924
  return $translated_text;
@@ -1052,11 +1052,13 @@ class Colorlib_Login_Customizer_CSS_Customization {
1052
  return $translated_text;
1053
  }
1054
 
 
 
1055
  // Check if the label is changed
1056
  if ( $label === $text ) {
1057
  return $translated_text;
1058
  }else{
1059
- $translated_text = esc_html( $label );
1060
  }
1061
 
1062
  return $translated_text;
757
  if ( $label === $text ) {
758
  return $translated_text;
759
  }else{
760
+ $translated_text = wp_kses_post( $label );
761
  }
762
 
763
  return $translated_text;
918
  if ( $label === $text ) {
919
  return $translated_text;
920
  }else{
921
+ $translated_text = wp_kses_post( $label );
922
  }
923
 
924
  return $translated_text;
1052
  return $translated_text;
1053
  }
1054
 
1055
+
1056
+
1057
  // Check if the label is changed
1058
  if ( $label === $text ) {
1059
  return $translated_text;
1060
  }else{
1061
+ $translated_text = wp_kses_post( $label );
1062
  }
1063
 
1064
  return $translated_text;
languages/colorlib-login-customizer.po CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GPLv3 or later.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Colorlib Login Customizer 1.2.91\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/colorlib-login-customizer\n"
8
- "POT-Creation-Date: 2019-06-13 11:18:57+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the GPLv3 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Colorlib Login Customizer 1.2.92\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/colorlib-login-customizer\n"
8
+ "POT-Creation-Date: 2019-09-10 13:58:47+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: 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: 5.2
6
- Stable tag: 1.2.91
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.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.91 =
97
  * Added possibility to add links inside certain form texts
98
  * Updated deprecated filter login_headertitle
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: 5.2
6
+ Stable tag: 1.2.92
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
93
 
94
  == Changelog ==
95
 
96
+ = 1.2.92 =
97
+ * Update for possibility to add links inside certain form texts
98
+
99
  = 1.2.91 =
100
  * Added possibility to add links inside certain form texts
101
  * Updated deprecated filter login_headertitle