You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,6 +42,20 @@ No, the plugin has a simple interface where you can toggle features on and off.
42
42
43
43
== Changelog ==
44
44
45
+
= 1.5.8 =
46
+
* **CODE QUALITY**: Fixed all WordPress Plugin Check compliance issues for WordPress.org standards
47
+
* **CODE QUALITY**: Implemented camelCase variable naming convention throughout codebase
48
+
* **CODE QUALITY**: Reduced function complexity by extracting DNS validation logic into separate functions
49
+
* **CODE QUALITY**: Added proper translator comments for all internationalization strings with placeholders
50
+
* **CODE QUALITY**: Enhanced $_POST data handling with proper sanitization using sanitize_text_field()
51
+
* **CODE QUALITY**: Improved code organization with single responsibility principle
52
+
* **CODE QUALITY**: Fixed upgrade notice character limits to meet WordPress.org requirements
53
+
* **SECURITY**: Enhanced nonce verification with additional sanitization layer
54
+
* **SECURITY**: Improved domain validation architecture with dedicated validation functions
55
+
* **MAINTENANCE**: Optimized function structure for better maintainability and testing
56
+
* **MAINTENANCE**: Updated code documentation for improved developer experience
57
+
* **COMPLIANCE**: Full WordPress Plugin Check compatibility - passes all automated tests
58
+
45
59
= 1.5.7 =
46
60
* **SECURITY ENHANCEMENT**: Added WordPress nonce protection for CSRF security in all form submissions
47
61
* **SECURITY ENHANCEMENT**: Enhanced DNS prefetch security with HTTPS-only domain enforcement
@@ -117,11 +131,14 @@ Major security and code quality improvements with PHPStan analysis and WordPress
117
131
118
132
== Upgrade Notice ==
119
133
120
-
= 1.5.6 =
121
-
Major security enhancement update with comprehensive OWASP-compliant security implementation and enhanced GitHub Actions workflows. This update includes detailed security documentation, enhanced input validation, improved output escaping, secure coding patterns, and comprehensive static analysis fixes. Recommended for all users to ensure optimal security posture and code quality.
134
+
= 1.5.8 =
135
+
CODE QUALITY UPDATE: Fixed all WordPress Plugin Check issues for full WordPress.org compliance. Enhanced code organization.
122
136
123
-
= 1.5.5 =
124
-
This update includes significant code quality improvements with comprehensive static analysis fixes and enhanced security scanning. The plugin now passes PHPStan level 5 analysis with zero errors and includes improved WordPress API compliance. Enhanced development workflow with proper WordPress stubs and more reliable testing.
137
+
= 1.5.7 =
138
+
SECURITY UPDATE: Important security enhancements including CSRF protection and DNS prefetch security. Update recommended.
139
+
140
+
= 1.5.6 =
141
+
Major security enhancement update with OWASP-compliant security implementation. Recommended for all users.
125
142
126
143
= 1.5.5 =
127
144
WordPress 6.8 compatibility and internationalization fixes. Passes all Plugin Check tests.
0 commit comments