Releases: codem/thumbylla
Releases · codem/thumbylla
v0.3
Changes
The module now ships with the configuration to handle image manipulation via Thumbor turned off. This allows you to switch back to the default Silverstripe image handling by removing project configuration.
Prior to updating you should have a working local project configuration in place. See more:
https://github.com/codem/thumbylla#silverstripe-configuration
Features and Fixes
- Support setting quality via Filter() (ref: 1d44ca1)
- Rename Restart to ResetFilters
- Namespacing updates
- FIX: 'expiry_time' not 'expiry' (ref: ee6bd3e)
- Correctly urlencode the image url and only do it once (ref: 96ac76c)
- Fix bug related to incorrect variables for original width/height (ref: b0de953)
Documentation
- Add basic example configuration for Apache - Nginx is recommended and YMMV on this.
v0.2
Initial release for Silverstripe 4
v0.1
Initial release with SilverStripe 3 support.
Future releases will be >= 0.2 and target Silverstripe 4. Fixes/updates for SS3 will be tagged in the v0.1 series.