|
1 | 1 | ## Unreleased |
2 | 2 |
|
| 3 | +## Static Deploy 9.0.0 (2025-07-16) |
| 4 | + |
| 5 | +This is the first release under the name Static Deploy. |
| 6 | +The main changes include: |
| 7 | + |
| 8 | +- Crawling and processing static assets (such as images and CSS) is |
| 9 | + now much faster. |
| 10 | +- `import_wp2static_options` command added for migrating options from WP2Static. |
| 11 | +- A `direct_deploy` command was added that does detection, crawling, |
| 12 | + processing, and deployment in parallel. It avoids writing files to |
| 13 | + disk, which makes it faster than the `full_workflow` command. |
| 14 | +- `direct_deploy` can take a post ID as an argument for quickly |
| 15 | + deploying a single page. |
| 16 | +- New settings were added for enqueuing "Direct Deploy" and |
| 17 | + "Direct Deploy Post" jobs when a post is updated. |
| 18 | +- URLs can now be detected while crawling the website. This is |
| 19 | + helpful if you have addons that add custom URLs which aren't |
| 20 | + found by the `detect` step. |
| 21 | +- The S3 addon was merged into the core plugin. |
| 22 | +- A new "pathsToIgnore" option was added which supports glob patterns |
| 23 | + like * and **. |
| 24 | + See [Splat](https://github.com/PHLAK/Splat?tab=readme-ov-file#patterns) |
| 25 | + for syntax. |
| 26 | + This option replaces the old filenamesToIgnore and |
| 27 | + fileExtensionsToIgnore options. |
| 28 | +- Added log levels to the logs table. The levels are "debug", |
| 29 | + "info", "warning", and "error". |
| 30 | +- Debug logging was added. This can be enabled all the time with |
| 31 | + an option, or on a per-invocation basis with the WP CLI |
| 32 | + `--debug` flag. |
| 33 | +- Updates pull directly from GitHub. |
| 34 | +- The build and testing process were improved. |
| 35 | +- Various bugfixes and small improvements. |
| 36 | +- Some rarely used code was removed. |
| 37 | + |
| 38 | +## 8.x series and 7.x forks |
| 39 | + |
| 40 | +After Elementor ceased development of WP2Static and shuttered |
| 41 | +the website, we continued work on a fork. |
| 42 | +We made several releases with 8.x and 7.x version numbers. |
| 43 | +[These releases](https://github.com/staticweb-io/wp2static/releases) |
| 44 | +were unstable releases that were only used internally. |
| 45 | +The combined changes are detailed in the 9.0.0 release notes. |
| 46 | + |
| 47 | +## WP2Static 7.2 (2023-01-31) |
| 48 | + |
3 | 49 | - [#876](https://github.com/WP2Static/wp2static/pull/876): Fix #240: ignore SSL errors when fetching sitemap from local site with self-signed certificate. @timothylcooke |
4 | 50 | - [d3977eab](d3977eab6be24c4985d998a7f4bf07409ef4a71b): Create an index on `wp2static_jobs.status`. @john-shaffer |
5 | 51 | - [#785](https://github.com/leonstafford/wp2static/issues/785): Accept self-signed certs during sitemap crawling. @working-name, @john-shaffer |
|
0 commit comments