v0.3
Pre-release
Pre-release
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.