AJAX Thumbnail Rebuild - Version 1.04

Version Description

  • Tested with Wordpress 3.2
Download this release

Release Info

Developer junkcoder
Plugin Icon wp plugin AJAX Thumbnail Rebuild
Version 1.04
Comparing to
See all releases

Code changes from version 1.03 to 1.04

Files changed (2) hide show
  1. ajax-thumbnail-rebuild.php +2 -2
  2. readme.txt +6 -2
ajax-thumbnail-rebuild.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /* Plugin name: AJAX Thumbnail Rebuild
3
- Plugin URI: http://software.breiti.cc/wordpress/ajax-thumbnail-rebuild
4
  Author: junkcoder
5
  Author URI: http://breiti.cc
6
  Version: 1.03
@@ -139,7 +139,7 @@ class AjaxThumbnailRebuild {
139
 
140
  <p style="clear:both; padding-top:2em;">
141
  If you find this plugin useful, I'd be happy to read your comments on
142
- the <a href="http://software.breiti.cc/wordpress/ajax-thumbnail-rebuild" target="_blank">plugin homepage</a>.<br />
143
  If you experience any problems, feel free to leave a comment too.
144
  </p>
145
 
1
  <?php
2
  /* Plugin name: AJAX Thumbnail Rebuild
3
+ Plugin URI: http://breiti.cc/wordpress/ajax-thumbnail-rebuild
4
  Author: junkcoder
5
  Author URI: http://breiti.cc
6
  Version: 1.03
139
 
140
  <p style="clear:both; padding-top:2em;">
141
  If you find this plugin useful, I'd be happy to read your comments on
142
+ the <a href="http://breiti.cc/wordpress/ajax-thumbnail-rebuild" target="_blank">plugin homepage</a>.<br />
143
  If you experience any problems, feel free to leave a comment too.
144
  </p>
145
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: junkcoder
3
  Tags: ajax, thumbnail, rebuild, regenerate, admin
4
  Requires at least: 2.8
5
- Tested up to: 3.0.1
6
- Stable tag: 1.03
7
 
8
  AJAX Thumbnail Rebuild allows you to rebuild all thumbnails at once without script timeouts on your server.
9
 
@@ -23,6 +23,10 @@ Upload the plugin to your blog, activate it, done. You can then rebuild all thum
23
 
24
  == Changelog ==
25
 
 
 
 
 
26
  = 1.03 =
27
 
28
  * Fixed: Show correct height value for thumbnails.
2
  Contributors: junkcoder
3
  Tags: ajax, thumbnail, rebuild, regenerate, admin
4
  Requires at least: 2.8
5
+ Tested up to: 3.2
6
+ Stable tag: 1.04
7
 
8
  AJAX Thumbnail Rebuild allows you to rebuild all thumbnails at once without script timeouts on your server.
9
 
23
 
24
  == Changelog ==
25
 
26
+ = 1.04 =
27
+
28
+ * Tested with Wordpress 3.2
29
+
30
  = 1.03 =
31
 
32
  * Fixed: Show correct height value for thumbnails.