Skip to content

Releases: Automattic/regenerate-thumbnails

v3.1.6

14 Aug 08:36
e1bd26b
Compare
Choose a tag to compare
  • Fix: Respect "Skip regenerating existing correctly sized thumbnails" setting.
  • Fix: Don't delete all thumbnails when deleting old unregistered thumbnails size.

v3.1.5

08 Mar 14:32
75f1b46
Compare
Choose a tag to compare
  • Fix: Don't overwrite 'All X Attachment' button label with featured images count.

v3.1.4

26 Oct 17:52
f5c2d20
Compare
Choose a tag to compare
  • Fix: Don't attempt to regenerate SVG's.
  • Bump tested version.
  • Update dependencies.

v3.1.3

13 Feb 07:03
3836135
Compare
Choose a tag to compare
  • Update plugin dependencies to the latest version.

v3.1.0

04 Jan 22:45
736df85
Compare
Choose a tag to compare
  • Bring back the ability to delete old, unregistered thumbnail sizes. Support for updating post contents is still disabled (too buggy).
  • Various code improvements including string localization disambiguation.

v3.0.2

28 Jan 22:24
cbe0443
Compare
Choose a tag to compare
  • Fix slowdown in certain cases in the media library. #61
  • Fix not being able to regenerate existing thumbnails for single images. Props @1do. #57 #60
  • Fix JavaScript error that could occur if the REST API response was unexpected (empty or PHP error). #59
  • Fix bug related to multibyte filenames. #62
  • If an image is used as the featured image on multiple posts, only regenerate it once instead of once per post.

v3.0.1

23 Dec 19:23
670eb44
Compare
Choose a tag to compare
  • Temporarily disable the update post functionality. I tested it a lot but it seems there's still some bugs.
  • Temporarily disable the delete old thumbnails functionality. It seems to work fine but without the update post functionality, it's not as useful.
  • Try to more gracefully handle cases where there's missing metadata for attachments.
  • Wait until init to initialize the plugin so themes can filter the plugin's capability. plugins_loaded is too early.
  • Fix a JavaScript error that would cause the whole regeneration process to stop if an individual image returned non-JSON, such as a 500 error code.
  • Accept GET requests for the regenerate REST API endpoint instead of just POSTs. For some reasons some people's sites are using GET despite the code saying use POST.
  • Make the attachment ID clickable in error messages.
  • Fetch 25 attachments at a time instead of 5. I was using 5 for testing.
  • PHP notice fixes.

v3.0.0

15 Dec 23:25
Compare
Choose a tag to compare

Complete rewrite from scratch using Vue.js and the WordPress REST API.

v2.3.1

20 Sep 05:36
Compare
Choose a tag to compare
  • Fix PHP notice. (#20)

v2.3.0

17 Sep 05:36
Compare
Choose a tag to compare

Maintenance release. A major rewrite is in the works on GitHub.

  • Add "Regenerate Thumbnails" button to the Edit Media submit metabox. Props Brian Alexander for inspiration.
  • Bump required WordPress version to v3.2 so that we don't need to bundle jQuery's progress bar plugin anymore.
  • Context for translators.