Releases: vollyimnetz/crop-thumbnails
Releases · vollyimnetz/crop-thumbnails
1.9.3
version 1.9.3
1.8.0
- add to more filters for controlling what crop-sizes should be available (thanks to https://github.com/wijzijnweb)
- update frontend libraries
1.7.2
- fix php notice on settings screen
1.7.1
- fix settings screen not loading
1.7.0
- 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
- change crop library (now using https://advanced-cropper.github.io/vue-advanced-cropper)
- revert php requirements back to 7.4
- improve touch capabilities by adding an option for large handles
- refactoring and code improvements
1.4.0
- 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
- 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
- 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
- fix a bug that may occure on utf8-filenames
- update vue.js and the other libraries to current version
- refactoring vue-code and build