WPS Hide Login - Version 1.4.3

Version Description

  • Fix : Fatal Error with multisite WP
Download this release

Release Info

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

Code changes from version 1.4.2 to 1.4.3

Files changed (3) hide show
  1. classes/plugin.php +1 -1
  2. readme.txt +4 -1
  3. wps-hide-login.php +2 -2
classes/plugin.php CHANGED
@@ -521,7 +521,7 @@ class Plugin {
521
 
522
  public function forbidden_slugs() {
523
 
524
- $wp = new WP;
525
 
526
  return array_merge( $wp->public_query_vars, $wp->private_query_vars );
527
 
521
 
522
  public function forbidden_slugs() {
523
 
524
+ $wp = new \WP;
525
 
526
  return array_merge( $wp->public_query_vars, $wp->private_query_vars );
527
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link : https://www.paypal.me/donateWPServeur
5
  Tags: rename, login, wp-login, wp-login.php, custom login url
6
  Requires at least: 4.1
7
  Tested up to: 4.9
8
- Stable tag: 1.4.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -143,6 +143,9 @@ First step is to check your .htaccess file and compare it to a regular one, to s
143
 
144
  == Changelog ==
145
 
 
 
 
146
  = 1.4.2 =
147
  * Fix : Error with library for compat WordPress and PHP
148
 
5
  Tags: rename, login, wp-login, wp-login.php, custom login url
6
  Requires at least: 4.1
7
  Tested up to: 4.9
8
+ Stable tag: 1.4.3
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
143
 
144
  == Changelog ==
145
 
146
+ = 1.4.3 =
147
+ * Fix : Fatal Error with multisite WP
148
+
149
  = 1.4.2 =
150
  * Fix : Error with library for compat WordPress and PHP
151
 
wps-hide-login.php CHANGED
@@ -5,7 +5,7 @@ Description: Protect your website by changing the login URL and preventing acces
5
  Donate link: https://www.paypal.me/donateWPServeur
6
  Author: WPServeur, NicolasKulka, tabrisrp
7
  Author URI: https://wpserveur.net
8
- Version: 1.4.2
9
  Requires at least: 4.1
10
  Tested up to: 4.9
11
  Domain Path: languages
@@ -20,7 +20,7 @@ if ( ! defined( 'ABSPATH' ) ) {
20
  }
21
 
22
  // Plugin constants
23
- define( 'WPS_HIDE_LOGIN_VERSION', '1.4.2' );
24
  define( 'WPS_HIDE_LOGIN_FOLDER', 'wps-hide-login' );
25
 
26
  define( 'WPS_HIDE_LOGIN_URL', plugin_dir_url( __FILE__ ) );
5
  Donate link: https://www.paypal.me/donateWPServeur
6
  Author: WPServeur, NicolasKulka, tabrisrp
7
  Author URI: https://wpserveur.net
8
+ Version: 1.4.3
9
  Requires at least: 4.1
10
  Tested up to: 4.9
11
  Domain Path: languages
20
  }
21
 
22
  // Plugin constants
23
+ define( 'WPS_HIDE_LOGIN_VERSION', '1.4.3' );
24
  define( 'WPS_HIDE_LOGIN_FOLDER', 'wps-hide-login' );
25
 
26
  define( 'WPS_HIDE_LOGIN_URL', plugin_dir_url( __FILE__ ) );