WPS Hide Login - Version 1.9.4

Version Description

  • Tested up to 5.9
Download this release

Release Info

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

Code changes from version 1.9.3 to 1.9.4

Files changed (2) hide show
  1. readme.txt +5 -2
  2. wps-hide-login.php +3 -3
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.8
8
  Requires PHP: 7.0
9
- Stable tag: 1.9.3
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -148,6 +148,9 @@ La première étape consiste à vérifier votre fichier .htaccess et à le compa
148
 
149
  == Changelog ==
150
 
 
 
 
151
  = 1.9.3 =
152
  * Fix : PHP Warning: Undefined array key "path"
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.9
8
  Requires PHP: 7.0
9
+ Stable tag: 1.9.4
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
148
 
149
  == Changelog ==
150
 
151
+ = 1.9.4 =
152
+ * Tested up to 5.9
153
+
154
  = 1.9.3 =
155
  * Fix : PHP Warning: Undefined array key "path"
156
 
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.9.3
9
  Requires at least: 4.1
10
- Tested up to: 5.8
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.9.3' );
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.9.4
9
  Requires at least: 4.1
10
+ Tested up to: 5.9
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.9.4' );
25
  define( 'WPS_HIDE_LOGIN_FOLDER', 'wps-hide-login' );
26
 
27
  define( 'WPS_HIDE_LOGIN_URL', plugin_dir_url( __FILE__ ) );