Skip to content

Commit 86cc03f

Browse files
committed
Update stable tag to 3.6.4.
1 parent ecfad99 commit 86cc03f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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 (beta release)
3+
## 3.6.4 (15 Mar 2024)
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.4-beta.1
11+
* Version: 3.6.4
1212
* Requires PHP: 7.4
1313
* Requires at least: 5.0
1414
*
15-
* @version 3.6.4-beta.1
15+
* @version 3.6.4
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.4-beta.1' );
40+
define( 'CODE_SNIPPETS_VERSION', '3.6.4' );
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.4-beta.1",
6+
"version": "3.6.4",
77
"directories": {
88
"test": "tests"
99
},

Diff for: readme.txt

+3-3
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.4-beta.1
8-
Tested up to: 6.5-beta2
7+
Stable tag: 3.6.4
8+
Tested up to: 6.5-RC2
99

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

@@ -104,7 +104,7 @@ 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) =
107+
= 3.6.4 (15 Mar 2024) =
108108
* Fixed: Minor type compatability issue with newer versions of PHP.
109109
* Improvement: Increment the revision number of CSS and JS snippet when using the 'Reset Caches' debug action. (PRO)
110110
* Fixed: Undefined array key issue when initiating cloud sync. (PRO)

0 commit comments

Comments
 (0)