Changelog
Release history
1.2.0
Bug Fixes and Improvements
- Add support for newly added
asset()methods, requires Kirby 3.9.2+
Full Changelog: https://github.com/tobimori/kirby-blurhash/compare/1.1.5...1.2.0
1.1.5
What's Changed
- Fix: Return actual ID for given UUID instance by @johannschopplich in https://github.com/tobimori/kirby-blurhash/pull/4
Full Changelog: https://github.com/tobimori/kirby-blurhash/compare/1.1.4...1.1.5
1.1.4
Bug Fixes and Improvements
- Add support for
Kirby/Filesystem/Assetclasses, generated by theasset()helper for use with static assets
Full Changelog: https://github.com/tobimori/kirby-blurhash/compare/1.1.3...1.1.4
1.1.3
Bug Fixes and Improvements
- Allow KQL usage of BlurHash methods (#3), by @johannschopplich
1.1.2
Bug Fixes and Improvements
- Fix installation via composer
1.1.1
Hotfix
- Remove hardcoded testing string from file method
1.1.0
Notable changes
- Add
averageColormethod, &$file->blurhashColor()file methods (closes #1) - Add aliases for file methods (
$file->bh()/$file->bhUri()/$file->bhColor())
Other
- #2: Minor optimizations by @johannschopplich
1.0.1
No significant changes