Skip to content

Commit

Permalink
update CHANGELOG for 7.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
leonstafford committed Sep 5, 2021
1 parent 1cedc38 commit a6b4824
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a6b4824

Please sign in to comment.