Skip to content

Commit 33df8cf

Browse files
committed
Bump version to 3.6.6.1.
1 parent e113c48 commit 33df8cf

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

src/code-snippets.php

Lines changed: 3 additions & 3 deletions
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.6
11+
* Version: 3.6.6.1
1212
* Requires PHP: 7.4
1313
* Requires at least: 5.0
1414
*
15-
* @version 3.6.6
15+
* @version 3.6.6.1
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.6' );
40+
define( 'CODE_SNIPPETS_VERSION', '3.6.6.1' );
4141

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

src/readme.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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.6
8-
Tested up to: 6.6.2
7+
Stable tag: 3.6.6.1
8+
Tested up to: 6.7.1
99

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

@@ -103,13 +103,19 @@ 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) =
106+
= 3.6.6.1 (2024-05-24) =
107+
108+
* Redeployment of v3.6.6 to overcome issue with initial build.
109+
110+
= 3.6.6 (2024-11-27) =
107111

108112
__Changed__
113+
109114
* Improved compatability with modern versions of PHP.
110115
* Extended welcome API to include admin notices.
111116

112117
__Fixed__
118+
113119
* Memory issue from checking aggregate posts while loading front-end syntax highlighter.
114120
* Translation functions being called too early on upgrade, resulting in localisation loading errors.
115121
* Bug preventing the 'share on network' status of network snippets from correctly updating.
@@ -118,7 +124,7 @@ __Fixed__
118124

119125
= 3.6.5.1 (2024-05-24) =
120126

121-
* Redeployment of [v3.6.5](#365-2024-05-24) to overcome issue with initial build.
127+
* Redeployment of v3.6.5 to overcome issue with initial build.
122128

123129
= 3.6.5 (2024-05-24) =
124130

@@ -325,6 +331,6 @@ __Changed__
325331
__Fixed__
326332

327333
* Issue making survey reminder notice not dismissible.
328-
* Path to iron visible when updating the pro plugin.
334+
* Incorrect path to icon when updating the pro plugin.
329335

330336
**[The full changelog is available on GitHub](https://github.com/codesnippetspro/code-snippets/blob/core/CHANGELOG.md)**

0 commit comments

Comments
 (0)