Protect Your Admin - Version 1.8

Version Description

  • Fixed Login Failure issue
    • Released Pro Addon
Download this release

Release Info

Developer india-web-developer
Plugin Icon 128x128 Protect Your Admin
Version 1.8
Comparing to
See all releases

Code changes from version 1.7 to 1.8

Files changed (2) hide show
  1. protect-wp-admin.php +3 -2
  2. readme.txt +30 -5
protect-wp-admin.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.mrwebsolution.in/
5
  Description: "protect-wp-admin" is a very help full plugin to make wordpress admin more secure. Protect WP-Admin plugin is provide the options for change the wp-admin url and make the login page private(directly user can't access the login page).
6
  Author: Raghunath
7
  Author URI: http://www.mrwebsolution.in/
8
- Version: 1.7
9
  */
10
 
11
  /*** Protect WP-Admin Copyright 2014 Raghunath (email : raghunath.0087@gmail.com)
@@ -282,7 +282,7 @@ if( function_exists('register_deactivation_hook') ){
282
  if(!function_exists('init_deactivation_pwa_plugins')):
283
  function init_deactivation_pwa_plugins(){
284
  delete_option('pwa_active');
285
- delete_option('pwa_rewrite_text');
286
  flush_rewrite_rules();
287
  }
288
  endif;
@@ -294,6 +294,7 @@ if( function_exists('register_activation_hook') ){
294
  //Delete all options after uninstall the plugin
295
  if(!function_exists('init_activation_pwa_plugins')):
296
  function init_activation_pwa_plugins(){
 
297
  flush_rewrite_rules();
298
  }
299
  endif;
5
  Description: "protect-wp-admin" is a very help full plugin to make wordpress admin more secure. Protect WP-Admin plugin is provide the options for change the wp-admin url and make the login page private(directly user can't access the login page).
6
  Author: Raghunath
7
  Author URI: http://www.mrwebsolution.in/
8
+ Version: 1.8
9
  */
10
 
11
  /*** Protect WP-Admin Copyright 2014 Raghunath (email : raghunath.0087@gmail.com)
282
  if(!function_exists('init_deactivation_pwa_plugins')):
283
  function init_deactivation_pwa_plugins(){
284
  delete_option('pwa_active');
285
+ delete_option('pwa_logout');
286
  flush_rewrite_rules();
287
  }
288
  endif;
294
  //Delete all options after uninstall the plugin
295
  if(!function_exists('init_activation_pwa_plugins')):
296
  function init_activation_pwa_plugins(){
297
+ delete_option('pwa_logout');
298
  flush_rewrite_rules();
299
  }
300
  endif;
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors:india-web-developer
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZEMSYQUZRUK6A
4
  Tags: Protect WP-Admin,wp-admin,Protect wordpress admin,Secure Admin,Admin,Scure Wordpress Admin,Rename Admin URL, Rename Wordpress Admin URL,Change wp-admin url,Change Admin URL,Change Admin Path,Restrict wp-admin
5
  Requires at least: 3.3
6
- Tested up to: 4.3.1
7
- Stable tag: 1.7
8
 
9
  Protect Your Website Admin Against Hackers and Modify Login Page Style
10
 
@@ -25,6 +25,11 @@ The plugin also comes with some access filters, allowing webmasters to restrict
25
  **NOTE :Back up your database before beginning the activate plugin.**
26
  It is extremely important to back up your database before beginning the activate plugin. If, for some reason, you find it necessary to restore your database from these backups.
27
 
 
 
 
 
 
28
  = Features =
29
 
30
  * Define custom wp-admin url(i.e http://yourdomain.com/myadmin)
@@ -36,15 +41,29 @@ It is extremely important to back up your database before beginning the activate
36
  * Restrict registered non-admin users from wp-admin
37
  * Allow admin access to non-admin users by define comma seprate multiple ids
38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
 
40
  == Installation ==
41
  In most cases you can install automatically from WordPress.
42
 
43
  However, if you install this manually, follow these steps:
44
 
45
- * Step 1. Upload "protect-wp-admin" folder to the `/wp-content/plugins/` directory
46
  * Step 2. Activate the plugin through the Plugins menu in WordPress
47
- * Step 3. Go to Settings "Protect WP-Admin" and configure the plugin settings.
48
 
49
  == Frequently Asked Questions ==
50
 
@@ -52,10 +71,11 @@ However, if you install this manually, follow these steps:
52
 
53
  Don't worry, Just update the site permalink ("Settings" >> "Permalinks") and re-check,Now this time it will be work fine
54
 
55
- * 2.Was not able to login after installation
56
 
57
  Basicaly issues can come only in case when you will use default permalink settings.
58
  If your permalink will be update to any other option except default then it will be work fine. Anyway Dont' worry, manualy you can add code into your site .htaccess file.
 
59
 
60
  # BEGIN WordPress
61
  <IfModule mod_rewrite.c>
@@ -84,8 +104,13 @@ Don not forgot to update the "newadmin" slug with your new admin slug (that you
84
  5. screenshot-5.png
85
 
86
 
 
87
  == Changelog ==
88
 
 
 
 
 
89
  = 1.7 =
90
  * Fixed forget password email issue
91
  * Fixed forgot password link issue on login error page
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZEMSYQUZRUK6A
4
  Tags: Protect WP-Admin,wp-admin,Protect wordpress admin,Secure Admin,Admin,Scure Wordpress Admin,Rename Admin URL, Rename Wordpress Admin URL,Change wp-admin url,Change Admin URL,Change Admin Path,Restrict wp-admin
5
  Requires at least: 3.3
6
+ Tested up to: 4.4.1
7
+ Stable tag: 1.8
8
 
9
  Protect Your Website Admin Against Hackers and Modify Login Page Style
10
 
25
  **NOTE :Back up your database before beginning the activate plugin.**
26
  It is extremely important to back up your database before beginning the activate plugin. If, for some reason, you find it necessary to restore your database from these backups.
27
 
28
+
29
+
30
+ **[ Upgrade to Pro Version ](https://raghunathgurjar.wordpress.com/wp/pwa-pro/)**
31
+
32
+
33
  = Features =
34
 
35
  * Define custom wp-admin url(i.e http://yourdomain.com/myadmin)
41
  * Restrict registered non-admin users from wp-admin
42
  * Allow admin access to non-admin users by define comma seprate multiple ids
43
 
44
+ = Go Pro =
45
+
46
+ We have also released an add-on for Protect-WP-Admin which not only demonstrates the flexibility of Protect-WP-Admin, but also adds some important features
47
+
48
+ * Login Attempt Counter
49
+ * An option for manage login page CSS from admin
50
+ * An option to change username of any user
51
+ * An option for define custom redirect url for defalut wp-admin url
52
+ * Faster support
53
+
54
+
55
+
56
+ **[ Upgrade to Pro Version](https://raghunathgurjar.wordpress.com/wp/pwa-pro/)**
57
+
58
 
59
  == Installation ==
60
  In most cases you can install automatically from WordPress.
61
 
62
  However, if you install this manually, follow these steps:
63
 
64
+ * Step 1. Upload "protect-wp-admin-pro" folder to the `/wp-content/plugins/` directory
65
  * Step 2. Activate the plugin through the Plugins menu in WordPress
66
+ * Step 3. Go to Settings "Protect WP-Admin Pro" and configure the plugin settings.
67
 
68
  == Frequently Asked Questions ==
69
 
71
 
72
  Don't worry, Just update the site permalink ("Settings" >> "Permalinks") and re-check,Now this time it will be work fine
73
 
74
+ * 2.Am i not able to login after installation
75
 
76
  Basicaly issues can come only in case when you will use default permalink settings.
77
  If your permalink will be update to any other option except default then it will be work fine. Anyway Dont' worry, manualy you can add code into your site .htaccess file.
78
+
79
 
80
  # BEGIN WordPress
81
  <IfModule mod_rewrite.c>
104
  5. screenshot-5.png
105
 
106
 
107
+
108
  == Changelog ==
109
 
110
+ = 1.8 =
111
+ * Fixed Login Failure issue
112
+ * Released Pro Addon
113
+
114
  = 1.7 =
115
  * Fixed forget password email issue
116
  * Fixed forgot password link issue on login error page