Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 20:14
· 2 commits to main since this release
  • Initial release.
  • New: Share CRUD with readonly and login-required flags, optional expiry, and CSV/XLSX export.
  • New: Entry filters scope a share link to a subset of entries, enforced on the table, the export, and the per-entry edit route.
  • New: Comment columns, optionally synced across the share links of one form.
  • New: Inline editing with a rolling Gravity Forms note as audit trail.
  • New: GitHub release update detection with a View details modal.
  • Fixed: Fields set to Administrative visibility were exposed in public share views; only the legacy adminOnly flag was checked, which recent Gravity Forms versions no longer set.
  • Fixed: Admin table icons sat below their buttons and headers overlapped on WordPress 7.
  • Improved: Exports fetch entries in batches instead of re-querying the whole set, and per-request caching removes repeated share lookups and JSON decoding.