We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228a5c1 commit 4f97f82Copy full SHA for 4f97f82
1 file changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+
4
+## [3.8.2] (2025-10-31)
5
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
12
+### 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.
15
16
## [3.8.1] (2025-10-28)
17
18
### Added
0 commit comments