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
* Fixed: Issue registering API endpoints affecting edit post screen. (PRO)
152
-
153
-
= 3.5.0 (14 Sep 2023) =
154
-
* Added: Support for the Code Snippets Cloud API.
155
-
* Added: Search and download public snippets.
156
-
* Added: Codevault back-up and synchronisation. (PRO)
157
-
* Added: Synchronised local snippets are automatically updated in Cloud. (PRO)
158
-
* Added: Bulk actions - 'update' and 'download'.
159
-
* Added: Download snippets from public and private codevaults. (PRO)
160
-
* Added: Search and download any publicly viewable snippet in Code Snippet Cloud by keyword or name of codevault. (PRO)
161
-
* Added: Deploy snippets to plugin from Code Snippets Cloud app. (PRO)
162
-
* Added: Bundles of Joy! Search and download Snippet Bundles in one go direct from Code Snippets Cloud. (PRO)
163
-
* Fixed: Error when attempting to update network shared snippets after saving. [[#](https://wordpress.org/support/topic/activating-snippets-breaks-on-wordpress-6-3/)]
164
-
* Improved: Redirect to snippets table when deleting snippet from the edit menu.
165
-
* Improved: Scroll new notices into view on edit menu.
166
-
167
-
= 3.4.2 (05 Jul 2023) =
168
-
* Fixed: Issue causing export process to fail with fatal error. [[#](https://wordpress.org/support/topic/critical-error-on-exporting-snippets/)]
169
-
* Fixed: Type issue on `the_posts` filter when no posts available. [[#](https://wordpress.org/support/topic/collision-with-plugin-xml-sitemap-google-news/)]
* Fixed: Potential type issue when loading Prism. [[#](https://wordpress.org/support/topic/code-snippets-fatal-error-breaking-xml-sitemaps/)]
174
-
* Improved: Added better debugging when calling REST API methods from the edit menu.
175
-
* Improved: 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/)]
176
-
* Improved: Only display the latest update or error notice on the edit page, instead of allowing them to stack.
177
-
* Fixed: Potential type issue when sorting snippets. [[#](https://github.com/codesnippetspro/code-snippets/issues/166)]
* Added: Proper WordPress REST API support for retrieving and modifying snippets.
182
-
* Improved: Better compatibility with modern versions of PHP (7.0+).
183
-
* Improved: Converted Edit/Add New Snippet page to use React.
198
+
* Support for the Code Snippets Cloud API.
199
+
* Search and download public snippets.
200
+
* Codevault back-up and synchronisation. (PRO)
201
+
* Synchronised local snippets are automatically updated in Cloud. (PRO)
202
+
* Bulk actions - 'update' and 'download'.
203
+
* Download snippets from public and private codevaults. (PRO)
204
+
* Search and download any publicly viewable snippet in Code Snippet Cloud by keyword or name of codevault. (PRO)
205
+
* Deploy snippets to plugin from Code Snippets Cloud app. (PRO)
206
+
* Bundles of Joy! Search and download Snippet Bundles in one go direct from Code Snippets Cloud. (PRO)
207
+
208
+
__Changed__
209
+
210
+
* Redirect to snippets table when deleting snippet from the edit menu.
211
+
* Scroll new notices into view on edit menu.
212
+
213
+
__Fixed__
214
+
215
+
* Error when attempting to update network shared snippets after saving. [[#](https://wordpress.org/support/topic/activating-snippets-breaks-on-wordpress-6-3/)]
216
+
217
+
= 3.4.2 (2023-07-05) =
218
+
219
+
__Fixed__
220
+
221
+
* Issue causing export process to fail with fatal error. [[#](https://wordpress.org/support/topic/critical-error-on-exporting-snippets/)]
222
+
* Type issue on `the_posts` filter when no posts available. [[#](https://wordpress.org/support/topic/collision-with-plugin-xml-sitemap-google-news/)]
223
+
224
+
= 3.4.1 (2023-06-29) =
225
+
226
+
__Added__
227
+
228
+
* Added better debugging when calling REST API methods from the edit menu.
229
+
230
+
__Changed__
231
+
232
+
* 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/)]
233
+
* Only display the latest update or error notice on the edit page, instead of allowing them to stack.
* Proper WordPress REST API support for retrieving and modifying snippets.
247
+
* Added help links to content snippet options.
248
+
249
+
__Changed__
250
+
251
+
* Better compatibility with modern versions of PHP (7.0+).
252
+
* Converted Edit/Add New Snippet page to use React.
184
253
* Converted action buttons to asynchronously use REST API endpoints through AJAX.
185
254
* Load page components dynamically through React.
186
255
* Added action notice queue system.
187
256
* Replaced native alert dialog with proper React modal.
188
-
* Improved: Catch snippet execution errors to prevent site from crashing.
189
-
* Improved: Display recent snippet errors in admin dashboard instead.
190
-
* Improved: Updated editor block to use new REST API endpoints. (PRO)
191
-
* Improved: Change colour of upgrade notice in Pro plugin. (PRO)
192
-
* Improved: All available snippet data is included in export files.
193
-
* Improved: Only import specific fields from export file, even if additional fields specified.
194
-
* Fixed: Issue preventing editor colorpicker from loading correctly. (PRO)
195
-
* Improved: Added help links to content snippet options.
196
-
* Improved: Pass additional attributes specified in `[code_snippet]` content shortcode to shortcode content.
197
-
* Improved: Make shortcode attributes available as individual variables.
198
-
* Improved: Allow boolean attributes to be passed to code snippets shortcodes without specifying a value.
199
-
* Improved: Replace external links to Pro pricing page with an upgrade modal.
200
-
* Fixed: Issue preventing linting libraries from loading correctly in the code editor.
201
-
202
-
= 3.3.0 (09 Mar 2023) =
203
-
* Fixed: Do not enqueue CSS or JS snippet file if no snippets exist. (PRO)
204
-
* Improved: Added additional editor shortcuts to list in tooltip.
205
-
* Added: Filter for changing Snippets admin menu position. [See this help article for more information.](https://help.codesnippets.pro/article/61-how-can-i-change-the-location-of-the-snippets-admin-menu)
206
-
* Added: Ability to filter shortcode output. Thanks to contributions from [Jack Szwergold](https://github.com/JackSzwergold).
207
-
* Fixed: Bug causing all snippets to show in site health information instead of those active.
208
-
* Fixed: Unnecessary sanitization of file upload data causing import process to fail on Windows systems.
209
-
210
-
= 3.2.2 (17 Nov 2022) =
211
-
* Fixed: Plugin lacking a valid header error on activation.
212
-
213
-
= 3.2.1 (05 Oct 2022) =
214
-
* Fixed: Issue making survey reminder notice not dismissible.
215
-
* Added: `Ctrl`+`/` or `Cmd`+`/` as shortcut for commenting out code in the snippet editor.
216
-
* Added: Additional hooks to various snippet actions, thanks to contributions made by [ancient-spirit](https://github.com/ancient-spirit).
217
-
* Added: Fold markers, additional keyboard shortcuts and keymap options to snippet editor,
218
-
thanks to contributions made by [Amaral Krichman](https://github.com/karmaral).
* Improved: Enabled 'add paragraphs and formatting' option by default for newly inserted content snippets.
221
-
* Added: WP-CLI commands for retrieving, activating, deactivating, deleting, creating, updating, exporting and importing snippets.
222
-
* Fixed: Path to iron visible when updating the pro plugin.
223
-
224
-
**[The full changelog is available on GitHub](https://github.com/codesnippetspro/code-snippets/blob/master/CHANGELOG.md)**
257
+
* Catch snippet execution errors to prevent site from crashing.
258
+
* Display recent snippet errors in admin dashboard instead.
259
+
* Updated editor block to use new REST API endpoints. (PRO)
260
+
* Change colour of upgrade notice in Pro plugin. (PRO)
261
+
* All available snippet data is included in export files.
262
+
* Only import specific fields from export file, even if additional fields specified.
263
+
* Pass additional attributes specified in `[code_snippet]` content shortcode to shortcode content.
264
+
* Make shortcode attributes available as individual variables.
265
+
* Allow boolean attributes to be passed to code snippets shortcodes without specifying a value.
266
+
* Replace external links to Pro pricing page with an upgrade modal.
267
+
268
+
__Fixed__
269
+
270
+
* Issue preventing editor colorpicker from loading correctly. (PRO)
271
+
* Issue preventing linting libraries from loading correctly in the code editor.
272
+
273
+
= 3.3.0 (2023-03-09) =
274
+
275
+
__Added__
276
+
277
+
* Added additional editor shortcuts to list in tooltip.
278
+
* Filter for changing Snippets admin menu position. [See this help article for more information.](https://help.codesnippets.pro/article/61-how-can-i-change-the-location-of-the-snippets-admin-menu)
279
+
* Ability to filter shortcode output. Thanks to contributions from [Jack Szwergold](https://github.com/JackSzwergold).
280
+
281
+
__Fixed__
282
+
283
+
* Do not enqueue CSS or JS snippet file if no snippets exist. (PRO)
284
+
* Bug causing all snippets to show in site health information instead of those active.
285
+
* Unnecessary sanitization of file upload data causing import process to fail on Windows systems.
286
+
287
+
= 3.2.2 (2022-11-17) =
288
+
289
+
__Fixed__
290
+
291
+
* Plugin lacking a valid header error on activation.
292
+
293
+
= 3.2.1 (2022-10-05) =
294
+
295
+
__Added__
296
+
297
+
* `Ctrl`+`/` or `Cmd`+`/` as shortcut for commenting out code in the snippet editor.
298
+
* Additional hooks to various snippet actions, thanks to contributions made by [ancient-spirit](https://github.com/ancient-spirit).
299
+
* Fold markers, additional keyboard shortcuts and keymap options to snippet editor,
300
+
thanks to contributions made by [Amaral Krichman](https://github.com/karmaral).
301
+
* WP-CLI commands for retrieving, activating, deactivating, deleting, creating, updating, exporting and importing snippets.
0 commit comments