Releases: vollyimnetz/crop-thumbnails
Releases · vollyimnetz/crop-thumbnails
1.0.3
- fix js error handling
- add warning to the backend if the script cant connect the server
- fix where escape of language-strings make no sense (exceptions in save.php)
1.0.2
- improve i18n
- change language text domain from 'cpt_lang' to 'crop-thumbnails'
- rename language files to match text domain exactly
- change 'CROP_THUMBS_VERSION' to 'CROP_THUMBNAILS_VERSION'
- correct translations of the plugins name
1.0.1
- fix code that mess with old php versions
1.0.0
- modal dialog rewritten
- crop functionality refactored
- changed the crop-library for improved touch support
- the action "crop_thumbnails_modal_window_settings" is gone, you can adjust style by override admin-css
- the filter "crop_post_thumbnail_window_css" is gone, you can adjust style by override admin-css
- adjusting dialog style - make it more responsive
- reviewed dynamic sizes: sizes with 9999 will no longer have ratio of the original image
- reviewed dynamic sizes: filenames will no longer be changed
- fix image-metadata polution
- refactoring and cleanup a lot of the code
- change from a language constant to 'cpt_lang' (as recommended by developer guide)
- secure translations
0.10.15
bugfix: use wordpress-function to determine mime-type, as some servers do not define "mime_content_type" (Thank you Eskil Keskikangas for the submission)
0.10.14
- bugfix: add mime-type to image-metadata (the mime-type was deleted by crop-thumbnails before unintentional)
0.10.13
- bugfix: filter-settings will work again in media-dialog
0.10.12
add italian
0.10.10
- bugfix: Checks if the current page have a featured image box in the first place
0.10.9
- bugfix click on the button in the featured image box (WP 4.6 and above)
- button in featured image box is no longer visible if no image is choosed
- minor style improvements