File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments