Skip to content

Releases: vollyimnetz/crop-thumbnails

1.7.2

08 Jun 09:05
Compare
Choose a tag to compare
  • fix php notice on settings screen

1.7.1

31 May 16:48
Compare
Choose a tag to compare
  • fix settings screen not loading

1.7.0

29 May 15:11
af43b0f
Compare
Choose a tag to compare
  • refactored backend settings
  • Typo error at filter corrected (crop_thumbnails_activat_on_adminpages -> crop_thumbnails_activate_on_adminpages) for compatibility purpose the old name is still working
  • Add new filter (crop_thumbnails_create_new_metadata) after processing the metadata of a certain imagesize.
  • add backend setting to include the plugins javascript files on all admin pages
  • no longer include jcrop style or script
  • improved visibility of corner handles
  • reintroduce keyboard-shortcuts on selection (left, right, up, down to move selection, ESC to leave the selection)
  • bugfixes and improvements

1.6.0

30 Apr 07:34
4882511
Compare
Choose a tag to compare

1.4.0

01 Sep 19:36
Compare
Choose a tag to compare
  • its possible to crop webp files with the plugin
  • library updates
  • code cleanup
  • add fix for using replacement MIME-type specified for sub-sizes (thanks to https://github.com/benjibee - #55)

1.3.0

01 Jan 16:01
Compare
Choose a tag to compare
  • remove support for Code below PHP 5.4: ( the construct dirname(__FILE) become DIR, arrays will also be initialized using [] )
  • remove legacy language translation (in pot/po/mo files) - if you want to have the plugin in your language you can use https://translate.wordpress.org/projects/wp-plugins/crop-thumbnails/
  • change app deployment to vue-cli
  • add functionality for grouping of image-sizes in crop editor
  • add the actions "crop_thumbnails_before_crop" and "crop_thumbnails_after_crop" to hook directly before and after the cropping
  • add the filter "crop_thumbnails_do_crop" to make an exchange of the cropping function possible
  • fix broken link (thanks to TangRufus - https://github.com/TangRufus)
  • add code contribution of TangRufus to make plugin compatibility with "Crop Thumbnails CDN Cache Busting" (thanks to TangRufus - https://github.com/TangRufus)
  • add the filter "crop_thumbnails_should_delete_old_file" to make an exchange of the check for file-deleting possible

1.2.6

15 Dec 21:15
Compare
Choose a tag to compare
  • update dependencies
  • fix typo
  • fix a bug where the image name of the thumbnail changed to "imagename-scaled-..." cause of the new features of WordPress 5.3
  • extend the filter "crop_thumbnails_filename" by the image-metadata-array

1.2.5

25 Sep 01:13
Compare
Choose a tag to compare
  • fix a bug that may occure on utf8-filenames
  • update vue.js and the other libraries to current version
  • refactoring vue-code and build

1.2.4

16 Feb 12:17
Compare
Choose a tag to compare
  • change the enqueue-name of the vue.js-library provided with the plugin to "cpt_vue" to make it possible to prevent this specific include
  • update js-dev dependencies
  • add the filter "crop_thumbnails_filename" to make it possible to change the target path/filename (thanks to https://github.com/matzeeable)
  • improve readme

1.2.3

21 Jan 07:44
Compare
Choose a tag to compare
  • fix a php-notice displayed on the settings-screen