Releases: artemcluster/wp-migrate-safe
Release list
v0.1.4
Install
Download the wp-migrate-safe-0.1.4.zip asset below (NOT the auto-generated "Source code" archives — they do not include the composer vendor/ directory and will fatal on activation).
- WP Admin → Plugins → Add New → Upload Plugin → select the downloaded zip
- Install → Activate
- Tools → Migrate Safe
Changes
- fix(backups): apply same URL pattern to DELETE as download (fabb2df)
Requirements
- PHP 7.4+
- WordPress 6.0+
- MySQL 5.7+ / MariaDB 10.3+
v0.1.3
Install
Download the wp-migrate-safe-0.1.3.zip asset below (NOT the auto-generated "Source code" archives — they do not include the composer vendor/ directory and will fatal on activation).
- WP Admin → Plugins → Add New → Upload Plugin → select the downloaded zip
- Install → Activate
- Tools → Migrate Safe
Changes
- fix(download): support large files behind Cloudflare/reverse proxies (e80b6f9)
Requirements
- PHP 7.4+
- WordPress 6.0+
- MySQL 5.7+ / MariaDB 10.3+
v0.1.2
Install
Download the wp-migrate-safe-0.1.2.zip asset below (NOT the auto-generated "Source code" archives — they do not include the composer vendor/ directory and will fatal on activation).
- WP Admin → Plugins → Add New → Upload Plugin → select the downloaded zip
- Install → Activate
- Tools → Migrate Safe
Changes
- fix(import): suspend foreign-key checks during SQL import (1fc87cd)
Requirements
- PHP 7.4+
- WordPress 6.0+
- MySQL 5.7+ / MariaDB 10.3+
v0.1.1
Install
Download the wp-migrate-safe-0.1.1.zip asset below (NOT the auto-generated "Source code" archives — they do not include the composer vendor/ directory and will fatal on activation).
- WP Admin → Plugins → Add New → Upload Plugin → select the downloaded zip
- Install → Activate
- Tools → Migrate Safe
Changes
- fix: backup download URL must not embed .wpress filename in path (#1) (b72f37a)
- ci: bump actions/checkout and actions/cache to v5 (Node.js 24) (29ca418)
- fix: clearstatcache after write + pin doctrine/instantiator for PHP 7.4 (cd46d72)
- ci: add test matrix + release automation (46c5234)
- chore: remove accidental duplicate of plugin tree (f390d57)
Requirements
- PHP 7.4+
- WordPress 6.0+
- MySQL 5.7+ / MariaDB 10.3+
v0.1.0 — first iteration
Install
Download wp-migrate-safe-0.1.0.zip below (NOT the auto-generated "Source code" archives — those do not bundle the composer vendor/ directory and will fatal on activation).
- WP Admin → Plugins → Add New → Upload Plugin → select the downloaded zip → Install
- Activate
- Tools → Migrate Safe
What's included in this release
- Full export of WordPress site to
.wpressarchive - Chunked upload (5 MB chunks, SHA-256 verified) bypassing
upload_max_filesize - Import with automatic database prefix rewriting — archives made with any prefix can restore to sites with any other prefix
- Serialize-aware URL replacement (WooCommerce / ACF / Gutenberg-safe)
- Stepped processing for shared hosting with tight
max_execution_time - Heartbeat stale-worker detection
- Typed error codes (see docs/ERROR-CODES.md)
- Global import/export concurrency lock
- WP-CLI: `wp migrate-safe export|import|status|backups`
- 169 passing tests
Requirements
- PHP 7.4+
- WordPress 6.0+
- MySQL 5.7+ / MariaDB 10.3+