You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An easy, clean and simple way to enhance your site with code snippets.
@@ -106,38 +106,53 @@ You can report security bugs found in the source code of this plugin through the
106
106
107
107
= 3.7.0 (beta release) =
108
108
109
-
### Added
109
+
__Added__
110
+
110
111
* New 'conditions' feature: control where and when snippets execute with a powerful logic builder. (PRO)
111
112
112
-
### Changed
113
+
__Changed__
114
+
113
115
* Redesigned edit menu with refreshed look and functionality.
116
+
* Updated snippet type badges to be more visually distinct.
117
+
* Redesigned tooltips used throughout the plugin.
118
+
* Moved content snippet shortcode options into separate modal window.
119
+
* Updated snippet tag editor to use built-in WordPress tag editor.
120
+
* Created proper form for sharing beta feedback.
121
+
* Improved UX of snippet activation toggle.
122
+
123
+
__Fixed__
114
124
115
-
### Fixed
116
125
* Fetching active snippets on a multisite network now respects the 'priority' field above all else when ordering snippets.
117
126
* Cloud search appears correctly and allows downloading snippets in the free version of Code Snippets.
118
127
119
128
= 3.6.9 (2025-02-17) =
120
129
121
130
__Changed__
131
+
122
132
* Updated `Cloud_API::get_bundles()` to properly check bundle data and return an empty array if no valid bundles are present.
123
133
* Refactored `Cloud_List_Table::fetch_snippets()` to always return a valid `Cloud_Snippets` instance.
124
134
* Cleaned up bundle iteration code and improved translation handling in the bundles view.
125
135
126
136
__Fixed__
137
+
127
138
* Fixed errors in bundle iteration by adding a check for the bundles array before iterating.
128
139
129
140
= 3.6.8 (2025-02-14) =
130
141
131
142
__Added__
143
+
132
144
* `code_snippets/hide_welcome_banner` filter hook for hiding welcome banner in dashboard.
133
145
134
146
__Changed__
147
+
135
148
* Updated Freemius SDK to the latest version. (PRO)
136
149
137
150
__Removed__
151
+
138
152
* Functionality allowing `[code_snippet]` shortcodes to be embedded recursively – it will be re-added in a future version.
139
153
140
154
__Fixed__
155
+
141
156
* Shortcodes embedded within `[code_snippet]` shortcodes not evaluating correctly.
142
157
* Translation functions being called too early in some instances when loading plugin settings.
143
158
* 'Generate' button not appearing on some sites. (PRO)
@@ -147,15 +162,18 @@ __Fixed__
147
162
= 3.6.7 (2025-01-24) =
148
163
149
164
__Added__
165
+
150
166
* Generated snippet shortcode tags will include the snippet name, for easier identification.
151
167
* Admin notices will dismiss automatically after five seconds. ([#208](https://github.com/codesnippetspro/code-snippets/issues/208))
152
168
153
169
__Changed__
170
+
154
171
* Updated CSS to use latest Sass features.
155
172
* Moved theme selector to just above editor preview on settings page (thanks to brandonjp). ([#206](https://github.com/codesnippetspro/code-snippets/issues/206))
156
173
* `[code_snippet]` shortcodes can now be nested within each other. ([#198](https://github.com/codesnippetspro/code-snippets/issues/198))
157
174
158
175
__Fixed__
176
+
159
177
* Save buttons above editor did not follow usual validation process in Pro. (PRO) ([#197](https://github.com/codesnippetspro/code-snippets/issues/197))
160
178
* Minor inconsistencies in consistent UI elements between Core and Pro.
161
179
* Tags input not allowing input. ([#211](https://github.com/codesnippetspro/code-snippets/issues/211))
@@ -301,60 +319,4 @@ __Fixed__
301
319
302
320
* Error when attempting to update network shared snippets after saving. [[#](https://wordpress.org/support/topic/activating-snippets-breaks-on-wordpress-6-3/)]
303
321
304
-
= 3.4.2 (2023-07-05) =
305
-
306
-
__Fixed__
307
-
308
-
* Issue causing export process to fail with fatal error. [[#](https://wordpress.org/support/topic/critical-error-on-exporting-snippets/)]
309
-
* Type issue on `the_posts` filter when no posts available. [[#](https://wordpress.org/support/topic/collision-with-plugin-xml-sitemap-google-news/)]
310
-
311
-
= 3.4.1 (2023-06-29) =
312
-
313
-
__Added__
314
-
315
-
* Added better debugging when calling REST API methods from the edit menu.
316
-
317
-
__Changed__
318
-
319
-
* Escape special characters when sending snippet code through AJAX to avoid false-positives from security modules. [[#](https://wordpress.org/support/topic/latest-3-4-0-ajax-bug-cannot-save-snippets-403-error/)]
320
-
* Only display the latest update or error notice on the edit page, instead of allowing them to stack.
0 commit comments