Changelog
(Continued from previous page)
1.2.2
Release date: August 17th, 2022.
Improvements
- When HTTP basic authentication credentials are provided, these will now be used to authenticate any internal request.
- Adds
staatic_netlify_config_extra
filter hook to allow additions to the generatednetlify.toml
file when using the Netlify deployment method. - Adds
staatic_additional_urls
andstaatic_additional_paths
filter hooks to allow additional urls and paths to be dynamically added. - Detects and includes wp-emoji assets in build.
Fixes
- Fixes edge case causing transformed HTML resources to be incomplete.
1.2.1
Release date: July 28th, 2022.
Features
- Allows publication logs to be exported.
Improvements
- Automatically excludes Contact Form 7 captcha and uploads directories as part of additional paths setting.
- Clears plugin transient cache after upgrading plugin.
- Updates external dependencies.
Fixes
- Removes wp_oembed discovery links while crawling site due to incompatible URL-structure.
- Fixes edge case causing incorrect publication status after canceling a publication in progress.
1.2.0
Release date: July 2nd, 2022.
Features
- Allows (past) publications to be redeployed, making it possible to quickly revert after a mistake.
Improvements
- Improves XML sitemap detection and changes default additional URL to
/wp-sitemap.xml
. - Automatically detects the sitemap URL from
/robots.txt
. - Improves plugin compatibility with Windows environments.
- Improves plugin compatibility with WordPress installations within a subdirectory.
- Optimizes build files storage, improving overall performance and reducing disk usage.
- Various technical improvements in crawler component.
Fixes
- Excludes results without content in Netlify upload manifest.
- Fixes edge case in database migration coordinator that can cause an error while upgrading/downgrading.