Skip to content

Commit

Permalink
Bump version to 3.6.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Nov 27, 2024
1 parent e113c48 commit 33df8cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/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.6
* Version: 3.6.6.1
* Requires PHP: 7.4
* Requires at least: 5.0
*
* @version 3.6.6
* @version 3.6.6.1
* @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.6' );
define( 'CODE_SNIPPETS_VERSION', '3.6.6.1' );

/**
* The full path to the main file of this plugin.
Expand Down
16 changes: 11 additions & 5 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Donate link: https://codesnippets.pro
Tags: code, snippets, multisite, php, css
License: GPL-2.0-or-later
License URI: license.txt
Stable tag: 3.6.6
Tested up to: 6.6.2
Stable tag: 3.6.6.1
Tested up to: 6.7.1

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

Expand Down Expand Up @@ -103,13 +103,19 @@ You can report security bugs found in the source code of this plugin through the

== Changelog ==

= [3.6.6] (2024-11-27) =
= 3.6.6.1 (2024-05-24) =

* Redeployment of v3.6.6 to overcome issue with initial build.

= 3.6.6 (2024-11-27) =

__Changed__

* Improved compatability with modern versions of PHP.
* Extended welcome API to include admin notices.

__Fixed__

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

= 3.6.5.1 (2024-05-24) =

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

= 3.6.5 (2024-05-24) =

Expand Down Expand Up @@ -325,6 +331,6 @@ __Changed__
__Fixed__

* Issue making survey reminder notice not dismissible.
* Path to iron visible when updating the pro plugin.
* Incorrect path to icon when updating the pro plugin.

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

0 comments on commit 33df8cf

Please sign in to comment.