All notable changes to enhanced-image-uploader
will be documented in this file
- Feat: Added new method (method) to control images processing commands (fit, resize, crop, etc.)
- Feat: Added new method (constraints) to control images processing command constraints (aspectRatio, upsize, etc.)
- Feat: Added new method (quality) to control saved images quality
- Feat: Added new method (format) to control saved image files format
- Feat: Now you can add previously mentioned methods as configuration options foreach image in the config file (example is provided in the config file) to control each image separately
- Fix: On the edit screen the newly uploaded image replaces the old image
- Reduce the default number of limit
- Update composer.json and CHANGELOG.md files
- Add PHP 7.2.x version support
- Update README.md file
- initial release