Rename wp-login.php - Version 2.2.6

Version Description

Download this release

Release Info

Developer avryl
Plugin Icon 128x128 Rename wp-login.php
Version 2.2.6
Comparing to
See all releases

Code changes from version 2.2.5 to 2.2.6

Files changed (3) hide show
  1. readme.md +1 -1
  2. readme.txt +1 -1
  3. rename-wp-login.php +2 -7
readme.md CHANGED
@@ -4,7 +4,7 @@
4
  **Tags:** rename, login, wp-login, wp-login.php, brute force attacks, custom login url, security
5
  **Requires at least:** 3.8
6
  **Tested up to:** 3.8.1
7
- **Stable tag:** 2.2.5
8
  **License:** GPLv2 or later
9
  **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
10
 
4
  **Tags:** rename, login, wp-login, wp-login.php, brute force attacks, custom login url, security
5
  **Requires at least:** 3.8
6
  **Tested up to:** 3.8.1
7
+ **Stable tag:** 2.2.6
8
  **License:** GPLv2 or later
9
  **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
10
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
5
  Tags: rename, login, wp-login, wp-login.php, brute force attacks, custom login url, security
6
  Requires at least: 3.8
7
  Tested up to: 3.8.1
8
- Stable tag: 2.2.5
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
5
  Tags: rename, login, wp-login, wp-login.php, brute force attacks, custom login url, security
6
  Requires at least: 3.8
7
  Tested up to: 3.8.1
8
+ Stable tag: 2.2.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
rename-wp-login.php CHANGED
@@ -6,19 +6,14 @@ Plugin URI: http://wordpress.org/plugins/rename-wp-login/
6
  Description: Change wp-login.php to whatever you want. It can also prevent a lot of brute force attacks.
7
  Author: avryl
8
  Author URI: http://profiles.wordpress.org/avryl/
9
- Version: 2.2.5
10
  Text Domain: rename-wp-login
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
  */
14
 
15
  if ( defined( 'ABSPATH' )
16
- && ! class_exists( 'Rename_WP_Login' )
17
- && ! function_exists( 'login_header' )
18
- && ! function_exists( 'login_footer' )
19
- && ! function_exists( 'wp_shake_js' )
20
- && ! function_exists( 'wp_login_viewport_meta' )
21
- && ! function_exists( 'retrieve_password' ) ) {
22
 
23
  class Rename_WP_Login {
24
 
6
  Description: Change wp-login.php to whatever you want. It can also prevent a lot of brute force attacks.
7
  Author: avryl
8
  Author URI: http://profiles.wordpress.org/avryl/
9
+ Version: 2.2.6
10
  Text Domain: rename-wp-login
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
  */
14
 
15
  if ( defined( 'ABSPATH' )
16
+ && ! class_exists( 'Rename_WP_Login' ) ) {
 
 
 
 
 
17
 
18
  class Rename_WP_Login {
19