Skip to content

Commit

Permalink
Update stable tag to 3.6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Mar 15, 2024
1 parent ecfad99 commit 86cc03f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions code-snippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @copyright 2012-2023 Code Snippets Pro
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 86cc03f

Please sign in to comment.