Releases: bitcryptic-gw/proxy-aware-https-fix
Releases · bitcryptic-gw/proxy-aware-https-fix
v1.4.1
v1.4.0
Fixed
- HTTPS detection no longer uses a hostname-based heuristic (checking for a dot in
HTTP_HOST). It now relies exclusively on a genuineX-Forwarded-Proto: httpsheader, preventing false HTTPS detection on direct, non-proxied connections. home_url()andsite_url()filters are now gated on the detected HTTPS state, so URLs are only rewritten tohttps://when HTTPS has actually been detected. Previously the rewrite was unconditional, which forced HTTPS URLs even on plain-HTTP paths.
v1.3.17
Release v1.3.17: Install properly formatted php file
Add auto-fix with PHPCBF
Notes
Add auto-fix with PHPCBF to linter
No changes to plugin logic or behaviour.
Include composer.json
Added missing composer.json file to repo
Use local compose
Notes
Use local compose
No changes to plugin logic or behaviour.
Fix indenting
Notes
Fix indenting in yml file
No changes to plugin logic or behaviour.
Install PHPCSUtils for linter
Notes
Use compose to install PHPCSUtils for PHP_CodeSniffer linter.
No changes to plugin logic or behaviour.
Install Wordpress standards for linter
Notes
Use compose to install Wordpress standards for PHP_CodeSniffer linter.
No changes to plugin logic or behaviour.
Indenting fix for YML file
Notes
This release fixes indenting in a yml file.
No changes to plugin logic or behaviour.