Skip to content

Tags: MotaWord/former

Tags

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 formers#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 formers#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 (formers#593) - thanks @heathdutton

4.3.2

Toggle 4.3.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
stayallive Alex Bouma
Fix errors when using single rule in validation array

4.3.1

Toggle 4.3.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
stayallive Alex Bouma
Fix errors when using rule objects in validation array (formers#592)

4.3.0

Toggle 4.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Laravel 6 support (formers#591)

Thanks @stayallive!

4.2.2

Toggle 4.2.2's commit message
Adds correct checkbox input class when is a checkbox (or radio) (form…

…ers#590)

Without this, the default form-input class is used which isn't styling checkboxes or radios correctly