File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3-
4-
53## [ 3.9.4] (2026-01-14)
64
75### Added
86* New import functionality to migrate snippets from file uploads with drag-and-drop interface
97* Support for importing snippets from other popular plugins (Header Footer Code Manager, Insert Headers and Footers, Insert PHP Code Snippet)
10- * Enhanced flat files support with improved multisite mode compatibility
8+ * Enhanced file based execution support with improved multisite mode compatibility
119
1210### Changed
13- * Improved multisite snippet handling with correct wpAdminbase path resolution
14- * Enhanced test infrastructure with multisite support and WP-CLI helpers
15- * Enhanced documentation and PHPDoc comments for Snippet_Files class
11+ * Updated links to more recent documentation pages
1612
1713### Fixed
1814* Fixed multisite capability checks in Plugin class
Original file line number Diff line number Diff line change @@ -104,21 +104,17 @@ You can report security bugs found in the source code of this plugin through the
104104
105105== Changelog ==
106106
107-
108-
109107= 3.9.4 (2026-01-14) =
110108
111109__Added__
112110
113111* New import functionality to migrate snippets from file uploads with drag-and-drop interface
114112* Support for importing snippets from other popular plugins (Header Footer Code Manager, Insert Headers and Footers, Insert PHP Code Snippet)
115- * Enhanced flat files support with improved multisite mode compatibility
113+ * Enhanced file based execution support with improved multisite mode compatibility
116114
117115__Changed__
118116
119- * Improved multisite snippet handling with correct wpAdminbase path resolution
120- * Enhanced test infrastructure with multisite support and WP-CLI helpers
121- * Enhanced documentation and PHPDoc comments for Snippet_Files class
117+ * Updated links to more recent documentation pages
122118
123119__Fixed__
124120
You can’t perform that action at this time.
0 commit comments