Protect Your Admin - Version 2.1

Version Description

  • Tested with new wordpress version 4.5.2
Download this release

Release Info

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

Code changes from version 2.0 to 2.1

Files changed (2) hide show
  1. protect-wp-admin.php +4 -4
  2. readme.txt +9 -6
protect-wp-admin.php CHANGED
@@ -3,9 +3,9 @@
3
  Plugin Name: Protect WP-Admin
4
  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: 2.0
9
  */
10
 
11
  /*** Protect WP-Admin Copyright 2014 Raghunath (email : raghunath.0087@gmail.com)
@@ -91,7 +91,7 @@ function init_pwa_admin_option_page(){
91
  <div class="first pwa-tab" id="div-pwa-general">
92
  <h2>General Settings</h2>
93
  <p><label>Enable: </label><input type="checkbox" id="pwa_active" name="pwa_active" value='1' <?php if(get_option('pwa_active')!=''){ echo ' checked="checked"'; }?>/></p>
94
- <p id="adminurl"><label>Admin Slug: </label><input type="text" id="pwa_rewrite_text" name="pwa_rewrite_text" value="<?php echo esc_attr(get_option('pwa_rewrite_text')); ?>" placeholder="Add New Secure Admin URL Slug ( i.e /myadmin )" size="30"></p>
95
  </div>
96
 
97
  <!-- Admin Style -->
@@ -142,7 +142,7 @@ function init_pwa_admin_option_page(){
142
 
143
  </div>
144
  <span class="submit-btn"><?php echo get_submit_button('Save Settings','button-primary','submit','','');?></span>
145
- <div style="color:red;"><strong>Important!:</strong> Please update permalinks before activate the plugin. Permalinks option should not be set to default.</div>
146
 
147
  <?php settings_fields('pwa_setting_options'); ?>
148
  </form>
3
  Plugin Name: Protect WP-Admin
4
  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: MR Web Solution
7
  Author URI: http://www.mrwebsolution.in/
8
+ Version: 2.1
9
  */
10
 
11
  /*** Protect WP-Admin Copyright 2014 Raghunath (email : raghunath.0087@gmail.com)
91
  <div class="first pwa-tab" id="div-pwa-general">
92
  <h2>General Settings</h2>
93
  <p><label>Enable: </label><input type="checkbox" id="pwa_active" name="pwa_active" value='1' <?php if(get_option('pwa_active')!=''){ echo ' checked="checked"'; }?>/></p>
94
+ <p id="adminurl"><label>Admin Slug: </label><input type="text" id="pwa_rewrite_text" name="pwa_rewrite_text" value="<?php echo esc_attr(get_option('pwa_rewrite_text')); ?>" placeholder="myadmin" size="30">(<i>Add New Secure Admin URL Slug ( i.e myadmin )</i>)</p>
95
  </div>
96
 
97
  <!-- Admin Style -->
142
 
143
  </div>
144
  <span class="submit-btn"><?php echo get_submit_button('Save Settings','button-primary','submit','','');?></span>
145
+ <div ><strong style="color:red;" >Important!:</strong> Please update permalinks before activate the plugin. Permalinks option should not be set to default.</div>
146
 
147
  <?php settings_fields('pwa_setting_options'); ?>
148
  </form>
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  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.5
7
- Stable tag: 2.0
8
 
9
  1.) Protect Your Website Admin Against Hackers
10
  2.) Modify Login Page Design
@@ -28,7 +28,7 @@ It is extremely important to back up your database before beginning the activate
28
 
29
 
30
 
31
- **[ Upgrade to Pro Version ](https://raghunathgurjar.wordpress.com/wp/pwa-pro/)**
32
 
33
 
34
  = Features =
@@ -115,8 +115,11 @@ Don not forgot to update the "newadmin" slug with your new admin slug (that you
115
 
116
 
117
  == Changelog ==
118
- = 1.9 =
119
- * Tested with new wordpress version 2.5
 
 
 
120
  * Removed localhost permission related conditions.
121
 
122
  = 1.9 =
2
  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.6
6
+ Tested up to: 4.5.2
7
+ Stable tag: 2.1
8
 
9
  1.) Protect Your Website Admin Against Hackers
10
  2.) Modify Login Page Design
28
 
29
 
30
 
31
+ **[ Upgrade to Pro Version ](https://rgaddons.wordpress.com/protect-wp-admin-pro/)**
32
 
33
 
34
  = Features =
115
 
116
 
117
  == Changelog ==
118
+ = 2.1 =
119
+ * Tested with new wordpress version 4.5.2
120
+
121
+ = 2.0 =
122
+ * Tested with new wordpress version 4.5
123
  * Removed localhost permission related conditions.
124
 
125
  = 1.9 =