Skip to content

Commit ecfad99

Browse files
committed
Update version number to 3.6.4-beta.1.
1 parent 54228df commit ecfad99

File tree

5 files changed

+19
-27
lines changed

5 files changed

+19
-27
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 3.6.4 (unreleased)
3+
## 3.6.4 (beta release)
44
* Fixed: Minor type compatability issue with newer versions of PHP.
55
* Improvement: Increment the revision number of CSS and JS snippet when using the 'Reset Caches' debug action. (PRO)
66
* Fixed: Undefined array key issue when initiating cloud sync. (PRO)

Diff for: code-snippets.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
* License: GPL-2.0-or-later
99
* License URI: license.txt
1010
* Text Domain: code-snippets
11-
* Version: 3.6.3
11+
* Version: 3.6.4-beta.1
1212
* Requires PHP: 7.4
1313
* Requires at least: 5.0
1414
*
15-
* @version 3.6.3
15+
* @version 3.6.4-beta.1
1616
* @package Code_Snippets
1717
* @author Shea Bunge <[email protected]>
1818
* @copyright 2012-2023 Code Snippets Pro
@@ -37,7 +37,7 @@
3737
*
3838
* @const string
3939
*/
40-
define( 'CODE_SNIPPETS_VERSION', '3.6.3' );
40+
define( 'CODE_SNIPPETS_VERSION', '3.6.4-beta.1' );
4141

4242
/**
4343
* The full path to the main file of this plugin.

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface.",
44
"homepage": "https://wordpress.org/plugins/code-snippets",
55
"main": "gulpfile.babel.ts",
6-
"version": "3.6.3",
6+
"version": "3.6.4-beta.1",
77
"directories": {
88
"test": "tests"
99
},

Diff for: readme.txt

+12-20
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Donate link: https://codesnippets.pro
44
Tags: snippets, functions, multisite, code, php, html, css, javascript, js, content, scripts, styles, cloud, shortcode
55
License: MIT
66
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
99

1010
An easy, clean and simple way to enhance your site with code snippets.
1111

@@ -104,6 +104,16 @@ You can report security bugs found in the source code of this plugin through the
104104

105105
== Changelog ==
106106

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+
107117
= 3.6.3 (13 Nov 2023) =
108118
* Fixed: Import error when initialising cloud sync configuration. (PRO)
109119
* Improved: Added debug action for resetting snippets caches.
@@ -230,22 +240,4 @@ thanks to contributions made by [Amaral Krichman](https://github.com/karmaral).
230240
* Improved: Compatibility of Elementor widgets with the latest version of Elementor. (PRO)
231241
* Improved: Replace icon font menu icon with embedded SVG icon.
232242

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-
251243
**[The full changelog is available on GitHub](https://github.com/codesnippetspro/code-snippets/blob/master/CHANGELOG.md)**

0 commit comments

Comments
 (0)