Skip to content

Releases: tattersoftware/codeigniter4-forms

Remove Dependencies

28 Jul 19:28
4e86a4e

Choose a tag to compare

Remove Dependencies Pre-release
Pre-release

Removes a number of dependencies.

Breaking Change

The config file now uses typed properties; update any extensions to prevent PHP type errors.

What's Changed

Full Changelog: v0.9.1...v0.10.0

IDE Fixes

02 Jun 18:02
bde96e0

Choose a tag to compare

IDE Fixes Pre-release
Pre-release
  • Switches to the CodeIgniter DevKit
  • Applies numerous static analysis fixes
  • Fixes docblock annotation that was breaking Psalm-family tools

What's Changed

Full Changelog: 0.9...v0.9.1

Bugfixes

30 Mar 13:59
e342c2a

Choose a tag to compare

Bugfixes Pre-release
Pre-release
  • Fixes a bug where Presenter would not redirect after delete (#6)
  • Fixes a bug where the incorrect language string may be returned
  • Specifies Config parameters to be Forms instead of generic BaseConfig
  • Refactors tests
  • Applies numerous static analysis fixes

Note: ResourceController responses that were formerly null will now return the corresponding object(s) to comply with testing requirements of "no empty bodies".

Pre-release

13 Oct 02:57
4db54d0

Choose a tag to compare

Pre-release Pre-release
Pre-release
v0.8

Initial commit