Releases: givebutter/laravel-custom-fields
Releases · givebutter/laravel-custom-fields
v0.4.2
Ignore not found IDs (#39)
v0.4.1
Allow request validator to accept null (#38)
v0.4.0
v0.3.0
Laravel 10 support.
v0.2.0
Laravel 9 support
v0.1.11
v0.1.10
Added
archive()
andunarchive()
methods toCustomField
model
v0.1.9
Added
- Support for
archived_at
field
Upgrade Notes
- Be sure to add a nullable timestamp field
archived_at
tocustom_fields
table