File tree Expand file tree Collapse file tree 2 files changed +25
-15
lines changed Expand file tree Collapse file tree 2 files changed +25
-15
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
4- ## [ 3.7.1-beta.1] - 2025-10-16
4+ ## [ 3.7.1-beta.1] ( 2025-10-16)
55
66### Added
7- * Optional flat-file storage mode for snippets with HTML/PHP handlers and a file-based repository, configurable in settings with uninstall cleanup.
8- * Added Carolina and Louis as plugin contributors (visible in plugin metadata/readme).
7+ * Added @CarolinaOP and @louiswol94 as plugin contributors
8+ * File-based execution mode for snippets (Optional)
9+ * Playwright integration for automated testing
10+ * Support for Composer package prefixing to prevent conflicts
911
1012### Changed
11- * Minor UI/UX tweaks to the editor form and sidebar; improved editor preview behavior.
13+ * Minor UI/UX tweaks to the editor form and sidebar
14+ * Improved editor preview behavior.
1215
1316### Fixed
1417* Improved reliability of snippet evaluation and front-end integration.
15- * Stabilized release/version automation (prepare-tag, changelog job, version regex/outputs).
16-
17- ## 3.7.1 ([ unreleased] )
18-
19- ### Fixed
2018* Prefixed Composer packages to reduce collisions with other plugins, especially those using Guzzle.
2119* Functions conditions were loading before loop setup, resulting in some conditions not working. (PRO)
2220* JavaScript and CSS snippets loading twice due to a conditions bug. (PRO)
Original file line number Diff line number Diff line change @@ -104,21 +104,33 @@ You can report security bugs found in the source code of this plugin through the
104104
105105== Changelog ==
106106
107+ = 3.7.1-beta.1 (2025-10-16) =
107108
108- = 3.7.1-beta.1 2025-10-16 =
109109
110110__Added__
111- * Optional flat-file storage mode for snippets with HTML/PHP handlers and a file-based repository, configurable in settings with uninstall cleanup.
112- * Added Carolina and Louis as plugin contributors (visible in plugin metadata/readme).
111+
112+ * Added @CarolinaOP and @louiswol94 as plugin contributors
113+ * File-based execution mode for snippets (Optional)
114+ * Playwright integration for automated testing
115+ * Support for Composer package prefixing to prevent conflicts
113116
114117__Changed__
115- * Minor UI/UX tweaks to the editor form and sidebar; improved editor preview behavior.
118+
119+ * Minor UI/UX tweaks to the editor form and sidebar
120+ * Improved editor preview behavior.
116121
117122__Fixed__
123+
118124* Improved reliability of snippet evaluation and front-end integration.
119- * Stabilized release/version automation (prepare-tag, changelog job, version regex/outputs).
125+ * Prefixed Composer packages to reduce collisions with other plugins, especially those using Guzzle.
126+ * Functions conditions were loading before loop setup, resulting in some conditions not working. (PRO)
127+ * JavaScript and CSS snippets loading twice due to a conditions bug. (PRO)
128+
129+ __Removed__
130+
131+ * Removed CSS linting within the editor until a modern replacement can be implemented.
120132
121- = 3.7.0 (beta release ) =
133+ = 3.7.0 (2025-08-29 ) =
122134
123135__Added__
124136
You can’t perform that action at this time.
0 commit comments