Skip to content

Releases: jr00ck/gravity-forms-edit-entries

Fixes File Uploads not deleting or naming properly

Choose a tag to compare

@jr00ck jr00ck released this 07 Jun 20:51
1.9.1

Merge branch 'files-not-deleting'

fix time fields that are multi-input fields (GF 1.9+)

Choose a tag to compare

@jr00ck jr00ck released this 13 Nov 03:41

Handles all multi-input fields generally instead of targeting name,
address, etc, fields specifically. Within the multi-input field
context, handle time fields specifically to parse the time string saved
within the entry for the multiple inputs since the time field is
(always?) saved as a single value in the entry.

fixed saving address and name fields

Choose a tag to compare

@jr00ck jr00ck released this 13 Feb 02:29
1.8.1

tagging version 1.8.1

update field handling for GF 1.9 update - issue #2

Choose a tag to compare

@jr00ck jr00ck released this 13 Feb 00:57
1.8

tagging version 1.8

Update original entry instead of using temp entry for update

Choose a tag to compare

@jr00ck jr00ck released this 29 Dec 02:26

now we only update the fields of the original entry and leave all entry details intact. also
easier to not touch admin-only fields this way

preserve entry details when updating entry


Choose a tag to compare

@jr00ck jr00ck released this 10 Feb 20:11

preserves all non-field data so it is not overwritten by new entry
details at the time of edit (User, IP, timestamp, etc.)

outputs all entry values to JSON object


Choose a tag to compare

@jr00ck jr00ck released this 10 Feb 20:12

makes these values available to other plugins for their own
functionality

Load an entry by ID

Choose a tag to compare

@jr00ck jr00ck released this 23 Nov 04:15

Looks up entry by ID provided in the query string

Handle adminOnly fields

Choose a tag to compare

@jr00ck jr00ck released this 25 Sep 07:53
Merge pull request #1 from jr00ck/handle-admin-only-fields

maintain values for adminOnly fields

initial release

Choose a tag to compare

@jr00ck jr00ck released this 24 Sep 22:51
1.2

Rename gravity-forms-edit-entries to gravity-forms-edit-entries.php