Skip to content

Releases: tattersoftware/codeigniter4-thumbnails

Version 2 Beta 3

28 Jan 16:37
e84c87d

Choose a tag to compare

Version 2 Beta 3 Pre-release
Pre-release

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

18 Jan 20:50
a1f232a

Choose a tag to compare

Version 2 Beta Pre-release
Pre-release

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

Full Changelog: v1.2.2...v2.0.0-beta.1

Catch ImageException

01 Oct 19:31
4b6ffed

Choose a tag to compare

Catches framework image exceptions so the library can throw its own.

Add realpath fallbacks

01 Oct 18:58
5d37d8c

Choose a tag to compare

... in order to make this library VFS safe.

Actual Updated Release

25 Sep 16:43
87cf8eb

Choose a tag to compare

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

12 Aug 19:08

Choose a tag to compare

v1.1.1

Update README for handlers

Refactor for Handlers

09 Aug 03:00

Choose a tag to compare

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

29 Jul 20:10

Choose a tag to compare

v1.0.0

Fix composer.json for release