Skip to content

Commit 11cbf46

Browse files
fix: changelog
1 parent a47f627 commit 11cbf46

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
# Changelog
22

3-
43
## [3.8.2] (2025-10-31)
54

6-
### Added
7-
* Introduced 'code_snippets_php_snippet_file_code' filter to customize snippet file content before execution.
8-
9-
### Changed
10-
* Applied filters before wrapping/concatenation in wrap_code for more predictable behavior and compatibility.
11-
125
### Fixed
13-
* Fixed file-based execution of namespaced PHP snippets so they run correctly.
14-
* Removed ABSPATH guard in snippet wrapper to prevent premature early return in certain execution contexts.
6+
* Improved namespaced PHP snippet handling with file based execution.
157

168
## [3.8.1] (2025-10-28)
179

src/readme.txt

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -104,22 +104,11 @@ You can report security bugs found in the source code of this plugin through the
104104

105105
== Changelog ==
106106

107-
108-
109107
= 3.8.2 (2025-10-31) =
110108

111-
__Added__
112-
113-
* Introduced 'code_snippets_php_snippet_file_code' filter to customize snippet file content before execution.
114-
115-
__Changed__
116-
117-
* Applied filters before wrapping/concatenation in wrap_code for more predictable behavior and compatibility.
118-
119109
__Fixed__
120110

121-
* Fixed file-based execution of namespaced PHP snippets so they run correctly.
122-
* Removed ABSPATH guard in snippet wrapper to prevent premature early return in certain execution contexts.
111+
* Improved namespaced PHP snippet handling with file based execution.
123112

124113
= 3.8.1 (2025-10-28) =
125114

0 commit comments

Comments
 (0)