=== GravityMigrate ===
Tags: gravity forms, gravityview, export, migrate
Requires at least: 4.4
Tested up to: 6.8.3
Contributors: The GravityKit Team
License: GPL 2
Requires PHP: 7.2

Easily migrate Gravity Forms data—including add-ons!—from one site to another.

== Installation ==

1. Upload plugin files to your plugins folder, or install using WordPress's built-in Add New Plugin installer
2. Activate the plugin
3. Follow the instructions

== Changelog ==

= 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-args` filter to modify arguments used in remote `HEAD` and `GET` requests when testing source URL accessibility.

#### 🔄 Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.6.1.

= 1.1.3 on November 21, 2024 =

This hotfix update addresses a non-critical PHP notice in WordPress 6.7 and newer.

#### 🐛 Fixed
* PHP notice in WordPress 6.7 caused by initializing product translations too early.

#### 🔄 Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.21.

= 1.1.2 on October 1, 2024 =

This update improves compatibility with PHP 8.2 and resolves an import issue.

#### 🐛 Fixed
* Deprecation warnings in PHP 8.2.
* Error during import caused by missing array keys.

#### 🔧 Updated
* [Foundation](https://www.gravitykit.com/foundation/) and [TrustedLogin](https://www.trustedlogin.com/) to versions 1.2.18 and 1.9.0, respectively.

= 1.1.1 on August 6, 2024 =

This update resolves an issue that might interrupt migration.

#### 🐛 Fixed
* Potential error during post meta migration.

= 1.1.0 on July 30, 2024 =

This release adds post-migration database cleanup and import resume/cancel functionality, fixes various migration issues, and updates internal components for improved performance and compatibility.

#### 🚀 Added
* Database cleanup after migration.
* Ability to resume or cancel the import process if it fails due to a network error.

#### 🐛 Fixed
* Forms feeds were not being migrated.
* Migrating the form that has the same name as one of the existing forms would prevent that form from being saved until it is renamed.
* 500 Internal Server Error when importing with "Uploads & Files" and "Gravity Flow Data" options checked.
* Voting, rating, and commenting not working on migrated form entries.
* Migrated GravityView Views were referencing old form IDs, requiring manual updating.

#### 🔧 Updated
* [Foundation](https://www.gravitykit.com/foundation/) and [TrustedLogin](https://www.trustedlogin.com/) to versions 1.2.17 and 1.8.0, respectively.

= 1.0.0 on January 26, 2023 =

* Launch!
