We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81b4f2 commit b251c21Copy full SHA for b251c21
CHANGELOG.md
@@ -3,6 +3,20 @@
3
4
5
6
+
7
+## [3.8.0] (2025-10-24)
8
9
+### Added
10
+* Optional flat-file storage backend for snippets (with HTML/PHP handlers), configurable via the new Version Switch setting.
11
+* Editor preview capability and settings UI enhancements for snippet creation and editing.
12
13
+### Changed
14
+* Snippets REST API now supports pagination (e.g., page/per_page) with accompanying tests to improve reliability and scalability.
15
16
+### Fixed
17
+* Fixed get_items and REST API pagination to return correct pages and counts.
18
+* Addressed snippet evaluation and front-end initialization issues that could prevent snippets from executing in some cases.
19
20
## [3.7.1-beta.3] (2025-10-22)
21
22
### Added
0 commit comments