File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.7.1 ([ unreleased] )
4+
5+ ### Fixed
6+ * Prefixed Composer packages to reduce collisions with other plugins, especially those using Guzzle.
7+ * Functions conditions were loading before loop setup, resulting in some conditions not working. (PRO)
8+ * JavaScript and CSS snippets loading twice due to a conditions bug. (PRO)
9+
10+ ### Removed
11+ * Removed CSS linting within the editor until a modern replacement can be implemented.
12+
313## [ 3.7.0] (2025-08-29)
414
515### Added
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ You can report security bugs found in the source code of this plugin through the
104104
105105== Changelog ==
106106
107- = 3.7.0 (2025-08-29 ) =
107+ = 3.7.0 (beta release ) =
108108
109109__Added__
110110
You can’t perform that action at this time.
0 commit comments