Releases: jr00ck/gravity-forms-edit-entries
Releases · jr00ck/gravity-forms-edit-entries
Release list
Fixes File Uploads not deleting or naming properly
fix time fields that are multi-input fields (GF 1.9+)
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
1.8.1 tagging version 1.8.1
update field handling for GF 1.9 update - issue #2
1.8 tagging version 1.8
Update original entry instead of using temp entry for update
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
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
makes these values available to other plugins for their own
functionality
Load an entry by ID
Looks up entry by ID provided in the query string
Handle adminOnly fields
Merge pull request #1 from jr00ck/handle-admin-only-fields maintain values for adminOnly fields
initial release
1.2 Rename gravity-forms-edit-entries to gravity-forms-edit-entries.php