WPS Hide Login - Version 1.4.1

Version Description

  • Fix : Remove message review if PHP is too old
Download this release

Release Info

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

Code changes from version 1.4 to 1.4.1

Files changed (2) hide show
  1. readme.txt +4 -1
  2. wps-hide-login.php +2 -2
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.2
7
  Tested up to: 4.9
8
- Stable tag: 1.4
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 =
147
  * Enhancement code with composer, namespace and autoload
148
 
5
  Tags: rename, login, wp-login, wp-login.php, custom login url
6
  Requires at least: 4.2
7
  Tested up to: 4.9
8
+ Stable tag: 1.4.1
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.1 =
147
+ * Fix : Remove message review if PHP is too old
148
+
149
  = 1.4 =
150
  * Enhancement code with composer, namespace and autoload
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
9
  Requires at least: 4.2
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' );
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.1
9
  Requires at least: 4.2
10
  Tested up to: 4.9
11
  Domain Path: languages
20
  }
21
 
22
  // Plugin constants
23
+ define( 'WPS_HIDE_LOGIN_VERSION', '1.4.1' );
24
  define( 'WPS_HIDE_LOGIN_FOLDER', 'wps-hide-login' );
25
 
26
  define( 'WPS_HIDE_LOGIN_URL', plugin_dir_url( __FILE__ ) );