Changelog
(Continued from previous page)
1.8.2
Release date: February 9th, 2024.
Fixes
- Temporarily halts compression of publication resource files due to reliability issue.
1.8.1
Release date: February 9th, 2024.
Improvements
- Follows redirects on provided URLs during publish changes/selection.
- Compresses publication resource files to reduce disk usage.
- Improves plugin configuration on Site Health info screen for undefined values.
- Improves field detection for WPForms Form integration. (Premium)
Fixes
- Fixes an edge case with normalizing empty path URLs causing duplicate index files.
- Fixes some untranslatable language strings.
1.8.0
Release date: January 31st, 2024.
Features
- Adds “SFTP Server” deployment method (beta).
- Adds
--only-urls
,--only-paths
and--[no-]deploy
arguments to WP-CLI publish command. - Adds
staatic redeploy
WP-CLI command to allow publications to be redeployed from the commandline. - Adds “Enforce lowercase URLs” setting for consistent formatting and to prevent case-sensitive duplicate content.
- Adds “Custom Origin URL” setting for manual override of the site’s home URL.
- Adds advanced options for following/saving/recursive scanning to “Additional Paths” setting.
- Adds filter hooks for deploment specific configuration files:
staatic_netlify_config_file
,staatic_apache_config_file
,staatic_nginx_config_file
andstaatic_staatic_config_file
. - Adds
staatic_extended_url_context
filter hook to provide additional context when evaluating and transforming URLs.
Improvements
- Improves overall compatibility with Avada page builder plugin.
- Improves overall compatiblity with Bedrock WordPress boilerplate.
- Adds support for AWS regions
il-central-1
andap-southeast-4
. - Improves URL extraction from HTML srcset attributes.
- Improves GitHub deployment method performance.
- Keeps track of crawled resources based on transformed URL instead of origin URL.
- Prevents modifying binary resources even though mime type indicates text/html.
- Various admin interface UX improvements.
- Updates external dependencies.
Fixes
- Corrects transformation of specific URLs when using the “Offline URL” destination URL.
- Fixes handling of follow/save options in “Additional URLs” setting.
- Compares normalized URLs when merging publications. (Premium)
- Clears form cache when updating or deleting forms. (Premium)