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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
4
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
6
## [Unreleased]
7
+
8
+
## [1.6.0] - 2025-08-10
7
9
### Added
8
10
-**Performance Optimization**: Implemented conditional admin asset loading - admin scripts and styles now only load on the plugin settings page
9
11
-**Option Caching System**: Added `es_optimizer_get_options()` function with static caching to reduce database queries throughout the plugin
10
12
-**DNS Prefetch Security Enhancement**: Enhanced DNS prefetch validation to reject file paths, query parameters, and fragments - only clean domains are now accepted
11
13
-**Documentation Enhancement**: Added @since version tags to all PHPDoc blocks for better change tracking
12
14
-**Developer Guidelines**: Created comprehensive CONTRIBUTING.md file with development standards, security requirements, and contribution workflow
13
-
-**Comprehensive Unit Testing**: Implemented complete testing infrastructure with PHPUnit, WP_Mock, and 80% coverage requirement
14
-
-**Test Coverage**: 18 core functions with comprehensive unit and integration tests
15
-
-**Security Testing**: XSS prevention, DNS validation, CSRF protection, and input sanitization validation
16
-
-**Performance Testing**: Caching mechanisms, optimization effects, and conditional loading verification
17
-
-**CI/CD Integration**: GitHub Actions workflow with multi-PHP version testing (7.4-8.4) and automated quality checks
18
15
19
16
### Enhanced
20
17
-**DNS Prefetch Optimization**: Improved DNS prefetch function with static caching, duplicate removal, AJAX detection, and enhanced domain validation
0 commit comments