@@ -4,8 +4,8 @@ Donate link: https://codesnippets.pro
4
4
Tags: snippets, functions, multisite, code, php, html, css, javascript, js, content, scripts, styles, cloud, shortcode
5
5
License: MIT
6
6
License URI: license.txt
7
- Stable tag: 3.6.2
8
- Tested up to: 6.4.3
7
+ Stable tag: 3.6.4-beta.1
8
+ Tested up to: 6.5-beta2
9
9
10
10
An easy, clean and simple way to enhance your site with code snippets.
11
11
@@ -104,6 +104,16 @@ You can report security bugs found in the source code of this plugin through the
104
104
105
105
== Changelog ==
106
106
107
+ = 3.6.4 (beta release) =
108
+ * Fixed: Minor type compatability issue with newer versions of PHP.
109
+ * Improvement: Increment the revision number of CSS and JS snippet when using the 'Reset Caches' debug action. (PRO)
110
+ * Fixed: Undefined array key issue when initiating cloud sync. (PRO)
111
+ * Fixed: Bug preventing downloading a single snippet from a bundle. (PRO)
112
+ * Added: AI generation for all snippet types: HTML, CSS, JS. (PRO)
113
+ * Fixed: Translations not loading for strings in JavaScript files.
114
+ * Improved: UX in generate dialog, such as allowing 'Enter' to submit the form. (PRO)
115
+ * Added: Button to create a cloud connection directly from the Snippets menu when disconnected. (PRO)
116
+
107
117
= 3.6.3 (13 Nov 2023) =
108
118
* Fixed: Import error when initialising cloud sync configuration. (PRO)
109
119
* Improved: Added debug action for resetting snippets caches.
@@ -230,22 +240,4 @@ thanks to contributions made by [Amaral Krichman](https://github.com/karmaral).
230
240
* Improved: Compatibility of Elementor widgets with the latest version of Elementor. (PRO)
231
241
* Improved: Replace icon font menu icon with embedded SVG icon.
232
242
233
- = 3.1.2 (03 Jul 2022) =
234
- * Updated external links and branding for Code Snippets Pro.
235
- * Improved: Add link URLs to settings pages, as an alternative to in-page navigation.
236
- * Fixed: Various fixes to block editor scripts. (PRO)
237
- * Fixed: Improved visual style of Gutenberg editor blocks. (PRO)
238
-
239
- = 3.1.1 (13 Jun 2022) =
240
- * Fixed: Download snippets feature not including snippet content.
241
- * Fixed: Alignment of 'opens externally' dashicon.
242
- * Improved: Added additional parameters to `code_snippets/export/filename` filter.
243
-
244
- = 3.1.0 (17 May 2022) =
245
- * Fixed: Caching inconsistencies preventing snippets and settings from refreshing on sites with persistent object caching.
246
- * Improved: Simplified database queries.
247
- * Added: More comprehensive cache coverage, including for active snippets.
248
- * Added: Icon to 'Go Pro' button indicating it opens an external tab.
249
- * Improved: Allow display styles in snippet descriptions.
250
-
251
243
**[The full changelog is available on GitHub](https://github.com/codesnippetspro/code-snippets/blob/master/CHANGELOG.md)**
0 commit comments