WPS Hide Login - Version 1.2.5

Version Description

  • Remove : redirect activate
Download this release

Release Info

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

Code changes from version 1.2.4 to 1.2.5

classes/plugin.php CHANGED
@@ -259,7 +259,7 @@ if ( ! class_exists( 'WPS_Hide_Login' ) ) {
259
  if ( ! is_multisite()
260
  || is_super_admin() ) {
261
 
262
- $details_url = add_query_arg(
263
  array(
264
  'tab' => 'plugin-information',
265
  'plugin' => 'wps-bidouille',
@@ -270,10 +270,22 @@ if ( ! class_exists( 'WPS_Hide_Login' ) ) {
270
  admin_url( 'plugin-install.php' )
271
  );
272
 
 
 
 
 
 
 
 
 
 
 
 
273
  $out .= '<div id="whl_settings">';
274
  $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' ) . ')';
275
  $out .= '<br>' . __( 'Discover our other plugins:', 'wpserveur-hide-login' ) . ' ';
276
- $out .= '<a href="' . $details_url .'" class="thickbox open-plugin-details-modal">' . __( 'WPS Bidouille', 'wpserveur-hide-login' ) . '</a>';
 
277
  $out .= '</div>';
278
 
279
  }
259
  if ( ! is_multisite()
260
  || is_super_admin() ) {
261
 
262
+ $details_url_wpsbidouille = add_query_arg(
263
  array(
264
  'tab' => 'plugin-information',
265
  'plugin' => 'wps-bidouille',
270
  admin_url( 'plugin-install.php' )
271
  );
272
 
273
+ $details_url_wpslimitlogin = add_query_arg(
274
+ array(
275
+ 'tab' => 'plugin-information',
276
+ 'plugin' => 'wps-limit-login',
277
+ 'TB_iframe' => true,
278
+ 'width' => 722,
279
+ 'height' => 949,
280
+ ),
281
+ admin_url( 'plugin-install.php' )
282
+ );
283
+
284
  $out .= '<div id="whl_settings">';
285
  $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' ) . ')';
286
  $out .= '<br>' . __( 'Discover our other plugins:', 'wpserveur-hide-login' ) . ' ';
287
+ $out .= __('the plugin', 'wpserveur-hide-login' ) . ' <a href="' . $details_url_wpsbidouille .'" class="thickbox open-plugin-details-modal">' . __( 'WPS Bidouille', 'wpserveur-hide-login' ) . '</a>';
288
+ $out .= ' ' . __( 'and', 'wpserveur-hide-login' ) . ' <a href="' . $details_url_wpslimitlogin .'" class="thickbox open-plugin-details-modal">' . __( 'WPS Limit Login', 'wpserveur-hide-login' ) . '</a>';
289
  $out .= '</div>';
290
 
291
  }
languages/wpserveur-hide-login-fr_FR.mo CHANGED
Binary file
languages/wpserveur-hide-login-fr_FR.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - WPS Hide Login - Stable (latest release)\n"
6
- "POT-Creation-Date: 2018-02-12 11:09+0100\n"
7
- "PO-Revision-Date: 2018-02-12 11:09+0100\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: fr\n"
@@ -19,8 +19,8 @@ msgid "Please upgrade to the latest version of WordPress to activate"
19
  msgstr "Veuillez mettre à jour WordPress dans sa dernière version pour activer"
20
 
21
  #. Plugin Name of the plugin/theme
22
- #: classes/plugin.php:164 classes/plugin.php:184 classes/plugin.php:528
23
- #: classes/plugin.php:531
24
  msgid "WPS Hide Login"
25
  msgstr "WPS Hide Login"
26
 
@@ -43,7 +43,7 @@ msgstr ""
43
  "qui peut ensuite être remplacé pour chaque site individuellement. Allez "
44
  "simplement dans les réglages des permaliens du site pour modifier l’URL."
45
 
46
- #: classes/plugin.php:186 classes/plugin.php:274
47
  #, php-format
48
  msgid ""
49
  "Need help? Try the <a href=\"%1$s\" target=\"_blank\">support forum</a>. "
@@ -62,19 +62,31 @@ msgstr "Réglage par défaut du réseau"
62
  msgid "Login url"
63
  msgstr "URL de connexion"
64
 
65
- #: classes/plugin.php:274
66
  msgid "WordPress specialized hosting"
67
  msgstr "Hébergement spécialisé WordPress"
68
 
69
- #: classes/plugin.php:275
70
  msgid "Discover our other plugins:"
71
- msgstr "Découvrez notre dernière création, le plugin"
 
 
 
 
72
 
73
- #: classes/plugin.php:276
74
  msgid "WPS Bidouille"
75
  msgstr "WPS Bidouille"
76
 
77
- #: classes/plugin.php:285
 
 
 
 
 
 
 
 
78
  #, php-format
79
  msgid ""
80
  "To set a networkwide default, go to <a href=\"%s\">Network Settings</a>."
@@ -82,7 +94,7 @@ msgstr ""
82
  "Pour définir un réglage par défaut pour le réseau, allez aux <a href=\"%s"
83
  "\">réglages du réseaux</a>."
84
 
85
- #: classes/plugin.php:305
86
  msgid ""
87
  "Protect your website by changing the login URL and preventing access to the "
88
  "wp-login.php page and the wp-admin directory to non-connected people."
@@ -91,7 +103,7 @@ msgstr ""
91
  "l’accès à la page wp-login.php et au répertoire wp-admin aux personnes non-"
92
  "connectées."
93
 
94
- #: classes/plugin.php:320
95
  #, php-format
96
  msgid ""
97
  "Your login page is now here: <strong><a href=\"%1$s\">%2$s</a></strong>. "
@@ -100,22 +112,18 @@ msgstr ""
100
  "Votre page de connexion est maintenant ici : <strong><a href=\"%1$s\">%2$s</"
101
  "a></strong>. Mettez-la en favori !"
102
 
103
- #: classes/plugin.php:331 classes/plugin.php:335
104
  msgid "Settings"
105
  msgstr "Réglages"
106
 
107
- #: classes/plugin.php:351
108
  msgid "This feature is not enabled."
109
  msgstr "Cette fonctionnalité n’est pas activée."
110
 
111
- #: classes/plugin.php:382
112
  msgid "This has been disabled"
113
  msgstr "Cela a été désactivé"
114
 
115
- #. Plugin URI of the plugin/theme
116
- msgid "https://github.com/Tabrisrp/wps-hide-login"
117
- msgstr "https://github.com/Tabrisrp/wps-hide-login"
118
-
119
  #. Description of the plugin/theme
120
  msgid ""
121
  "Protect your website by changing the login URL and preventing access to wp-"
@@ -126,12 +134,24 @@ msgstr ""
126
  "connectées. "
127
 
128
  #. Author of the plugin/theme
129
- msgid "Remy Perona for WPServeur"
130
- msgstr "Remy Perona de WPServeur"
131
 
132
  #. Author URI of the plugin/theme
133
- msgid "http://profiles.wordpress.org/tabrisrp/"
134
- msgstr "http://profiles.wordpress.org/tabrisrp/"
 
 
 
 
 
 
 
 
 
 
 
 
135
 
136
  #~ msgid ""
137
  #~ "Need help? Try the <a href=\"%1$s\" target=\"_blank\">support forum</a>. "
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - WPS Hide Login - Stable (latest release)\n"
6
+ "POT-Creation-Date: 2018-03-06 10:48+0100\n"
7
+ "PO-Revision-Date: 2018-03-06 10:48+0100\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: fr\n"
19
  msgstr "Veuillez mettre à jour WordPress dans sa dernière version pour activer"
20
 
21
  #. Plugin Name of the plugin/theme
22
+ #: classes/plugin.php:164 classes/plugin.php:184 classes/plugin.php:540
23
+ #: classes/plugin.php:549
24
  msgid "WPS Hide Login"
25
  msgstr "WPS Hide Login"
26
 
43
  "qui peut ensuite être remplacé pour chaque site individuellement. Allez "
44
  "simplement dans les réglages des permaliens du site pour modifier l’URL."
45
 
46
+ #: classes/plugin.php:186 classes/plugin.php:285
47
  #, php-format
48
  msgid ""
49
  "Need help? Try the <a href=\"%1$s\" target=\"_blank\">support forum</a>. "
62
  msgid "Login url"
63
  msgstr "URL de connexion"
64
 
65
+ #: classes/plugin.php:285
66
  msgid "WordPress specialized hosting"
67
  msgstr "Hébergement spécialisé WordPress"
68
 
69
+ #: classes/plugin.php:286
70
  msgid "Discover our other plugins:"
71
+ msgstr "Découvrez nos dernières créations,"
72
+
73
+ #: classes/plugin.php:287
74
+ msgid "the plugin"
75
+ msgstr "le plugin"
76
 
77
+ #: classes/plugin.php:287
78
  msgid "WPS Bidouille"
79
  msgstr "WPS Bidouille"
80
 
81
+ #: classes/plugin.php:288
82
+ msgid "and"
83
+ msgstr "et"
84
+
85
+ #: classes/plugin.php:288
86
+ msgid "WPS Limit Login"
87
+ msgstr "WPS Limit Login"
88
+
89
+ #: classes/plugin.php:297
90
  #, php-format
91
  msgid ""
92
  "To set a networkwide default, go to <a href=\"%s\">Network Settings</a>."
94
  "Pour définir un réglage par défaut pour le réseau, allez aux <a href=\"%s"
95
  "\">réglages du réseaux</a>."
96
 
97
+ #: classes/plugin.php:317
98
  msgid ""
99
  "Protect your website by changing the login URL and preventing access to the "
100
  "wp-login.php page and the wp-admin directory to non-connected people."
103
  "l’accès à la page wp-login.php et au répertoire wp-admin aux personnes non-"
104
  "connectées."
105
 
106
+ #: classes/plugin.php:332
107
  #, php-format
108
  msgid ""
109
  "Your login page is now here: <strong><a href=\"%1$s\">%2$s</a></strong>. "
112
  "Votre page de connexion est maintenant ici : <strong><a href=\"%1$s\">%2$s</"
113
  "a></strong>. Mettez-la en favori !"
114
 
115
+ #: classes/plugin.php:343 classes/plugin.php:347
116
  msgid "Settings"
117
  msgstr "Réglages"
118
 
119
+ #: classes/plugin.php:363
120
  msgid "This feature is not enabled."
121
  msgstr "Cette fonctionnalité n’est pas activée."
122
 
123
+ #: classes/plugin.php:394
124
  msgid "This has been disabled"
125
  msgstr "Cela a été désactivé"
126
 
 
 
 
 
127
  #. Description of the plugin/theme
128
  msgid ""
129
  "Protect your website by changing the login URL and preventing access to wp-"
134
  "connectées. "
135
 
136
  #. Author of the plugin/theme
137
+ msgid "WPServeur, NicolasKulka, tabrisrp"
138
+ msgstr ""
139
 
140
  #. Author URI of the plugin/theme
141
+ msgid "https://wpserveur.net"
142
+ msgstr ""
143
+
144
+ #~ msgid "the plugin WPS Bidouille"
145
+ #~ msgstr "le plugin WPS Bidouille"
146
+
147
+ #~ msgid "https://github.com/Tabrisrp/wps-hide-login"
148
+ #~ msgstr "https://github.com/Tabrisrp/wps-hide-login"
149
+
150
+ #~ msgid "Remy Perona for WPServeur"
151
+ #~ msgstr "Remy Perona de WPServeur"
152
+
153
+ #~ msgid "http://profiles.wordpress.org/tabrisrp/"
154
+ #~ msgstr "http://profiles.wordpress.org/tabrisrp/"
155
 
156
  #~ msgid ""
157
  #~ "Need help? Try the <a href=\"%1$s\" target=\"_blank\">support forum</a>. "
languages/wpserveur-hide-login.pot CHANGED
@@ -3,8 +3,8 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: WPS Hide Login\n"
6
- "POT-Creation-Date: 2018-02-12 11:08+0100\n"
7
- "PO-Revision-Date: 2018-02-12 11:08+0100\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
@@ -25,8 +25,8 @@ msgid "Please upgrade to the latest version of WordPress to activate"
25
  msgstr ""
26
 
27
  #. Plugin Name of the plugin/theme
28
- #: classes/plugin.php:164 classes/plugin.php:184 classes/plugin.php:528
29
- #: classes/plugin.php:531
30
  msgid "WPS Hide Login"
31
  msgstr ""
32
 
@@ -43,7 +43,7 @@ msgid ""
43
  "the url."
44
  msgstr ""
45
 
46
- #: classes/plugin.php:186 classes/plugin.php:274
47
  #, php-format
48
  msgid ""
49
  "Need help? Try the <a href=\"%1$s\" target=\"_blank\">support forum</a>. "
@@ -59,53 +59,61 @@ msgstr ""
59
  msgid "Login url"
60
  msgstr ""
61
 
62
- #: classes/plugin.php:274
63
  msgid "WordPress specialized hosting"
64
  msgstr ""
65
 
66
- #: classes/plugin.php:275
67
  msgid "Discover our other plugins:"
68
  msgstr ""
69
 
70
- #: classes/plugin.php:276
 
 
 
 
71
  msgid "WPS Bidouille"
72
  msgstr ""
73
 
74
- #: classes/plugin.php:285
 
 
 
 
 
 
 
 
75
  #, php-format
76
  msgid ""
77
  "To set a networkwide default, go to <a href=\"%s\">Network Settings</a>."
78
  msgstr ""
79
 
80
- #: classes/plugin.php:305
81
  msgid ""
82
  "Protect your website by changing the login URL and preventing access to the "
83
  "wp-login.php page and the wp-admin directory to non-connected people."
84
  msgstr ""
85
 
86
- #: classes/plugin.php:320
87
  #, php-format
88
  msgid ""
89
  "Your login page is now here: <strong><a href=\"%1$s\">%2$s</a></strong>. "
90
  "Bookmark this page!"
91
  msgstr ""
92
 
93
- #: classes/plugin.php:331 classes/plugin.php:335
94
  msgid "Settings"
95
  msgstr ""
96
 
97
- #: classes/plugin.php:351
98
  msgid "This feature is not enabled."
99
  msgstr ""
100
 
101
- #: classes/plugin.php:382
102
  msgid "This has been disabled"
103
  msgstr ""
104
 
105
- #. Plugin URI of the plugin/theme
106
- msgid "https://github.com/Tabrisrp/wps-hide-login"
107
- msgstr ""
108
-
109
  #. Description of the plugin/theme
110
  msgid ""
111
  "Protect your website by changing the login URL and preventing access to wp-"
@@ -113,9 +121,9 @@ msgid ""
113
  msgstr ""
114
 
115
  #. Author of the plugin/theme
116
- msgid "Remy Perona for WPServeur"
117
  msgstr ""
118
 
119
  #. Author URI of the plugin/theme
120
- msgid "http://profiles.wordpress.org/tabrisrp/"
121
  msgstr ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: WPS Hide Login\n"
6
+ "POT-Creation-Date: 2018-03-06 10:48+0100\n"
7
+ "PO-Revision-Date: 2018-03-06 10:48+0100\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
25
  msgstr ""
26
 
27
  #. Plugin Name of the plugin/theme
28
+ #: classes/plugin.php:164 classes/plugin.php:184 classes/plugin.php:540
29
+ #: classes/plugin.php:549
30
  msgid "WPS Hide Login"
31
  msgstr ""
32
 
43
  "the url."
44
  msgstr ""
45
 
46
+ #: classes/plugin.php:186 classes/plugin.php:285
47
  #, php-format
48
  msgid ""
49
  "Need help? Try the <a href=\"%1$s\" target=\"_blank\">support forum</a>. "
59
  msgid "Login url"
60
  msgstr ""
61
 
62
+ #: classes/plugin.php:285
63
  msgid "WordPress specialized hosting"
64
  msgstr ""
65
 
66
+ #: classes/plugin.php:286
67
  msgid "Discover our other plugins:"
68
  msgstr ""
69
 
70
+ #: classes/plugin.php:287
71
+ msgid "the plugin"
72
+ msgstr ""
73
+
74
+ #: classes/plugin.php:287
75
  msgid "WPS Bidouille"
76
  msgstr ""
77
 
78
+ #: classes/plugin.php:288
79
+ msgid "and"
80
+ msgstr ""
81
+
82
+ #: classes/plugin.php:288
83
+ msgid "WPS Limit Login"
84
+ msgstr ""
85
+
86
+ #: classes/plugin.php:297
87
  #, php-format
88
  msgid ""
89
  "To set a networkwide default, go to <a href=\"%s\">Network Settings</a>."
90
  msgstr ""
91
 
92
+ #: classes/plugin.php:317
93
  msgid ""
94
  "Protect your website by changing the login URL and preventing access to the "
95
  "wp-login.php page and the wp-admin directory to non-connected people."
96
  msgstr ""
97
 
98
+ #: classes/plugin.php:332
99
  #, php-format
100
  msgid ""
101
  "Your login page is now here: <strong><a href=\"%1$s\">%2$s</a></strong>. "
102
  "Bookmark this page!"
103
  msgstr ""
104
 
105
+ #: classes/plugin.php:343 classes/plugin.php:347
106
  msgid "Settings"
107
  msgstr ""
108
 
109
+ #: classes/plugin.php:363
110
  msgid "This feature is not enabled."
111
  msgstr ""
112
 
113
+ #: classes/plugin.php:394
114
  msgid "This has been disabled"
115
  msgstr ""
116
 
 
 
 
 
117
  #. Description of the plugin/theme
118
  msgid ""
119
  "Protect your website by changing the login URL and preventing access to wp-"
121
  msgstr ""
122
 
123
  #. Author of the plugin/theme
124
+ msgid "WPServeur, NicolasKulka, tabrisrp"
125
  msgstr ""
126
 
127
  #. Author URI of the plugin/theme
128
+ msgid "https://wpserveur.net"
129
  msgstr ""
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.2.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -16,22 +16,26 @@ Change wp-login.php to anything you want.
16
 
17
  *WPS Hide Login* est un plugin très léger qui vous permet de changer facilement et en toute sécurité l'url de la page de formulaire de connexion. Il ne renomme pas littéralement ou ne modifie pas les fichiers dans le noyau, ni n'ajoute des règles de réécriture. Il intercepte simplement les demandes de pages et fonctionne sur n'importe quel site WordPress. Le répertoire wp-admin et la page wp-login.php deviennent inaccessibles, vous devez donc ajouter un signet ou vous souvenir de l'URL. Désactiver ce plugin ramène votre site exactement à l'état dans lequel il était auparavant.
18
 
19
- Ce plugin vous est gentiment proposé par <a href="https://www.wpserveur.net/" target="_blank">WPServeur</a> l'hébergeur spécialisé WordPress.
20
 
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
  = English =
26
 
27
  *WPS Hide Login* is a very light plugin that lets you easily and safely change the url of the login form page to anything you want. It doesn’t literally rename or change files in core, nor does it add rewrite rules. It simply intercepts page requests and works on any WordPress website. The wp-admin directory and wp-login.php page become inaccessible, so you should bookmark or remember the url. Deactivating this plugin brings your site back exactly to the state it was before.
28
 
29
- This plugin is kindly proposed by <a href="https://www.wpserveur.net/" target="_blank">WPServeur</a> the specialized WordPress web host.
30
 
31
  Discover also our other free extensions:
32
  - <a href="https://wordpress.org/plugins/wps-limit-login/" target="_blank">WPS Limit Login</a> to block brute force attacks.
33
  - <a href="https://wordpress.org/plugins/wps-bidouille/" target="_blank">WPS Bidouille</a> to optimize your WordPress and get more info.
34
 
 
 
35
  = Compatibility =
36
 
37
  = Français =
@@ -136,6 +140,9 @@ First step is to check your .htaccess file and compare it to a regular one, to s
136
 
137
  == Changelog ==
138
 
 
 
 
139
  = 1.2.4 =
140
  * Remove: Third party wpserveur
141
 
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.2.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
16
 
17
  *WPS Hide Login* est un plugin très léger qui vous permet de changer facilement et en toute sécurité l'url de la page de formulaire de connexion. Il ne renomme pas littéralement ou ne modifie pas les fichiers dans le noyau, ni n'ajoute des règles de réécriture. Il intercepte simplement les demandes de pages et fonctionne sur n'importe quel site WordPress. Le répertoire wp-admin et la page wp-login.php deviennent inaccessibles, vous devez donc ajouter un signet ou vous souvenir de l'URL. Désactiver ce plugin ramène votre site exactement à l'état dans lequel il était auparavant.
18
 
19
+ Ce plugin vous est gentiment proposé par <a href="https://www.wpserveur.net/?refwps=14&campaign=wpshidelogin" target="_blank">WPServeur</a> l'hébergeur spécialisé WordPress.
20
 
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
+
27
  = English =
28
 
29
  *WPS Hide Login* is a very light plugin that lets you easily and safely change the url of the login form page to anything you want. It doesn’t literally rename or change files in core, nor does it add rewrite rules. It simply intercepts page requests and works on any WordPress website. The wp-admin directory and wp-login.php page become inaccessible, so you should bookmark or remember the url. Deactivating this plugin brings your site back exactly to the state it was before.
30
 
31
+ This plugin is kindly proposed by <a href="https://www.wpserveur.net/?refwps=14&campaign=wpshidelogin" target="_blank">WPServeur</a> the specialized WordPress web host.
32
 
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
+
39
  = Compatibility =
40
 
41
  = Français =
140
 
141
  == Changelog ==
142
 
143
+ = 1.2.5 =
144
+ * Remove : redirect activate
145
+
146
  = 1.2.4 =
147
  * Remove: Third party wpserveur
148
 
wps-hide-login.php CHANGED
@@ -3,7 +3,8 @@
3
  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
- Version: 1.2.4
 
7
  Requires at least: 4.1
8
  Tested up to: 4.9
9
  License: GPLv2 or later
@@ -16,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
16
  }
17
 
18
  // Plugin constants
19
- define( 'WPS_HIDE_LOGIN_VERSION', '1.2.4' );
20
  define( 'WPS_HIDE_LOGIN_FOLDER', 'wps-hide-login' );
21
 
22
  define( 'WPS_HIDE_LOGIN_URL', plugin_dir_url( __FILE__ ) );
@@ -37,7 +38,7 @@ wps_hide_login_load_files( WPS_HIDE_LOGIN_DIR . 'classes/', array(
37
  'plugin',
38
  ) );
39
 
40
- register_activation_hook( __FILE__, array( 'WPS_Hide_Login', 'activate' ) );
41
 
42
  add_action( 'plugins_loaded', 'plugins_loaded_wps_hide_login_plugin' );
43
  function plugins_loaded_wps_hide_login_plugin() {
3
  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.2.5
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.2.5' );
21
  define( 'WPS_HIDE_LOGIN_FOLDER', 'wps-hide-login' );
22
 
23
  define( 'WPS_HIDE_LOGIN_URL', plugin_dir_url( __FILE__ ) );
38
  'plugin',
39
  ) );
40
 
41
+ //register_activation_hook( __FILE__, array( 'WPS_Hide_Login', 'activate' ) );
42
 
43
  add_action( 'plugins_loaded', 'plugins_loaded_wps_hide_login_plugin' );
44
  function plugins_loaded_wps_hide_login_plugin() {