Skip to content

Commit 667feff

Browse files
committed
Update version number to 3.6.6.
1 parent 1416c91 commit 667feff

File tree

4 files changed

+24
-7
lines changed

4 files changed

+24
-7
lines changed

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-snippets",
33
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface.",
44
"homepage": "https://wordpress.org/plugins/code-snippets",
5-
"version": "3.6.5.1",
5+
"version": "3.6.6",
66
"main": "src/dist/edit.js",
77
"directories": {
88
"test": "tests"

src/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.5.1
11+
* Version: 3.6.6
1212
* Requires PHP: 7.4
1313
* Requires at least: 5.0
1414
*
15-
* @version 3.6.5.1
15+
* @version 3.6.6
1616
* @package Code_Snippets
1717
* @author Shea Bunge <shea@codesnippets.pro>
1818
* @copyright 2012-2023 Code Snippets Pro
@@ -37,7 +37,7 @@
3737
*
3838
* @const string
3939
*/
40-
define( 'CODE_SNIPPETS_VERSION', '3.6.5.1' );
40+
define( 'CODE_SNIPPETS_VERSION', '3.6.6' );
4141

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

src/readme.txt

+18-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://codesnippets.pro
44
Tags: code, snippets, multisite, php, css
55
License: GPL-2.0-or-later
66
License URI: license.txt
7-
Stable tag: 3.6.5.1
7+
Stable tag: 3.6.6
88
Tested up to: 6.6.2
99

1010
An easy, clean and simple way to enhance your site with code snippets.
@@ -103,6 +103,23 @@ You can report security bugs found in the source code of this plugin through the
103103

104104
== Changelog ==
105105

106+
= [3.6.6] (2024-11-27) =
107+
108+
__Changed__
109+
* Improved compatability with modern versions of PHP.
110+
* Extended welcome API to include admin notices.
111+
112+
__Fixed__
113+
* Memory issue from checking aggregate posts while loading front-end syntax highlighter.
114+
* Translation functions being called too early on upgrade, resulting in localisation loading errors.
115+
* Bug preventing the 'share on network' status of network snippets from correctly updating.
116+
* Incorrect logic controlling when to display 'Save Changes' or 'Save Changes and Activate' buttons.
117+
* Old notices persisting when switching between editing and creating snippets.
118+
119+
= 3.6.5.1 (2024-05-24) =
120+
121+
* Redeployment of [v3.6.5](#365-2024-05-24) to overcome issue with initial build.
122+
106123
= 3.6.5 (2024-05-24) =
107124

108125
__Added__

0 commit comments

Comments
 (0)