You are here

CHANGELOG.txt in Manual Crop 7

Manual Crop 7.x-1.7, 2017-12-21
-------------------------------
- Added support for file fields with multiple allowed file types.
- Fixed detection of imgAreaSelect.
- Fixed crop not being saved for an file entity images.
- Fixed compatibility with media 2.0+.

Manual Crop 7.x-1.6, 2016-12-04
-------------------------------
- Added file entity revision support.
- Added option to disable effect ordering.
- Added a property to skip the validation and save of crop selections.
- Added support for the Drag & Drop Upload widget.
- Updated version extraction imgAreaSelect, use the json file from now on.
- Updated to imgAreaSelect 0.9.11-rc.1 from github.
- Updated croptool to a renderable array.
- Updated croptool to show the style label instead of machine name.
- Removed has_js cookie check.
- Fixed manual_crop_load_crop_selection() causing a temp table/filesort.
- Fixed required crops not working when mode set to exclude.
- Fixed various issues with the Media module.
- Fixed saving of new crop selections after a form rebuild.
- Fixed compatibility with the CKEditor Insert module.
- Fixed submit handler to skip additional submits.
- Fixed unwanted upscaling when no crop selection has been made.
- Fixed missing js settings when the user is not allowed to access the first croptool.
- Fixed ecaping image style label.
- And various other fixes.

Manual Crop 7.x-1.5, 2015-04-11
-------------------------------
- Added a permission to crop images.
- Added auto reuse effect.
- Added a hook to expose supporting widgets.
- Added Views integration.
- Added option to maximize the default crop area.
- Added support for the image style labels.
- Added support for the Link Image widget
- Added support for the MultiUpload widget.
- Added support for the Image URL Formatter module.
- Added an example Drush make file.
- Removed the third-party jQuery plugins and added the Libraries module as dependency.
- Removed faulty width and height attributes.
- Disabled crop after upload on mobile devices.
- Fixed and improved Media integration (there are a lot of people to thank for this).
- Fixed compatibility jQuery 1.9 and up.
- Fixed issues with the admin bar.
- And much more fixes and features, see the git log for more details.

Manual Crop 7.x-1.4, 2012-10-19
-------------------------------
- Switched from the custom widget to the default image widget.
- Added Media 2.x support for most Manual Crop settings.
- Added a selection maximize button.
- Added an option to exclude none Manual Crop styles from Insert.
- Added the HTTP cache-controller to images with the crop reuse effect.
- Changed the text on some buttons.
- Changed the admin multi-selects to checkboxes and added support for the Multi-column checkboxes radios module.
- Fixed empty span issue with crop after upload.
- Fixed IE 8 and 9 compatibility (lazy loading CSS and JavaScript issues).
- Other various improvements and bug fixes.

Manual Crop 7.x-1.3, 2012-04-22
-------------------------------
- Added inline cropping as alternative to the overlay.
- Added an instant preview option.
- Added a thumbnail list option, to show a list of thumbnails instead of the default selection list.
- Added a crop after upload option.
- Added an option to show a default crop area.
- Added basic Media 2.x and Insert integration.
- Added a crop reuse effect.
- Added support for image dimensions callbacks.
- Added an option to skip resize if the image was not cropped.
- Added a "maintain proportions" option for crop without scale.
- Added support for string overrides.
- Changed button labels.
- Fixed enforcing of required fields.
- Various other fixes.

Manual Crop 7.x-1.2, 2011-10-10
-------------------------------
- Fixed the crop selection validation, removed images should be skipped during validation.
- Added support for the FileField Sources module.
- Show a crop button instead of a selection list when only one selection can be cropped.
- Present the user a cleaner image style name.
- Added the "enter" shortcut and changed the "esc" shortcut effect.
- Added an option, at the performance page, to enable an HTTP cache controller variable that will force image reloading after re-cropping.
- Fixed support for images in a field collection.
- Updated the preview image to show the latest crop selection if one was made.

Manual Crop 7.x-1.1, 2011-06-29
-------------------------------
- Added the ability to exclude or include items in the image style list.
- Added support for other entity types than nodes.
- Improved Webkit and IE support, thanks to j0rd.
- Added the ability to require styles to be cropped.
- Changed the button labels and hide the restore button if restoring isn't possible.
- Improved visual feedback when styles are cropped or need to be cropped.
- Fixed the ratio-respecting crop selection for images that are to width.
- Changed from using style id's to style names.

Manual Crop 7.x-1.0, 2011-04-15
-------------------------------
- Initial release.

File

CHANGELOG.txt
View source
  1. Manual Crop 7.x-1.7, 2017-12-21
  2. -------------------------------
  3. - Added support for file fields with multiple allowed file types.
  4. - Fixed detection of imgAreaSelect.
  5. - Fixed crop not being saved for an file entity images.
  6. - Fixed compatibility with media 2.0+.
  7. Manual Crop 7.x-1.6, 2016-12-04
  8. -------------------------------
  9. - Added file entity revision support.
  10. - Added option to disable effect ordering.
  11. - Added a property to skip the validation and save of crop selections.
  12. - Added support for the Drag & Drop Upload widget.
  13. - Updated version extraction imgAreaSelect, use the json file from now on.
  14. - Updated to imgAreaSelect 0.9.11-rc.1 from github.
  15. - Updated croptool to a renderable array.
  16. - Updated croptool to show the style label instead of machine name.
  17. - Removed has_js cookie check.
  18. - Fixed manual_crop_load_crop_selection() causing a temp table/filesort.
  19. - Fixed required crops not working when mode set to exclude.
  20. - Fixed various issues with the Media module.
  21. - Fixed saving of new crop selections after a form rebuild.
  22. - Fixed compatibility with the CKEditor Insert module.
  23. - Fixed submit handler to skip additional submits.
  24. - Fixed unwanted upscaling when no crop selection has been made.
  25. - Fixed missing js settings when the user is not allowed to access the first croptool.
  26. - Fixed ecaping image style label.
  27. - And various other fixes.
  28. Manual Crop 7.x-1.5, 2015-04-11
  29. -------------------------------
  30. - Added a permission to crop images.
  31. - Added auto reuse effect.
  32. - Added a hook to expose supporting widgets.
  33. - Added Views integration.
  34. - Added option to maximize the default crop area.
  35. - Added support for the image style labels.
  36. - Added support for the Link Image widget
  37. - Added support for the MultiUpload widget.
  38. - Added support for the Image URL Formatter module.
  39. - Added an example Drush make file.
  40. - Removed the third-party jQuery plugins and added the Libraries module as dependency.
  41. - Removed faulty width and height attributes.
  42. - Disabled crop after upload on mobile devices.
  43. - Fixed and improved Media integration (there are a lot of people to thank for this).
  44. - Fixed compatibility jQuery 1.9 and up.
  45. - Fixed issues with the admin bar.
  46. - And much more fixes and features, see the git log for more details.
  47. Manual Crop 7.x-1.4, 2012-10-19
  48. -------------------------------
  49. - Switched from the custom widget to the default image widget.
  50. - Added Media 2.x support for most Manual Crop settings.
  51. - Added a selection maximize button.
  52. - Added an option to exclude none Manual Crop styles from Insert.
  53. - Added the HTTP cache-controller to images with the crop reuse effect.
  54. - Changed the text on some buttons.
  55. - Changed the admin multi-selects to checkboxes and added support for the Multi-column checkboxes radios module.
  56. - Fixed empty span issue with crop after upload.
  57. - Fixed IE 8 and 9 compatibility (lazy loading CSS and JavaScript issues).
  58. - Other various improvements and bug fixes.
  59. Manual Crop 7.x-1.3, 2012-04-22
  60. -------------------------------
  61. - Added inline cropping as alternative to the overlay.
  62. - Added an instant preview option.
  63. - Added a thumbnail list option, to show a list of thumbnails instead of the default selection list.
  64. - Added a crop after upload option.
  65. - Added an option to show a default crop area.
  66. - Added basic Media 2.x and Insert integration.
  67. - Added a crop reuse effect.
  68. - Added support for image dimensions callbacks.
  69. - Added an option to skip resize if the image was not cropped.
  70. - Added a "maintain proportions" option for crop without scale.
  71. - Added support for string overrides.
  72. - Changed button labels.
  73. - Fixed enforcing of required fields.
  74. - Various other fixes.
  75. Manual Crop 7.x-1.2, 2011-10-10
  76. -------------------------------
  77. - Fixed the crop selection validation, removed images should be skipped during validation.
  78. - Added support for the FileField Sources module.
  79. - Show a crop button instead of a selection list when only one selection can be cropped.
  80. - Present the user a cleaner image style name.
  81. - Added the "enter" shortcut and changed the "esc" shortcut effect.
  82. - Added an option, at the performance page, to enable an HTTP cache controller variable that will force image reloading after re-cropping.
  83. - Fixed support for images in a field collection.
  84. - Updated the preview image to show the latest crop selection if one was made.
  85. Manual Crop 7.x-1.1, 2011-06-29
  86. -------------------------------
  87. - Added the ability to exclude or include items in the image style list.
  88. - Added support for other entity types than nodes.
  89. - Improved Webkit and IE support, thanks to j0rd.
  90. - Added the ability to require styles to be cropped.
  91. - Changed the button labels and hide the restore button if restoring isn't possible.
  92. - Improved visual feedback when styles are cropped or need to be cropped.
  93. - Fixed the ratio-respecting crop selection for images that are to width.
  94. - Changed from using style id's to style names.
  95. Manual Crop 7.x-1.0, 2011-04-15
  96. -------------------------------
  97. - Initial release.