WPS Hide Login - Version 1.6

Version Description

  • Tested up to 5.6
  • Add compatibility with PHP8
Download this release

Release Info

Developer NicolasKulka
Plugin Icon 128x128 WPS Hide Login
Version 1.6
Comparing to
See all releases

Code changes from version 1.5.7 to 1.6

Files changed (3) hide show
  1. classes/singleton.php +2 -2
  2. readme.txt +6 -2
  3. wps-hide-login.php +3 -3
classes/singleton.php CHANGED
@@ -50,7 +50,7 @@ trait Singleton {
50
  *
51
  * @return void
52
  */
53
- final private function __clone() {
54
  }
55
 
56
  /**
@@ -58,6 +58,6 @@ trait Singleton {
58
  *
59
  * @return void
60
  */
61
- final private function __wakeup() {
62
  }
63
  }
50
  *
51
  * @return void
52
  */
53
+ final public function __clone() {
54
  }
55
 
56
  /**
58
  *
59
  * @return void
60
  */
61
+ final public function __wakeup() {
62
  }
63
  }
readme.txt CHANGED
@@ -4,9 +4,9 @@ Contributors: WPServeur, NicolasKulka, wpformation
4
  Donate link : https://www.paypal.me/donateWPServeur
5
  Tags: rename, login, wp-login, wp-login.php, custom login url, jetpack, wpserveur
6
  Requires at least: 4.1
7
- Tested up to: 5.5
8
  Requires PHP: 7.0
9
- Stable tag: 1.5.7
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -148,6 +148,10 @@ La première étape consiste à vérifier votre fichier .htaccess et à le compa
148
 
149
  == Changelog ==
150
 
 
 
 
 
151
  = 1.5.7 =
152
  * Fix : Text Domain Issue
153
 
4
  Donate link : https://www.paypal.me/donateWPServeur
5
  Tags: rename, login, wp-login, wp-login.php, custom login url, jetpack, wpserveur
6
  Requires at least: 4.1
7
+ Tested up to: 5.6
8
  Requires PHP: 7.0
9
+ Stable tag: 1.6
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
148
 
149
  == Changelog ==
150
 
151
+ = 1.6 =
152
+ * Tested up to 5.6
153
+ * Add compatibility with PHP8
154
+
155
  = 1.5.7 =
156
  * Fix : Text Domain Issue
157
 
wps-hide-login.php CHANGED
@@ -5,9 +5,9 @@ Description: Protect your website by changing the login URL and preventing acces
5
  Donate link: https://www.paypal.me/donateWPServeur
6
  Author: WPServeur, NicolasKulka, wpformation
7
  Author URI: https://wpserveur.net
8
- Version: 1.5.7
9
  Requires at least: 4.1
10
- Tested up to: 5.5
11
  Requires PHP: 7.0
12
  Domain Path: languages
13
  Text Domain: wps-hide-login
@@ -21,7 +21,7 @@ if ( ! defined( 'ABSPATH' ) ) {
21
  }
22
 
23
  // Plugin constants
24
- define( 'WPS_HIDE_LOGIN_VERSION', '1.5.7' );
25
  define( 'WPS_HIDE_LOGIN_FOLDER', 'wps-hide-login' );
26
 
27
  define( 'WPS_HIDE_LOGIN_URL', plugin_dir_url( __FILE__ ) );
5
  Donate link: https://www.paypal.me/donateWPServeur
6
  Author: WPServeur, NicolasKulka, wpformation
7
  Author URI: https://wpserveur.net
8
+ Version: 1.6
9
  Requires at least: 4.1
10
+ Tested up to: 5.6
11
  Requires PHP: 7.0
12
  Domain Path: languages
13
  Text Domain: wps-hide-login
21
  }
22
 
23
  // Plugin constants
24
+ define( 'WPS_HIDE_LOGIN_VERSION', '1.6' );
25
  define( 'WPS_HIDE_LOGIN_FOLDER', 'wps-hide-login' );
26
 
27
  define( 'WPS_HIDE_LOGIN_URL', plugin_dir_url( __FILE__ ) );