Skip to content

Commit 6cce684

Browse files
committed
Add changelog entry for #840 Bedrock support
1 parent 31177df commit 6cce684

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
- [#837](https://github.com/leonstafford/wp2static/pull/837): Require PHP 7.4 or later; bump dependencies @leonstafford
2222
- [#811](https://github.com/leonstafford/wp2static/issues/811): Optimize FilesHelper::getListOfLocalFilesByDir @bookwyrm
2323
- [#805](https://github.com/leonstafford/wp2static/issues/805): Fix warning on cache page when there are no deployment namespaces @john-shaffer
24+
- [#840](https://github.com/leonstafford/wp2static/pull/840): Add preliminary support for [Bedrock](https://roots.io/bedrock/) by using home URL instead of site URL in several places. This is a potentially breaking change for anyone with `WP_HOME` differing from `WP_SITEURL`. @oriolarcas, @john-shaffer
25+
- Use `wp2static_set_wordpress_home_url` filter in post-processing instead of `wp2static_set_wordpress_site_url`.
26+
- Add integration tests for Bedrock.
2427

2528
## WP2Static 7.1.7 (2021-09-04)
2629

0 commit comments

Comments
 (0)