Skip to content

Commit 59d4414

Browse files
committed
docs: Update CHANGELOG for v4.3.2 release
1 parent a2ab36a commit 59d4414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to `laravel-page-speed` will be documented in this file.
44

55
## [Unreleased]
66

7+
## [4.3.2] - 2025-11-15
8+
79
### Fixed
810
- 🐛 **InlineCss Middleware**: Fixed regex pattern to prevent matching framework-specific class attributes (Issues #75, #133, #154)
911
- Changed from `/class="(.*?)"/` to `/(?<![-:])class="(.*?)"/i` using negative lookbehind

0 commit comments

Comments
 (0)