Releases: mrbobbybryant/omg-forms-basic
Releases · mrbobbybryant/omg-forms-basic
Update core to 0.10.0
v0.7.0 upgrade version of omg-fields
Update core to 0.9.0
v0.6.0 update library to use version 0.9.0 of omg-forms
Update core to 0.8.0
Update core to 0.8.0
Move Email code from this library into core.
Move Email code from this library into core.
- Email logic is used by all forms, so it makes more sense for this to live in core.
- Updated Basic version.
- Updated Core Depth version.
Upgrade Core
Update add-on to require OMG Forms version 0.7.0-beta3.
Add new Hook, change api action call
Add new Hook, change api action call
- API Action call was asking for 3 arguments, but the new core api is only passing two now.
- Add Filter to allow users the ability to filter which fields show up in the admin.
Upgrade release
Upgrading OMG Forms Basic to work with the new and improved beta release of OMG Forms Core.
Update get_form_values to have a fallback
- Function now falls back to using field slug if field label is not set. Some users might opt out of having labels.
- Update Basic to depend on version 0.6.* on omg-forms
Bug Fix
Update basic for to only force rest_api to be true when the form-type is set to basic-form. This was causing all forms regardless of type to get submitted via the Rest API.
First Official Release!!!
v0.3.0 update enqueue paths to work on packagist, bumb version to v0.3.0. Of…