@@ -4,7 +4,7 @@ Donate link: https://codesnippets.pro
4
4
Tags: snippets, functions, multisite, code, php, html, css, javascript
5
5
License: MIT
6
6
License URI: license.txt
7
- Stable tag: 3.5.1
7
+ Stable tag: 3.6.0
8
8
Tested up to: 6.4
9
9
10
10
An easy, clean and simple way to run code snippets on your site.
@@ -131,6 +131,22 @@ You can report security bugs found in the source code of this plugin through the
131
131
132
132
== Changelog ==
133
133
134
+ = 3.6.0 (07 Nov 2023) =
135
+ * Updated minimum PHP requirement to 7.4.
136
+
137
+ * Added: Ability to authenticate with Code Snippets Cloud using OAuth. (PRO)
138
+ * Added: Integration with GPT AI for generating snippets. (PRO)
139
+ * Added: Ability to generate line-by-line descriptions of snippet code with GPT AI. (PRO)
140
+ * Added: Ability to generate tags and description text from existing snippet code with GPT AI. (PRO)
141
+
142
+ * Improved: Ensure that the URL of the edit snippet page changes when adding a new snippet.
143
+ * Improved: Snippet tags will automatically be added when focus is lost on the tags field.
144
+ * Improved: Added debug settings menu for manually performing problem-solving actions.
145
+ * Fixed: Moved active status border on edit name field to left-hand side.
146
+ * Added: Filter to disable scroll-into-view functionality for edit page notices.
147
+ * Fixed: New notices will not scroll if already at top of page.
148
+ * Fixed: Potential CSRF vulnerability allowing an authenticated user to reset settings.
149
+
134
150
= 3.5.1 (15 Sep 2023) =
135
151
* Fixed: Undefined array key error when accessing plugin settings page. (PRO)
136
152
* Fixed: Issue registering API endpoints affecting edit post screen. (PRO)
@@ -242,63 +258,9 @@ thanks to contributions made by [Amaral Krichman](https://github.com/karmaral).
242
258
* Added: Icon to 'Go Pro' button indicating it opens an external tab.
243
259
* Improved: Allow display styles in snippet descriptions.
244
260
245
- = 3.0.1 (14 May 2022) =
246
- * Fixed: Incompatibility issue with earlier versions of PHP.
247
-
248
- = 3.0.0 (14 May 2022) =
249
-
250
- __Added__
251
-
252
- * Added: HTML content snippets for displaying as shortcodes or including in the page head or footer area.
253
- * Added: Notice reminding users to upgrade unsupported PHP versions.
254
- * Added: Visual settings to add attributes to shortcodes.
255
- * Added: Shortcode buttons to the post and page content editors.
256
- * Added: Basic REST API endpoints.
257
- * Added: Snippet type column to the snippets table.
258
- * Added: Snippet type badges to Edit and Add New Snippet pages.
259
- * Added: Setting to control whether the current line of the code editor is highlighted.
260
- * Added: Display a warning when saving a snippet with missing title or code.
261
- * Added: Add suffix to title of cloned snippets.
262
-
263
- __Changed__
264
-
265
- * Improved: Updated plugin code to use namespaces, preventing name collisions with other plugins.
266
- * Improved: Added key for the 'active' and 'scope' database table columns to speed up queries.
267
- * Improved: Redirect from edit menu if not editing a valid snippet.
268
- * Improved: Moved activation switch into its own table column.
269
- * Improved: Updated code documentation according to WordPress standards.
270
- * Improved: Added snippet type labels to the tabs on the Snippets page.
271
- * Improved: Split settings page into tabs.
272
- * Improved: Use the version of CodeMirror included with WordPress where possible to inherit the additional built-in features.
273
- * Improved: Added hover effect to priority settings in the snippets table to show that they are editable.
274
- * Fixed: Snippets table layout on smaller screens.
275
-
276
- __Deprecated__
277
-
278
- * Removed: Deprecated functions and compatibility code for unsupported PHP versions.
279
- * Removed: Option to disable snippet scopes.
280
-
281
- __New in Pro__
282
-
283
- * Added: CSS style snippets for the site front-end and admin area.
284
- * Added: JavaScript snippets for the site head and body area on the front-end.
285
- * Added: Browser cache versioning for CSS and JavaScript snippets.
286
- * Added: Support for exporting and downloading CSS and JavaScript snippets.
287
- * Added: Support for highlighting code on the front-end.
288
- * Added: Editor syntax highlighting for CSS, JavaScript and HTML snippets.
289
- * Added: Button to preview full file when editing CSS or JavaScript snippets.
290
- * Added: Option to minify CSS and JavaScript snippets.
291
- * Added: Gutenberg editor block for displaying content snippets.
292
- * Added: Gutenberg editor block for displaying snippet source code.
293
- * Added: Elementor widget for displaying content snippets.
294
- * Added: Elementor widget for displaying snippet source code.
295
-
296
261
**[The full changelog is available on GitHub](https://github.com/codesnippetspro/code-snippets/blob/master/CHANGELOG.md)**
297
262
298
263
== Upgrade Notice ==
299
264
300
- = 3.5.1 =
301
- Code Snippets Cloud is here! Share snippets and synchronise between sites.
302
-
303
- = 3.5.0 =
304
- Code Snippets Cloud is here! Share snippets and synchronise between sites.
265
+ = 3.6.0 =
266
+ New Pro feature: Generate and explain snippets using AI.
0 commit comments