Skip to content

Commit 19b53ef

Browse files
fix: changelog
1 parent 50c8cbc commit 19b53ef

File tree

2 files changed

+25
-15
lines changed

2 files changed

+25
-15
lines changed

CHANGELOG.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
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)

src/readme.txt

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)