Skip to content

Releases: vollyimnetz/crop-thumbnails

1.0.0

09 Dec 14:13
Compare
Choose a tag to compare
  • 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

12 Sep 09:27
Compare
Choose a tag to compare

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

04 Aug 15:09
Compare
Choose a tag to compare
  • bugfix: add mime-type to image-metadata (the mime-type was deleted by crop-thumbnails before unintentional)

0.10.13

07 Jul 00:25
Compare
Choose a tag to compare
  • bugfix: filter-settings will work again in media-dialog

0.10.12

23 Dec 12:01
Compare
Choose a tag to compare
add italian

0.10.10

28 Aug 09:16
Compare
Choose a tag to compare
  • bugfix: Checks if the current page have a featured image box in the first place

0.10.9

25 Aug 08:17
Compare
Choose a tag to compare
  • 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

0.10.8

23 May 12:36
Compare
Choose a tag to compare
  • change empty-array-definition to be compatible with old PHP-Versions (prior 5.4)

0.10.7

22 May 19:58
Compare
Choose a tag to compare
  • fix a behaviour where the 'image_size_names_choose'-filter could remove image-sizes from the settings page
  • add a seperate filter 'crop_thumbnails_image_sizes' to remove/adjust image-sizes used by the plugin (use carefully)
  • use DIRECTORY_SEPARATOR in the save-function
  • add a quicktest to the settings screen

0.10.6

15 Dec 16:05
Compare
Choose a tag to compare

improve the bugfix of 0.10.5 (sorry for that)