=== ConvertToHTML Static Exporter ===
Contributors: converttohtml
Tags: static html, exporter, wordpress to html, performance, migration
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.1.0-beta.1
License: GPLv2 or later

Export public WordPress pages and posts as a portable static HTML ZIP.

== Description ==

ConvertToHTML Static Exporter downloads the public front end of your WordPress site and packages it as static HTML. It is intended for blogs, portfolios, brochure sites and affiliate sites.

The plugin does not change or delete your WordPress content. Dynamic PHP and database-powered behavior such as checkout, logins, native comments, site search and form processing cannot operate in a static copy.

== Installation ==

1. In WordPress, open Plugins > Add New > Upload Plugin.
2. Select the plugin ZIP and click Install Now.
3. Activate the plugin.
4. Open Tools > Convert to HTML.
5. Run the compatibility check and create an export.

== Changelog ==

= 1.1.0-beta.1 =
* Adds a hosting-target selector for PHP hosting, static hosting, or an unknown destination.
* Detects WPForms contact forms and can replace them with a portable PHP contact form.
* Lets the administrator choose the receiving email without exposing it in public page HTML.
* Adds validation, a spam honeypot, basic rate limiting, and clear success or failure pages.
* Includes a human-readable compatibility report with every export.

= 1.0.5-beta.1 =
* Downloads same-domain PDFs, documents, spreadsheets, archives and other files linked from exported pages.
* Keeps the original live link when a downloadable file cannot be captured.

= 1.0.4-beta.1 =
* Adds unmistakable Export complete and Export failed states with color, icon and next-step download text.

= 1.0.3-beta.1 =
* Keeps embedded data URI images and scripts intact instead of treating them as downloadable URLs.
* Leaves the original live URL in place when an optional asset cannot be downloaded.

= 1.0.2-beta.1 =
* Preserves CSS and JavaScript file extensions when cache query strings are present.
* Downloads same-domain fonts and images referenced inside stylesheets.
* Protects embedded data URI scripts and processes responsive image srcset values.
* Excludes WordPress REST, oEmbed and feed discovery links from asset downloads.
* Generates robots.txt and sitemap.xml in every export.
* Adds exported asset totals and deduplicated warnings to the export report.

= 1.0.1-beta.1 =
* Fixed export download validation for mixed-case security tokens.

= 1.0.0-beta.1 =
* First beta release.
* Exports the homepage plus published public post types.
* Downloads same-domain assets referenced by page markup.
* Supports portable relative URLs or live-site absolute URLs.
