@@ -4,7 +4,7 @@ Donate link: https://codesnippets.pro
44Tags: code, snippets, multisite, php, css
55License: GPL-2.0-or-later
66License URI: license.txt
7- Stable tag: 3.7 .0
7+ Stable tag: 3.8 .0
88Tested up to: 6.8.2
99
1010An easy, clean and simple way to enhance your site with code snippets.
@@ -106,41 +106,28 @@ You can report security bugs found in the source code of this plugin through the
106106
107107
108108
109- = 3.7.1-beta.3 (2025-10-22) =
110-
111- __Added__
112-
113- * Snippets REST API now supports pagination via page and per_page query parameters.
114109
115-
116- = 3.7.1-beta.2 (2025-10-22) =
110+ = 3.8.0 (2025-10-24) =
117111
118112__Added__
119113
120- * Implemented version switching with a new 'Version Switch' section in Settings
121-
122- = 3.7.1-beta.1 (2025-10-16) =
123-
124- __Added__
125-
126- * Added @CarolinaOP and @louiswol94 as plugin contributors
127- * File-based execution mode for snippets (Optional in Plugin Settings)
114+ * @CarolinaOP and @louiswol94 join the team as plugin contributors.
115+ * File-based execution mode for snippets (Optional in Plugin Settings).
116+ * Version switch option, to help easily rollback the plugin to an earlier release.
117+ * Minor UI improvements to the editor and sidebar.
128118
129119__Changed__
130120
131- * Minor UI/UX tweaks to the editor form and sidebar
121+ * Prefixed Composer packages to reduce collisions with other plugins.
122+ * Snippets REST API now supports pagination via page and per_page query parameters.
132123* Improved editor preview behavior.
133124
134125__Fixed__
135126
136- * Improved reliability of snippet evaluation and front-end integration.
137- * Prefixed Composer packages to reduce collisions with other plugins, especially those using Guzzle.
138- * Functions conditions were loading before loop setup, resulting in some conditions not working. (PRO)
127+ * Fixed issues with snippet evaluation and front-end initialization in edge cases.
128+ * Improved reliability of snippet evaluation.
139129* JavaScript and CSS snippets loading twice due to a conditions bug. (PRO)
140-
141- __Removed__
142-
143- * Removed CSS linting within the editor until a modern replacement can be implemented.
130+ * Fixed issue where some conditions didn’t work due to loading before the loop. (PRO)
144131
145132= 3.7.0 (2025-08-29) =
146133
0 commit comments