File tree Expand file tree Collapse file tree 2 files changed +3
-44
lines changed Expand file tree Collapse file tree 2 files changed +3
-44
lines changed Original file line number Diff line number Diff line change 44## [ 3.9.0-beta.1] (2025-11-03)
55
66### Added
7- * File-based execution mode for snippets (optional in plugin settings)
8- * Version switch option to roll back the plugin to an earlier release
9- * Code line explanation widget with apply/remove for AI-generated comments (PRO)
10- * Snippets REST API pagination support via page and per_page
11-
12- ### Changed
13- * Prefixed Composer packages to reduce collisions with other plugins
14- * Improved editor preview behavior and minor UI enhancements in the editor and sidebar
15- * Better pagination handling and display structure for cloud search results (PRO)
16- * Enhanced styling for codevault rows and inactive tabs in the cloud interface (PRO)
17- * Applied filters before concatenation in wrap_code for more predictable snippet processing
18-
19- ### Fixed
20- * Improved file-based snippet handling for multisite installations
21- * Improved handling of namespaced PHP snippets in file-based execution
22- * Resolved issues with snippet evaluation and front-end initialization in edge cases
23- * Fixed JavaScript and CSS snippets loading twice due to a conditions bug (PRO)
24- * Fixed conditions that didn’t work due to loading before the loop (PRO)
7+ * Soft delete (Trash) functionality for snippets with ability to undo, restore or permanently delete.
8+ * Bulk actions for trashing, restoring, and permanently deleting multiple snippets.
9+ * Separate filtered view to manage trashed snippets.
2510
2611## [ 3.8.2] (2025-10-31)
2712
Original file line number Diff line number Diff line change @@ -104,32 +104,6 @@ You can report security bugs found in the source code of this plugin through the
104104
105105== Changelog ==
106106
107-
108- = 3.9.0-beta.1 (2025-11-03) =
109-
110- __Added__
111-
112- * File-based execution mode for snippets (optional in plugin settings)
113- * Version switch option to roll back the plugin to an earlier release
114- * Code line explanation widget with apply/remove for AI-generated comments (PRO)
115- * Snippets REST API pagination support via page and per_page
116-
117- __Changed__
118-
119- * Prefixed Composer packages to reduce collisions with other plugins
120- * Improved editor preview behavior and minor UI enhancements in the editor and sidebar
121- * Better pagination handling and display structure for cloud search results (PRO)
122- * Enhanced styling for codevault rows and inactive tabs in the cloud interface (PRO)
123- * Applied filters before concatenation in wrap_code for more predictable snippet processing
124-
125- __Fixed__
126-
127- * Improved file-based snippet handling for multisite installations
128- * Improved handling of namespaced PHP snippets in file-based execution
129- * Resolved issues with snippet evaluation and front-end initialization in edge cases
130- * Fixed JavaScript and CSS snippets loading twice due to a conditions bug (PRO)
131- * Fixed conditions that didn’t work due to loading before the loop (PRO)
132-
133107= 3.8.2 (2025-10-31) =
134108
135109__Fixed__
You can’t perform that action at this time.
0 commit comments