=== Siternet Website Migration ===
Contributors: siternet
Tags: migration, backup, export, import, clone
Requires at least: 5.8
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Export a full site (files + database) to a .zip backup and restore it with drag-and-drop import.

== Description ==

Siternet Website Migration helps you move a full WordPress site between hosts.

= What it does =

* Export themes, plugins, uploads, and the database into a standard .zip backup
* Import by drag-and-drop (uploads are chunked so typical PHP upload limits are less of a problem)
* Rewrite links and media URLs to the destination domain after import
* Keep a list of backups on the host for restore, download, or delete

= Good to know =

* Backups created by this plugin use its own .zip format
* Multisite is not supported in this version
* Import/restore replaces the current site files and database — use carefully

Plugin URI: https://www.siternet.com/themes-plugins/

== Installation ==

1. Upload the plugin folder to `wp-content/plugins`, or install from the WordPress admin
2. Activate **Siternet Website Migration**
3. Open **Website Backup** in the WordPress admin menu

== Frequently Asked Questions ==

= Does this work on shared hosting? =

Yes, as long as the PHP ZipArchive extension is available and the site can write to `wp-content`.

= Will import replace my current site? =

Yes. Import and restore replace files and the database on the destination site. Create a backup first if you need a rollback.

= Are backups compatible with other migration plugins? =

No. Use a .zip exported by this plugin.

= Is multisite supported? =

Not in this version.

== Screenshots ==

1. Import — drag-and-drop a .zip backup; URLs rewrite to the destination domain.
2. Export — create a full-site .zip backup (files + database) on the host.
3. Backups — restore, download, or delete host-side backup archives.


== Changelog ==

= 1.0.0 =
* Initial release: export, chunked import, URL rewrite, and host-side backup restore.
