Skip to content

Releases: codem/thumbylla

v0.3

v0.3 Pre-release
Pre-release

Choose a tag to compare

@MrJamesEllis MrJamesEllis released this 04 Apr 01:44

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

v0.2

v0.2 Pre-release
Pre-release

Choose a tag to compare

@MrJamesEllis MrJamesEllis released this 30 Aug 07:26

Initial release for Silverstripe 4

v0.1

v0.1 Pre-release
Pre-release

Choose a tag to compare

@MrJamesEllis MrJamesEllis released this 30 Aug 07:06

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.