Skip to content

Releases: mrbobbybryant/omg-forms-basic

Update core to 0.10.0

16 Apr 20:09

Choose a tag to compare

v0.7.0

upgrade version of omg-fields

Update core to 0.9.0

23 Mar 18:35

Choose a tag to compare

v0.6.0

update library to use version 0.9.0 of omg-forms

Update core to 0.8.0

07 Mar 17:21

Choose a tag to compare

Update core to 0.8.0

Move Email code from this library into core.

16 Jan 19:24

Choose a tag to compare

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

29 Nov 22:07

Choose a tag to compare

Update add-on to require OMG Forms version 0.7.0-beta3.

Add new Hook, change api action call

21 Nov 20:57

Choose a tag to compare

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

21 Nov 20:38

Choose a tag to compare

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

08 Nov 21:37

Choose a tag to compare

  • 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

08 Nov 18:03

Choose a tag to compare

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!!!

28 Sep 17:47

Choose a tag to compare

v0.3.0

update enqueue paths to work on packagist, bumb version to v0.3.0. Of…