Skip to content

Releases: tattersoftware/codeigniter4-exports

Version 3 Beta 4

28 Jan 00:00
7c219f9

Choose a tag to compare

Version 3 Beta 4 Pre-release
Pre-release

Refactors handlers and factory to the latest Tatter\Handlers.

What's Changed

Full Changelog: v3.0.0-beta.3...v3.0.0-beta.4

Version 3 Beta 3

26 Jan 01:14
7cac2b5

Choose a tag to compare

Version 3 Beta 3 Pre-release
Pre-release

Adds a convenience method to the factory to assist with Exporter lookup.

What's Changed

Full Changelog: v3.0.0-beta.2...v3.0.0-beta.3

Version 3 Beta 2

24 Jan 18:01
1405b17

Choose a tag to compare

Version 3 Beta 2 Pre-release
Pre-release

This is a quick patch to provide method stubs for static analysis and contains no content changes since Beta 1.

What's Changed

Full Changelog: v3.0.0-beta.1...v3.0.0-beta.2

Version 3 Beta

20 Jan 23:42
b0781bc

Choose a tag to compare

Version 3 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: v2.1.0...v3.0.0-beta.1

Bulk support, ArchiveHandler

19 Oct 18:49
61c3b4f

Choose a tag to compare

  • Adds support for bulk file handling back
  • Adds the first bulk handler, ArchiveHandler, for multi-file downloads

Note: Existing third-party handlers need to use the new BaseExport::getFile() method instead of referencing $file directly, because it no longer exists. Because the single-file restriction was an oversight originally, and because you haters don't use this package anyways, this BC will not merit a new major version.

Slugs

30 Sep 14:45
a075741

Choose a tag to compare

Reinstates uid attributes as "slug" for easier URL access.

Refactored Code

21 Sep 13:34
61b5e1d

Choose a tag to compare

Refactored code uses Handlers version 2, which no longer relies on database storage and registration of handlers.

Image Preview, Bulk support, model->getByExtensions

12 Aug 19:05

Choose a tag to compare

v1.0.1

Add indicator for bulk support

Initial release

09 Aug 03:02

Choose a tag to compare

v1.0.0

Bugfix getForExtension