Skip to content

Releases: tattersoftware/codeigniter4-assets

Version 3 Release Candidate 3

26 Nov 01:21
3acda36
Compare
Choose a tag to compare
Pre-release

Everything from RC.2 but includes the new vendor support classes.

Please read the new Upgrade Guide for help migrating versions.

What's Changed

Full Changelog: v2.3.0...v3.0.0-rc.3

Version 3 Release Candidate 2

24 Nov 16:57
6709f9a
Compare
Choose a tag to compare
Pre-release

Now that CodeIgniter 4.1.5 is released (which includes Publisher) this library will have its initial production-ready release very soon.

Please read the new Upgrade Guide for help migrating versions.

What's Changed

Full Changelog: v2.3.0...v3.0.0-rc.2

Version 3 Release Candidate

23 Jun 01:12
74f744f
Compare
Choose a tag to compare
Pre-release

Note: This is a prerelease. Classes are subject to breaking changes without prior warning until the final release.

Library Refactor

This release is a complete refactor of the library. The same goals and functionality are attained but by very different means. Read the documentation for usage and examples on how to use it.

Deprecate Classes

16 Jun 13:35
267220d
Compare
Choose a tag to compare

Version 3 will be a major refactor. This release deprecates key classes that will be replaced or changed as a notice to developers. There may be additional classes removed or reworked in the next major release.

Version 2 will retain its own branch but is unlikely to have more releases.

PHP 8 + Tools

26 Jan 18:33
0e8c206
Compare
Choose a tag to compare
  • Adds support for PHP 8
  • Updates development toolkit

Timestamp option, Development tools

29 Sep 00:30
dc49168
Compare
Choose a tag to compare
  • Adds a new configuration option to toggle the timestamp suffixes on file tags (?v=12353525)
  • Adds and implements development tools for CI4 modules
  • Begins static analysis

NOTE: Expect some partial CI failures until static analysis is completed in a future release.

Testing Updates

11 Jul 18:01
e79fb19
Compare
Choose a tag to compare

Not really any changes to runtime but this release includes:

  • Refactored unit tests using CI4 scaffold
  • Bugfix for missing test files (oops)
  • New Action badge for test status

Locale support, bugfixes

19 Apr 13:27
15e3fe1
Compare
Choose a tag to compare
  • Added support for locale-specific URIs
  • Fix a bug where Manifests could try to copy a directory as a file

WebBase Bugfix

19 Nov 17:22
6c9f06c
Compare
Choose a tag to compare

The updated URL functions in the framework do not always return a trailing slash. WebBase now includes a check to ensure the trailing slash is used.

Bugfixes, Examples, De-dupe

31 Oct 19:16
16068cd
Compare
Choose a tag to compare
  • Fixed a bug when it would check empty directories
  • Added lots more example manifest files
  • The publish command now checks for and ignores duplicate manifests (#3)