Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
39.52 KB
MD5: b93d45c43d73f2036f8bd377401c6620
SHA-1: 3fa0f3ad61f3a2a9a3f00a2877ada0ecec25dfdd
SHA-256: 61bd3f520961e7f520df8f702d1c56d771f7a1a65703663b31a255670a78c4e7
Download zip
44.48 KB
MD5: 8c5e23d4ba46abbc7492b5e351fa876a
SHA-1: 372d058682f2b116a0c1cb1eadf9018d1b75a735
SHA-256: f1bbb789c2145bf0e5a2d3cb770e24d440a3482116ffd4d9bda455fd6c9899c4
Release notes
After an insanely long time I can finally present you Manual Crop 7.x-1.5. Thanks to all contributes and supporters that helped to get this release done!
See the git log for an overview of all changes and contributors, but here are the highlights:
- Issue #1828178 by Tessa Bakker, OWast: Updated UI for the Media file selector widget.
- Issue #2313353: Added a screen width check to disable "crop after upload" on mobile devices.
- Issue #2244129: Added support for the Link Image widget.
- Fixed compatibility jQuery 1.9 and up.
- Issue #2222487: Added a Drush make file for the libraries.
- Issue #2112061: Changed keyboard settings to be optional.
- Issue #2149431 by acb: Fixed rare PHP notice during preprocessing image theming.
- Issue #2151597 by papadak: Added support for the Image URL Formatter module.
- Issue #2092911: Added update hook to add the style_priority setting to all auto reuse effects.
- Issue #2122505: Fixed integrity constraint violation when granting the crop permission.
- Issue #1980660: Added a permission to crop images.
- Issue #2093533: Fixed Chrome compatibility.
- Added support for the new Image style labels.
- Issue #2063345: Fixed Inline Entity Form support.
- Issue #2048479 by dreamlabs: Added hook to declare supported widgets.
- Removed the third-party jQuery plugins and added the Libraries module as dependency.
- Issue #1992244: Fixed selection deletion of uncropped styles.
- Issue #1992244 by arithmetric: Fixed multiple cache flushes.
- Issue #1896638 by whastings: Fixed determining image dimensions.
- Issue #1977606: Fixed style processing overhead.
- Issue #1977606: Fixed unwanted deletion of crop selection when new ones are saved.
- Issue #1976358: Fixed cancel button when a default crop selection has been applied.
- Issue #1890412: Fixed buttons overlapping the crop info.
- Issue #1321058 by candelas: Fixed overlap with the admin menu.
- Issue #1936424 by OnkelTem: Added select effect.
- Issue #1931238: Changed image effect names.
- Fixed image styles checkboxes to exclude unselected items.
- Issue #1949510 by Chaulky: Fixed compatibility with the newly introduced image token in core.
- Issue #1933360 by OnkelTem: Added basic Views integration.
- Issue #1941024 by OnkelTem: Fixed javascript error when using the maximize default crop area option.
- Issue #1941012 by OnkelTem: Fixed stretched thumbnails.
- Issue #1936546: Added a global setting to skip the javascript cookie check (thanks to esbenvb).
- Issue #1890410: Fixed disappearing cancel button.
- Issue #1890830 by arknoll: Fixed decimal issue causing default crop region to throw error.
- Fixed faulty state for the keepproportions checkbox.
- Issue #1867966: Added an option to maximize the default crop area.
- Issue #1821770: Changed the default styles mode to include.
- Issue #1869578 by anou: Fixed instant preview compatibility with the admin bar.
- Issue #1785572 by havran: Added support for the MultiUpload widget.
- Issue #1849534: Fixed duplicate form preparation on fields attached to a Field Collection.
- Issue #1854098: Fixed faulty width and height attributes by removing the image effect dimensions callbacks.
- Issue #1847960: Fixed "Unsupported operand types" for Commerce price fields.
- Issue #1845750: Fixed missing template values.
- Issue #1847960 by garrettc: Fixed usage of missing $form['instance'].
- Issue #1835842: Fixed unwanted upscaling with the crop and scale effect.
- Fixed several issues with Media and File entity.
- Issue #1835482 by SpadXIII, atlea: Added missing element validator.
- Issue #1828156 by idebr: Fixed compatibility with Insert for the Media widget.