1.1.4 on October 30, 2025
This update resolves several issues affecting export and import functionality.
🐛 Fixed
- Forms in the Trash being shown in the Export Forms list.
- Forms were being eagerly loaded on unrelated requests.
- "Uploads & Files" may be inaccessible if the source site has a redirect (for example, HTTP to HTTPS).
- PHP error "Undefined array key 0" when database query returns no results during import.
- Source URL accessibility check now falls back to GET request when HEAD request returns 400 or 405 status codes.
- Broken export file link when WordPress is configured to use remote storage (e.g., Amazon S3) for uploads.
💻 Developer Updates
- Added
gk/gravitymigrate/remote-request-argsfilter to modify arguments used in remoteHEADandGETrequests when testing source URL accessibility.
🔄 Updated
- Foundation to version 1.6.1.