=== 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.5
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.5 =
* Add translations: Persian, Arabic, French, German (DE/AT), Italian, Spanish, Russian, Chinese, Japanese, and Norwegian (.pot, .po, .mo).
* RTL admin layout for Persian and Arabic with Vazirmatn and Cairo fonts.
* Fix RTL hero, tabs, and logo placement in Persian and Arabic.
* Faster export: larger batches, longer time budget per request, and zip retry on timeout.
* Persian translation refinements (سایترنت, وردپرس, دانلود, and more).
* Plugin Check: remove manual textdomain load; fix font enqueue version parameters.

= 1.0.4 =
* Fix post 404s after import by regenerating permalinks instead of copying source .htaccess.
* Preserve separate home and siteurl URLs on subdirectory installs.
* Fix theme styles and links being reverted after URL search-replace.
* Improve URL replacement for escaped JSON and HTML-encoded links.

= 1.0.3 =
* Fix import leaving only this plugin active after restore.
* Improve export reliability on hosts with gateway timeouts: smaller archive batches, step locking, and resume after interruption.
* Rename progress label "Dumping database" to "Exporting database".

= 1.0.2 =
* Refresh plugin directory icons.

= 1.0.1 =
* Directory assets: PNG icons and refreshed screenshots.

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