- Added: The single-entry export attached to a notification is now saved to a unique temporary folder, so simultaneous submissions can no longer overwrite each other's attachment.
- Fixed: Copy-to-clipboard button icons were vertically misaligned in WordPress 7.0.
- Fixed: A "translation loading triggered too early" notice (WordPress 6.7+) caused by the download-URL feed actions loading translations during plugin bootstrap.
- Fixed: The success message shown after regenerating, enabling, or disabling a download URL was lost because the page redirected before it could display.
Developer Updates: * Added: gk/gravityexport/notification/attachment-ids filter to change the notification IDs the single-entry export is attached to. * Added: gk/gravityexport/notification/attachment-source-ids filter to replace the stored notification selection; it runs first, so callbacks on the filter above always receive the complete selection (used by GravityExport to attach the export to multiple notifications). * Added: gk/gravityexport/renderer/save-path filter to change the path a rendered export file is saved to. * Added: gk/gravityexport/feed/pre-save-settings filter to change the feed settings before they are stored; it runs inside the save, so related settings are written in a single update.