From a6b48245a9fbed3f60693a29088342191cf1023a Mon Sep 17 00:00:00 2001 From: Leon Stafford Date: Sun, 5 Sep 2021 13:55:57 +1000 Subject: [PATCH] update CHANGELOG for 7.1.7 --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0704af191..d0133dca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,25 @@ ## WP2Static 7.1.7 + - logging and fixes for Sitemap detection @palmiak, @john-shaffer + - fix #793 properly dequeue + deregister scripts @mrwweb + - fix diagnostics uploadsWritable description @yilinjuang + - fix #730 detect network-wide enabled plugins @stefanullinger + - `INSERT IGNORE` to silence add-on duplicate insert warnings + - add filters to deployment webhook: + - `wp2static_deploy_webhook_user_agent` + - `wp2static_deploy_webhook_body` + - `wp2static_deploy_webhook_headers` + - improved unit test coverage for Detection classes + - add trailing slash to detected category pagination URLs @john-shaffer + - rm `autoload-dev` from composer.json @szepeviktor + - extend PHPStan coverage to view/template files + - allow toggling an add-on via WP-CLI + - new `wp2static_detect` hook fires at URL detection start @john-shaffer + - diagnostics checks for trailing slash in permalinks @john-shaffer, @jonmhutch7 + - use sfely namespaced Guzzle to avoid conflicts with other plugins - default to showing DeployCache paths across all namespaces #745 - allow setting deploy webhook headers/body/user-agent via filter - - fix PostsPaginationURL detection #758 + - fix PostsPaginationURL detection #758 @petewilcock, @john-shaffer - use custom request options for sitemap crawling - move from cURL to Guzzle for requests - fix incompatibilities with PHP8