Change wp-admin login - Version 1.0.6

Version Description

  • fix suppressed warning
Download this release

Release Info

Developer nunosarmento
Plugin Icon 128x128 Change wp-admin login
Version 1.0.6
Comparing to
See all releases

Code changes from version 1.0.5 to 1.0.6

assets/images/screenshot-1.png CHANGED
Binary file
assets/images/screenshot-2.png CHANGED
Binary file
change-wp-admin-login.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Change wp-admin login
4
  Plugin URI: https://wordpress.org/plugins/change-wp-admin-login/
5
  Description: Change wp-admin login to whatever you want. example: http://www.example.com/my-login. Go under Settings and then click on "Permalinks" and change your URL under "Change wp-admin login".
6
- Version: 1.0.5
7
  Author: Nuno Morais Sarmento
8
  Author URI: https://www.nuno-sarmento.com
9
  Text Domain: change-wp-admin-login
@@ -67,6 +67,4 @@ load_plugin_textdomain( 'change-wp-admin-login', false, basename( dirname( __FIL
67
  /* ------------------------------------------
68
  // Includes ---------------------------
69
  --------------------------------------------- */
70
- if ( ! @include( 'class-change-wp-admin-login.php' ) ) {
71
- require_once( NS_Change_WP_Admin_Login_Path . 'includes/class-change-wp-admin-login.php' );
72
- }
3
  Plugin Name: Change wp-admin login
4
  Plugin URI: https://wordpress.org/plugins/change-wp-admin-login/
5
  Description: Change wp-admin login to whatever you want. example: http://www.example.com/my-login. Go under Settings and then click on "Permalinks" and change your URL under "Change wp-admin login".
6
+ Version: 1.0.6
7
  Author: Nuno Morais Sarmento
8
  Author URI: https://www.nuno-sarmento.com
9
  Text Domain: change-wp-admin-login
67
  /* ------------------------------------------
68
  // Includes ---------------------------
69
  --------------------------------------------- */
70
+ require_once NS_Change_WP_Admin_Login_Path . 'includes/class-change-wp-admin-login.php';
 
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Tags: change wp-login, rename wp-login, wp-admin, login, wp-login, wp-login.php, custom login url
3
  Contributors: nunosarmento
4
  Requires at least: 4.4
5
- Tested up to: 5.6
6
- Stable tag: 1.0.5
7
  License: GPL-2.0+
8
 
9
 
@@ -64,6 +64,12 @@ Yes, it does work. You should setup the login URL in each website (Settings-->Pe
64
  = Does it work on WordPress Multisite with Subdomains? =
65
  Yes, it does work. You should setup the login URL in each website (Settings-->Permalinks)
66
 
 
 
 
 
 
 
67
  == Changelog ==
68
 
69
  = 1.0.0 =
@@ -85,3 +91,6 @@ Yes, it does work. You should setup the login URL in each website (Settings-->Pe
85
 
86
  = 1.0.5 =
87
  * add site URL before the new redirect input field
 
 
 
2
  Tags: change wp-login, rename wp-login, wp-admin, login, wp-login, wp-login.php, custom login url
3
  Contributors: nunosarmento
4
  Requires at least: 4.4
5
+ Tested up to: 6.0
6
+ Stable tag: 1.0.6
7
  License: GPL-2.0+
8
 
9
 
64
  = Does it work on WordPress Multisite with Subdomains? =
65
  Yes, it does work. You should setup the login URL in each website (Settings-->Permalinks)
66
 
67
+ = Does it work with Buddyboss? =
68
+ No, Buddyboss has their own wp-admin redirect functions.
69
+
70
+ = Does it work with BuddyPress? =
71
+ No, BuddyPress has their own wp-admin redirect functions.
72
+
73
  == Changelog ==
74
 
75
  = 1.0.0 =
91
 
92
  = 1.0.5 =
93
  * add site URL before the new redirect input field
94
+
95
+ = 1.0.6 =
96
+ * fix suppressed warning