WP htaccess Control - Version 2.7.2.1

Version Description

(03/04/2012) = * Images and donators list included (no longer remotely loaded).

Download this release

Release Info

Developer antonioandra.de
Plugin Icon wp plugin WP htaccess Control
Version 2.7.2.1
Comparing to
See all releases

Code changes from version 2.7.2 to 2.7.2.1

images/antonioandra.de_favicon.png ADDED
Binary file
images/favicon.ico ADDED
Binary file
images/pp_favicon_x.ico ADDED
Binary file
readme.txt CHANGED
@@ -7,7 +7,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=s4man
7
  Tags: permalinks, permalink, author, htaccess, rewrite, redirect, admin, maintenance, pagination, category, category base, archive, archives
8
  Requires at least: 2.7
9
  Tested up to: 3.3.1
10
- Stable tag: 2.7.2
11
 
12
  Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by Wordpress.
13
 
@@ -76,6 +76,9 @@ Search redirection is based on Mark Jaquith's **Nice Search** but extended so th
76
 
77
  == Changelog ==
78
 
 
 
 
79
  = 2.7.2 (30/03/2012) =
80
  * *Feature:* added Login Control.
81
 
7
  Tags: permalinks, permalink, author, htaccess, rewrite, redirect, admin, maintenance, pagination, category, category base, archive, archives
8
  Requires at least: 2.7
9
  Tested up to: 3.3.1
10
+ Stable tag: 2.7.2.1
11
 
12
  Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by Wordpress.
13
 
76
 
77
  == Changelog ==
78
 
79
+ = 2.7.2.1 (03/04/2012) =
80
+ * Images and donators list included (no longer remotely loaded).
81
+
82
  = 2.7.2 (30/03/2012) =
83
  * *Feature:* added Login Control.
84
 
wp-htaccess-control-ui.php CHANGED
@@ -17,7 +17,7 @@ $WPhtc_data=get_option('WPhtc_data');
17
  }
18
  ?>
19
  <div id="wphtc-sidebar">
20
- <?php $d = file_get_contents('http://antonioandra.de/wp-htaccess-control-donations');
21
  if($d){?>
22
  <div class="wphtc-section">
23
  <div class="wphtc-section-title stuffbox">
@@ -34,6 +34,21 @@ $WPhtc_data=get_option('WPhtc_data');
34
  </div>
35
  </div>
36
  <?php } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  <div class="wphtc-section">
38
  <div class="wphtc-section-title stuffbox">
39
  <!--<div title="Click to toggle" class="handlediv" style="background:url('<?php bloginfo("wpurl")?>/wp-admin/images/menu-bits.gif') no-repeat scroll left -111px transparent"><br></div>-->
@@ -41,10 +56,10 @@ $WPhtc_data=get_option('WPhtc_data');
41
  </div>
42
  <div class="wphtc-inputs">
43
  <ul>
44
- <li><a href="http://antonioandra.de/wp-htaccess-control"><img width="16" height="16" src="http://antonioandra.de/wp-content/themes/antonioandra.de/images/antonioandra.de_favicon.png"> Plugin Homepage</a></li>
45
- <li><a href="http://wordpress.org/extend/plugins/wp-htaccess-control/"><img src="http://s.wordpress.org/favicon.ico?3"> Plugin at Wordpress.org </a></li>
46
  <!--<li><a href="http://dardna.com/"><img src="http://dardna.com/favicon.ico"> Author Homepage</a></li>-->
47
- <li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=s4mancha%40gmail%2ecom&lc=US&item_name=WP%20htaccess%20Control%20%28Antonio%20Andrade%29&no_note=0&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest"><img width="16" height="16" src="https://www.paypalobjects.com/WEBSCR-640-20110429-1/en_US/i/icon/pp_favicon_x.ico"> Donate with Paypal</a></li>
48
  </ul>
49
  </div>
50
  </div>
17
  }
18
  ?>
19
  <div id="wphtc-sidebar">
20
+ <?php //$d = file_get_contents('http://antonioandra.de/wp-htaccess-control-donations');
21
  if($d){?>
22
  <div class="wphtc-section">
23
  <div class="wphtc-section-title stuffbox">
34
  </div>
35
  </div>
36
  <?php } ?>
37
+ <div class="wphtc-section">
38
+ <div class="wphtc-section-title stuffbox">
39
+ <h3><?php _e('Latest donations', 'wp-htaccess-control'); ?></h3>
40
+ </div>
41
+ <div class="wphtc-inputs">
42
+ <ul id="donations">
43
+ <li><a target="_blank" href="http://everydayseo.com">EverydaySEO</a></li>
44
+ <li><a target="_blank" href="http://ait-pro.com">AITpro</a></li>
45
+ <li>G------ P-------</li>
46
+ <li><a target="_blank" href="http://anphicle.com">Anphicle</a></li>
47
+ <li>G----- F----</li>
48
+ <li><a target="_blank" href="http://www.hans-wurst.de">Tatron</a></li>
49
+ </ul>
50
+ </div>
51
+ </div>
52
  <div class="wphtc-section">
53
  <div class="wphtc-section-title stuffbox">
54
  <!--<div title="Click to toggle" class="handlediv" style="background:url('<?php bloginfo("wpurl")?>/wp-admin/images/menu-bits.gif') no-repeat scroll left -111px transparent"><br></div>-->
56
  </div>
57
  <div class="wphtc-inputs">
58
  <ul>
59
+ <li><a href="http://antonioandra.de/wp-htaccess-control"><img width="16" height="16" src="<?php echo $plugin_url?>/images/antonioandra.de_favicon.png"> Plugin Homepage</a></li>
60
+ <li><a href="http://wordpress.org/extend/plugins/wp-htaccess-control/"><img src="<?php echo $plugin_url?>/images/favicon.ico"> Plugin at Wordpress.org </a></li>
61
  <!--<li><a href="http://dardna.com/"><img src="http://dardna.com/favicon.ico"> Author Homepage</a></li>-->
62
+ <li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=s4mancha%40gmail%2ecom&lc=US&item_name=WP%20htaccess%20Control%20%28Antonio%20Andrade%29&no_note=0&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest"><img width="16" height="16" src="<?php echo $plugin_url?>/images/pp_favicon_x.ico"> Donate with Paypal</a></li>
63
  </ul>
64
  </div>
65
  </div>
wp-htaccess-control.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP htaccess Control
4
  Plugin URI: http://dardna.com/wp-htaccess-control
5
  Description: Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by Wordpress.
6
- Version: 2.7.2
7
  Author: António Andrade
8
  Author URI: http://dardna.com
9
  */
3
  Plugin Name: WP htaccess Control
4
  Plugin URI: http://dardna.com/wp-htaccess-control
5
  Description: Interface to customize the permalinks (author, category, archives and pagination) and htaccess file generated by Wordpress.
6
+ Version: 2.7.2.1
7
  Author: António Andrade
8
  Author URI: http://dardna.com
9
  */