Erident Custom Login and Dashboard - Version 4.1.1

Version Description

| July 20, 2022 = * Fixed: Erident sets the logo URL to the site URL by default. This was skipped during the migration and is now fixed.

Download this release

Release Info

Developer davidvongries
Plugin Icon 128x128 Erident Custom Login and Dashboard
Version 4.1.1
Comparing to
See all releases

Code changes from version 4.1 to 4.1.1

Files changed (3) hide show
  1. ajax/class-migration.php +3 -0
  2. er-custom-login.php +2 -2
  3. readme.txt +4 -1
ajax/class-migration.php CHANGED
@@ -219,7 +219,10 @@ class Migration {
219
  $udb_login_options = get_option( 'udb_login', [] );
220
  $erident_options = get_option( 'plugin_erident_settings', [] );
221
 
 
 
222
  if ( empty( $erident_options ) ) {
 
223
  return;
224
  }
225
 
219
  $udb_login_options = get_option( 'udb_login', [] );
220
  $erident_options = get_option( 'plugin_erident_settings', [] );
221
 
222
+ $udb_login_options['logo_url'] = get_bloginfo( 'url' );
223
+
224
  if ( empty( $erident_options ) ) {
225
+ update_option( 'udb_login', $udb_login_options );
226
  return;
227
  }
228
 
er-custom-login.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Fully customize the WordPress Login Screen.
6
  * Text Domain: erident-custom-login-and-dashboard
7
  * Domain Path: /languages
8
- * Version: 4.1
9
  * Author: David Vongries
10
  * Author URI: https://davidvongries.com/
11
  * License: GPL-3.0
@@ -17,7 +17,7 @@
17
  define( 'CUSTOM_LOGIN_DASHBOARD_PLUGIN_DIR', rtrim( plugin_dir_path( __FILE__ ), '/' ) );
18
  define( 'CUSTOM_LOGIN_DASHBOARD_PLUGIN_URL', rtrim( plugin_dir_url( __FILE__ ), '/' ) );
19
  define( 'CUSTOM_LOGIN_DASHBOARD_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
20
- define( 'CUSTOM_LOGIN_DASHBOARD_PLUGIN_VERSION', '4.1' );
21
 
22
  load_plugin_textdomain( 'erident-custom-login-and-dashboard', false, basename( dirname( __FILE__ ) ) . '/languages/' );
23
 
5
  * Description: Fully customize the WordPress Login Screen.
6
  * Text Domain: erident-custom-login-and-dashboard
7
  * Domain Path: /languages
8
+ * Version: 4.1.1
9
  * Author: David Vongries
10
  * Author URI: https://davidvongries.com/
11
  * License: GPL-3.0
17
  define( 'CUSTOM_LOGIN_DASHBOARD_PLUGIN_DIR', rtrim( plugin_dir_path( __FILE__ ), '/' ) );
18
  define( 'CUSTOM_LOGIN_DASHBOARD_PLUGIN_URL', rtrim( plugin_dir_url( __FILE__ ), '/' ) );
19
  define( 'CUSTOM_LOGIN_DASHBOARD_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
20
+ define( 'CUSTOM_LOGIN_DASHBOARD_PLUGIN_VERSION', '4.1.1' );
21
 
22
  load_plugin_textdomain( 'erident-custom-login-and-dashboard', false, basename( dirname( __FILE__ ) ) . '/languages/' );
23
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: davidvongries, libinvbabu
3
  Tags: login, customisation, admin, dashboard, customise, erident, custom login, form, logo, customize, branding, login customizer, CSS, admin login, white label, login background, custom login page
4
  Requires at least: 3.0.0
5
  Tested up to: 6.0
6
- Stable tag: 4.1
7
  Requires PHP: 5.6
8
  License: GPL-3.0 License
9
  License URI: https://oss.ninja/gpl-3.0?organization=David%20Vongries&project=Erident%20Custom%20Login%20and%20Dashboard
@@ -56,6 +56,9 @@ Yes! For more options and to fully customize the WordPress dashboard, check out
56
  4. Customized WordPress Login Screen (Example 2)
57
 
58
  == Changelog ==
 
 
 
59
  = 4.1 | July 19, 2022 =
60
  * Announcement: Erident Custom Login & Dashboard is now Ultimate Dashboard! You will be greeted with a 1-click migration to safely migrate from Erident to Ultimate Dashboard. Learn more about why we have made this decision in the announcement post - https://ultimatedashboard.io/blog/erident-custom-login-dashboard-is-now-ultimate-dashboard/
61
  * Fixed: Form background image button didn't trigger the media popup
3
  Tags: login, customisation, admin, dashboard, customise, erident, custom login, form, logo, customize, branding, login customizer, CSS, admin login, white label, login background, custom login page
4
  Requires at least: 3.0.0
5
  Tested up to: 6.0
6
+ Stable tag: 4.1.1
7
  Requires PHP: 5.6
8
  License: GPL-3.0 License
9
  License URI: https://oss.ninja/gpl-3.0?organization=David%20Vongries&project=Erident%20Custom%20Login%20and%20Dashboard
56
  4. Customized WordPress Login Screen (Example 2)
57
 
58
  == Changelog ==
59
+ = 4.1.1 | July 20, 2022 =
60
+ * Fixed: Erident sets the logo URL to the site URL by default. This was skipped during the migration and is now fixed.
61
+
62
  = 4.1 | July 19, 2022 =
63
  * Announcement: Erident Custom Login & Dashboard is now Ultimate Dashboard! You will be greeted with a 1-click migration to safely migrate from Erident to Ultimate Dashboard. Learn more about why we have made this decision in the announcement post - https://ultimatedashboard.io/blog/erident-custom-login-dashboard-is-now-ultimate-dashboard/
64
  * Fixed: Form background image button didn't trigger the media popup