Releases: tattersoftware/codeigniter4-thumbnails
Version 2 Beta 3
Refactors the handlers and factory to use the latest Tatter\Handlers.
What's Changed
Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3
Version 2 Beta
Reworks the library for version 3 of Tatter\Handlers, with a new Factory and some renaming to make everything a bit cleaner. Be sure to read the Upgrade Guide when migrating versions.
What's Changed
- Update Toolkit by @MGatner in #13
- DevKit by @MGatner in #14
- Version 2 by @MGatner in #15
- Add Tests by @MGatner in #16
Full Changelog: v1.2.2...v2.0.0-beta.1
Catch ImageException
Add realpath fallbacks
... in order to make this library VFS safe.
Actual Updated Release
Versions 1.x failed to have merged code in the actual release branch. DO NOT USE!
This release covers all the intended updates for 1.x plus some additional code style updates.
Bug fixes
Refactor for Handlers
Thumbnails now uses Tatter\Handlers to locate and store handlers in the database. This will require a new DB migration run to create the thumbnailers table, and the spark command spark handlers:register. See the update README for more info.
Initial release
v1.0.0 Fix composer.json for release