Skip to content

Tags: formers/former

Tags

5.0.0

Toggle 5.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
stayallive Alex Bouma
- Bootstrap 5 support

- Bootstrap 4 improvements
- Add CSS class to the label of a group, with the `addLabelClass()` method (#604)
- Escape HTML value of `plaintext` field by default (#605)

4.9.0

Toggle 4.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
stayallive Alex Bouma
- Allow installation on Laravel 11

4.8.1

Toggle 4.8.1's commit message

Verified

This tag was signed with the committer’s verified signature.
stayallive Alex Bouma
- Fixed null value deprecation (#613)

4.8.0

Toggle 4.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
stayallive Alex Bouma
- Allow installation on Laravel 10

4.7.0

Toggle 4.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
stayallive Alex Bouma
- Allow installation on Laravel 9

5.0.0-rc.1

Toggle 5.0.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #607 from tortuetorche/add-bs5-framework

Bootstrap 5.0 support

5.0.0-alpha

Toggle 5.0.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #606 from formers/fix-composer-config

Fix composer.json configuration

4.6.0

Toggle 4.6.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
stayallive Alex Bouma
- Drop support for Laravel < 5.1.2 (if you need support for earlier L…

…aravel version you can continue to use Former 4.4.x and lower)

- Add support for PHP 8.0

4.5.0

Toggle 4.5.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
stayallive Alex Bouma
- Drop support for PHP 7.1 and lower (if you need support for PHP 7.1…

… or lower use Former version 4.4.x or lower)

- Add support for Laravel 8

4.4.0

Toggle 4.4.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
stayallive Alex Bouma
Merged Laravel 7 support (#593) - thanks @heathdutton