Skip to content

Releases: vollyimnetz/crop-thumbnails

1.0.3

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

12 Dec 10:36
Compare
Choose a tag to compare
  • 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

10 Dec 17:06
Compare
Choose a tag to compare
  • fix code that mess with old php versions

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