Releases: arnoson/kirby-form-builder
Releases · arnoson/kirby-form-builder
v0.9.5
v0.9.4
v0.9.3
🐞 Bug Fixes
View changes on GitHub
v0.9.2
v0.9.1
No significant changes
View changes on GitHub
v0.9.0
This plugin was renamed from kirby-forms to kirby-form-builder to avoid name collision with an existing Kirby plugin.
To migrate, update your composer dependency to arnoson/kirby-form-builder and all options in your Kirby config.php (example: arnoson.kirby-forms.gridColumns -> arnoson.kirby-form-builder.gridColumns)
View changes on GitHub
v0.8.1
v0.8.0
🚀 Features
- Add pt_PT language - by @andrepimpao (3515a)
- Move hardcoded texts to translation files - by @andrepimpao (f9948)
🐞 Bug Fixes
- Form_success options - by @fmujakitz (29afb)
- No-comma-in-value typo and other improvements - by @andrepimpao (4d230)
- Save form entries if no option is provided - by arnoson (c1948)
- Handle slug generation in Kirby 5 - by arnoson (5656e)
View changes on GitHub
v0.7.2
🚀 Features
- Make sure field names are unique - by arnoson (fbd47)
🐞 Bug Fixes
- Remove duplicate placeholder - by @fmujakitz (73850)
- Entry options - by @fmujakitz (c50d4)
- Entry options, disabled duplicate and move - by @fmujakitz (7fc55)
- Convert empty values to null in form fields to prevent issues - by arnoson (ad388)