Skip to content

Static HTML Output 6.6.21

Compare
Choose a tag to compare
@leonstafford leonstafford released this 24 Jun 01:29
· 27 commits to master since this release

Static HTML Output 6.6.21

(changes since 6.6.7)

  • don't force exclude wp-json from crawling
  • fix for password managers trying to fill plugin option fields
  • granular crawl and deploy progress indicators
  • no more txt files polluting uploads dir, slowing things down
  • progress indicator on WP_CLI generate cmd
  • finally supporting UTF/multibyte URLs!
  • preserve font hex values in parsed stylesheets
  • fix detection of archives pagination pages
  • fix detection of posts pagination pages
  • fix detection of URLs within inline styles
  • fix rewriting of urlencoded WP site URL
  • preserve desired link elements when using "Remove WP Tags" option
  • preserve query strings in URLs
  • preserve whitespace in generated HTML
  • force https on external links when destination protocol is https
  • fix for detecting common missing assets
  • fix for special characters not being converted properly
  • fix for PLACEHOLDER.wpsho URLs remaining
  • fix for mixed-content protocols when deploying to https
  • fix deployment test button giving false positives
  • fix ZIP download URL when dev site's protocol doesn't match Site URL's
  • fix protocol relative URLs in stylesheet rewriting
  • support BunnyCDN's BETA API endpoint regions
  • support link extraction/rewriting from more element types
  • update S3 region endpoints
  • Tested with WP 5.4.1
  • Requires minimum PHP 7.3
  • removed insecure FTP option
  • removed relative link conversion and base element processing
  • Matching project name to wp.org slug
  • Implement code quality tooling
  • Performance optimization for slow hosting providers
  • rm offline zip functionality
  • Minor fix for setting base HREF option
  • use WP's mime-types lookup for S3 deployer