diff --git a/CHANGELOG.md b/CHANGELOG.md index 086054d3..6b2cfae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.6.4 (beta release) +## 3.6.4 (15 Mar 2024) * Fixed: Minor type compatability issue with newer versions of PHP. * Improvement: Increment the revision number of CSS and JS snippet when using the 'Reset Caches' debug action. (PRO) * Fixed: Undefined array key issue when initiating cloud sync. (PRO) diff --git a/code-snippets.php b/code-snippets.php index 1f0493d5..7d553430 100644 --- a/code-snippets.php +++ b/code-snippets.php @@ -8,11 +8,11 @@ * License: GPL-2.0-or-later * License URI: license.txt * Text Domain: code-snippets - * Version: 3.6.4-beta.1 + * Version: 3.6.4 * Requires PHP: 7.4 * Requires at least: 5.0 * - * @version 3.6.4-beta.1 + * @version 3.6.4 * @package Code_Snippets * @author Shea Bunge * @copyright 2012-2023 Code Snippets Pro @@ -37,7 +37,7 @@ * * @const string */ - define( 'CODE_SNIPPETS_VERSION', '3.6.4-beta.1' ); + define( 'CODE_SNIPPETS_VERSION', '3.6.4' ); /** * The full path to the main file of this plugin. diff --git a/package-lock.json b/package-lock.json index a4cff4ab..51efb0b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-snippets", - "version": "3.6.4-beta.1", + "version": "3.6.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-snippets", - "version": "3.6.4-beta.1", + "version": "3.6.4", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/fold": "^0.19.3", diff --git a/package.json b/package.json index 2647cdd9..d337c2bd 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Manage code snippets running on a WordPress-powered site through a graphical interface.", "homepage": "https://wordpress.org/plugins/code-snippets", "main": "gulpfile.babel.ts", - "version": "3.6.4-beta.1", + "version": "3.6.4", "directories": { "test": "tests" }, diff --git a/readme.txt b/readme.txt index aec93fc7..29ec55de 100644 --- a/readme.txt +++ b/readme.txt @@ -4,8 +4,8 @@ Donate link: https://codesnippets.pro Tags: snippets, functions, multisite, code, php, html, css, javascript, js, content, scripts, styles, cloud, shortcode License: MIT License URI: license.txt -Stable tag: 3.6.4-beta.1 -Tested up to: 6.5-beta2 +Stable tag: 3.6.4 +Tested up to: 6.5-RC2 An easy, clean and simple way to enhance your site with code snippets. @@ -104,7 +104,7 @@ You can report security bugs found in the source code of this plugin through the == Changelog == -= 3.6.4 (beta release) = += 3.6.4 (15 Mar 2024) = * Fixed: Minor type compatability issue with newer versions of PHP. * Improvement: Increment the revision number of CSS and JS snippet when using the 'Reset Caches' debug action. (PRO) * Fixed: Undefined array key issue when initiating cloud sync. (PRO)