WPS Hide Login - Version 1.3.4.2

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.3.4.2
Comparing to
See all releases

Code changes from version 1.3.4.1 to 1.3.4.2

classes/lib/wp-dismissible-notices-handler/handler.php CHANGED
@@ -104,13 +104,13 @@ if ( ! class_exists( 'Dismissible_Notices_Handler' ) ) {
104
 
105
  // Make sure PHP is compatible
106
  if ( ! self::$instance->is_php_compatible() ) {
107
- self::$instance->spit_error(
108
  sprintf(
109
- /* translators: %s: required php version */
110
  esc_html__( 'The library can not be used because your version of PHP is too old. You need version %s at least.', 'wp-dismissible-notices-handler' ),
111
  self::$instance->php_version_required
112
  )
113
- );
114
 
115
  return;
116
  }
104
 
105
  // Make sure PHP is compatible
106
  if ( ! self::$instance->is_php_compatible() ) {
107
+ /*self::$instance->spit_error(
108
  sprintf(
109
+
110
  esc_html__( 'The library can not be used because your version of PHP is too old. You need version %s at least.', 'wp-dismissible-notices-handler' ),
111
  self::$instance->php_version_required
112
  )
113
+ );*/
114
 
115
  return;
116
  }
classes/plugin.php CHANGED
@@ -273,6 +273,17 @@ if ( ! class_exists( 'WPS_Hide_Login' ) ) {
273
  admin_url( 'plugin-install.php' )
274
  );
275
 
 
 
 
 
 
 
 
 
 
 
 
276
  $details_url_wpslimitlogin = add_query_arg(
277
  array(
278
  'tab' => 'plugin-information',
@@ -288,6 +299,7 @@ if ( ! class_exists( 'WPS_Hide_Login' ) ) {
288
  $out .= sprintf( __( 'Need help? Try the <a href="%1$s" target="_blank">support forum</a>. This plugin is kindly brought to you by <a href="%2$s" target="_blank">WPServeur</a>', 'wpserveur-hide-login' ), 'http://wordpress.org/support/plugin/wps-hide-login/', 'https://www.wpserveur.net/?refwps=14&campaign=wpshidelogin' ) . ' (' . __( 'WordPress specialized hosting', 'wpserveur-hide-login' ) . ')';
289
  $out .= '<br>' . __( 'Discover our other plugins:', 'wpserveur-hide-login' ) . ' ';
290
  $out .= __( 'the plugin', 'wpserveur-hide-login' ) . ' <a href="' . $details_url_wpsbidouille . '" class="thickbox open-plugin-details-modal">' . __( 'WPS Bidouille', 'wpserveur-hide-login' ) . '</a>';
 
291
  $out .= ' ' . __( 'and', 'wpserveur-hide-login' ) . ' <a href="' . $details_url_wpslimitlogin . '" class="thickbox open-plugin-details-modal">' . __( 'WPS Limit Login', 'wpserveur-hide-login' ) . '</a>';
292
  $out .= '</div>';
293
 
273
  admin_url( 'plugin-install.php' )
274
  );
275
 
276
+ $details_url_wpscleaner = add_query_arg(
277
+ array(
278
+ 'tab' => 'plugin-information',
279
+ 'plugin' => 'wps-cleaner',
280
+ 'TB_iframe' => true,
281
+ 'width' => 722,
282
+ 'height' => 949,
283
+ ),
284
+ admin_url( 'plugin-install.php' )
285
+ );
286
+
287
  $details_url_wpslimitlogin = add_query_arg(
288
  array(
289
  'tab' => 'plugin-information',
299
  $out .= sprintf( __( 'Need help? Try the <a href="%1$s" target="_blank">support forum</a>. This plugin is kindly brought to you by <a href="%2$s" target="_blank">WPServeur</a>', 'wpserveur-hide-login' ), 'http://wordpress.org/support/plugin/wps-hide-login/', 'https://www.wpserveur.net/?refwps=14&campaign=wpshidelogin' ) . ' (' . __( 'WordPress specialized hosting', 'wpserveur-hide-login' ) . ')';
300
  $out .= '<br>' . __( 'Discover our other plugins:', 'wpserveur-hide-login' ) . ' ';
301
  $out .= __( 'the plugin', 'wpserveur-hide-login' ) . ' <a href="' . $details_url_wpsbidouille . '" class="thickbox open-plugin-details-modal">' . __( 'WPS Bidouille', 'wpserveur-hide-login' ) . '</a>';
302
+ $out .= ', ' . __( 'the plugin', 'wpserveur-hide-login' ) . ' <a href="' . $details_url_wpscleaner . '" class="thickbox open-plugin-details-modal">' . __( 'WPS Cleaner', 'wpserveur-hide-login' ) . '</a>';
303
  $out .= ' ' . __( 'and', 'wpserveur-hide-login' ) . ' <a href="' . $details_url_wpslimitlogin . '" class="thickbox open-plugin-details-modal">' . __( 'WPS Limit Login', 'wpserveur-hide-login' ) . '</a>';
304
  $out .= '</div>';
305
 
classes/review.php CHANGED
@@ -126,12 +126,12 @@ if ( ! class_exists( 'WP_Review_Me' ) ) {
126
  }
127
  // Make sure PHP is compatible
128
  if ( ! $this->is_php_compatible() ) {
129
- $this->spit_error(
130
  sprintf(
131
  esc_html__( 'The library can not be used because your version of PHP is too old. You need version %s at least.', 'wp-review-me' ),
132
  $this->php_version_required
133
  )
134
- );
135
 
136
  return;
137
  }
126
  }
127
  // Make sure PHP is compatible
128
  if ( ! $this->is_php_compatible() ) {
129
+ /*$this->spit_error(
130
  sprintf(
131
  esc_html__( 'The library can not be used because your version of PHP is too old. You need version %s at least.', 'wp-review-me' ),
132
  $this->php_version_required
133
  )
134
+ );*/
135
 
136
  return;
137
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: tabrisrp, WPServeur, nicolaskulka
4
  Tags: rename, login, wp-login, wp-login.php, custom login url
5
  Requires at least: 4.1
6
  Tested up to: 4.9
7
- Stable tag: 1.3.4.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -21,6 +21,7 @@ Ce plugin vous est gentiment proposé par <a href="https://www.wpserveur.net/?re
21
  Découvrez également nos autres extensions gratuites :
22
  - <a href="https://fr.wordpress.org/plugins/wps-limit-login/" target="_blank">WPS Limit Login</a> pour bloquer les attaques par force brute.
23
  - <a href="https://fr.wordpress.org/plugins/wps-bidouille/" target="_blank">WPS Bidouille</a> pour optimiser votre WordPress et faire le plein d'infos.
 
24
 
25
  Ce plugin est seulement maintenu, ce qui signifie que nous ne garantissons pas un support gratuit. Envisagez de signaler un problème et soyez patient.
26
 
@@ -33,6 +34,7 @@ This plugin is kindly proposed by <a href="https://www.wpserveur.net/?refwps=14&
33
  Discover also our other free extensions:
34
  - <a href="https://wordpress.org/plugins/wps-limit-login/" target="_blank">WPS Limit Login</a> to block brute force attacks.
35
  - <a href="https://wordpress.org/plugins/wps-bidouille/" target="_blank">WPS Bidouille</a> to optimize your WordPress and get more info.
 
36
 
37
  This plugin is only maintained, which means we do not guarantee free support. Consider reporting a problem and be patient.
38
 
@@ -140,6 +142,9 @@ First step is to check your .htaccess file and compare it to a regular one, to s
140
 
141
  == Changelog ==
142
 
 
 
 
143
  = 1.3.4.1 =
144
  * Fix : Deprecated method
145
 
4
  Tags: rename, login, wp-login, wp-login.php, custom login url
5
  Requires at least: 4.1
6
  Tested up to: 4.9
7
+ Stable tag: 1.3.4.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
21
  Découvrez également nos autres extensions gratuites :
22
  - <a href="https://fr.wordpress.org/plugins/wps-limit-login/" target="_blank">WPS Limit Login</a> pour bloquer les attaques par force brute.
23
  - <a href="https://fr.wordpress.org/plugins/wps-bidouille/" target="_blank">WPS Bidouille</a> pour optimiser votre WordPress et faire le plein d'infos.
24
+ - <a href="https://fr.wordpress.org/plugins/wps-cleaner/">WPS Cleaner</a> pour nettoyer votre site WordPress.
25
 
26
  Ce plugin est seulement maintenu, ce qui signifie que nous ne garantissons pas un support gratuit. Envisagez de signaler un problème et soyez patient.
27
 
34
  Discover also our other free extensions:
35
  - <a href="https://wordpress.org/plugins/wps-limit-login/" target="_blank">WPS Limit Login</a> to block brute force attacks.
36
  - <a href="https://wordpress.org/plugins/wps-bidouille/" target="_blank">WPS Bidouille</a> to optimize your WordPress and get more info.
37
+ - <a href="https://wordpress.org/plugins/wps-cleaner/" target="_blank">WPS Cleaner</a> to clean your WordPress site.
38
 
39
  This plugin is only maintained, which means we do not guarantee free support. Consider reporting a problem and be patient.
40
 
142
 
143
  == Changelog ==
144
 
145
+ = 1.3.4.2 =
146
+ * Fix : Remove message review if PHP is too old
147
+
148
  = 1.3.4.1 =
149
  * Fix : Deprecated method
150
 
wps-hide-login.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WPS Hide Login
4
  Description: Protect your website by changing the login URL and preventing access to wp-login.php page and wp-admin directory while not logged-in
5
  Author: WPServeur, NicolasKulka, tabrisrp
6
  Author URI: https://wpserveur.net
7
- Version: 1.3.4.1
8
  Requires at least: 4.1
9
  Tested up to: 4.9
10
  License: GPLv2 or later
@@ -17,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
17
  }
18
 
19
  // Plugin constants
20
- define( 'WPS_HIDE_LOGIN_VERSION', '1.3.4.1' );
21
  define( 'WPS_HIDE_LOGIN_FOLDER', 'wps-hide-login' );
22
 
23
  define( 'WPS_HIDE_LOGIN_URL', plugin_dir_url( __FILE__ ) );
4
  Description: Protect your website by changing the login URL and preventing access to wp-login.php page and wp-admin directory while not logged-in
5
  Author: WPServeur, NicolasKulka, tabrisrp
6
  Author URI: https://wpserveur.net
7
+ Version: 1.3.4.2
8
  Requires at least: 4.1
9
  Tested up to: 4.9
10
  License: GPLv2 or later
17
  }
18
 
19
  // Plugin constants
20
+ define( 'WPS_HIDE_LOGIN_VERSION', '1.3.4.2' );
21
  define( 'WPS_HIDE_LOGIN_FOLDER', 'wps-hide-login' );
22
 
23
  define( 'WPS_HIDE_LOGIN_URL', plugin_dir_url( __FILE__ ) );