Skip to content

Commit

Permalink
update readme, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RistoNiinemets committed Sep 26, 2017
1 parent dc35ef6 commit dd4dd15
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 29 deletions.
17 changes: 9 additions & 8 deletions ajax-thumbnail-rebuild.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?php
/* Plugin name: AJAX Thumbnail Rebuild
Plugin URI: http://breiti.cc/wordpress/ajax-thumbnail-rebuild
Author: junkcoder
Author URI: http://breiti.cc
Version: 1.12
Description: Rebuild all thumbnails
Max WP Version: 3.9
Text Domain: ajax-thumbnail-rebuild
/*
Plugin name: AJAX Thumbnail Rebuild
Plugin URI: http://breiti.cc/wordpress/ajax-thumbnail-rebuild
Author: junkcoder
Author URI: http://breiti.cc
Version: 1.2
Description: Rebuild all thumbnails
Tested up to: 4.8.2
Text Domain: ajax-thumbnail-rebuild
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
50 changes: 29 additions & 21 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== AJAX Thumbnail Rebuild ===
Contributors: junkcoder
Donate link: http://breiti.cc/wordpress/ajax-thumbnail-rebuild/#donate
Contributors: junkcoder, RistoNiinemets
Donate link: http://breiti.cc/wordpress/ajax-thumbnail-rebuild/#donate
Tags: ajax, thumbnail, rebuild, regenerate, admin, image, photo
Requires at least: 2.8
Tested up to: 3.9
Stable tag: 1.12
Tested up to: 4.8.2
Stable tag: 1.2

AJAX Thumbnail Rebuild allows you to rebuild all thumbnails at once without script timeouts on your server.

Expand All @@ -18,29 +18,37 @@ You can also select the thumbnail sizes you want to rebuild, so that you don't n

This plugin requires JavaScript to be enabled.


Contributions are welcome at:
https://github.com/breiti/ajax-thumbnail-rebuild

== Installation ==

Upload the plugin to your blog, activate it, done. You can then rebuild all thumbnails in the tools section (Tools -> Rebuild Thumbnails).

== Changelog ==

= 1.12 =

* FIX: An issue where rebuilding thumbnails in the media gallery
would not work

= 1.11 =

* FIX: An issue where the plugin would sometimes break the media gallery.

= 1.10 =

* NEW: Rebuild thumbnails of single images on the media attachment page.

= 1.09 =

* NEW: Checkboxes can be activated by clicking on text.

= 1.2 =

* Compatibility with PHP7

= 1.12 =

* FIX: An issue where rebuilding thumbnails in the media gallery
would not work

= 1.11 =

* FIX: An issue where the plugin would sometimes break the media gallery.

= 1.10 =

* NEW: Rebuild thumbnails of single images on the media attachment page.

= 1.09 =

* NEW: Checkboxes can be activated by clicking on text.

= 1.08 =

* NEW: Slovak translation, provided by Branco Radenovich.
Expand Down

0 comments on commit dd4dd15

Please sign in to comment.