We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bed98 commit b652c68Copy full SHA for b652c68
readme.md
@@ -4,6 +4,13 @@ HTTPS enforcement for WordPress
4
5
## Changelog
6
7
+### 2.0.0
8
+- completely refactored code to WordPress standards
9
+- no more defined constants or options (hardcoded to enforce HTTPS on all internal/external links and resources)
10
+- much more extensive `add_filter` rules and HTML enforcement of HTTPS
11
+- supports PHP 7.0 to 8.3
12
+- supports Multisite
13
+
14
### 1.4.3
15
* fixed undefined variable error (new default $modified = false)
16
0 commit comments