Skip to content

Commit

Permalink
Update version number to 3.6.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Nov 27, 2024
1 parent 1416c91 commit 667feff
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 deletions.
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 @@ -2,7 +2,7 @@
"name": "code-snippets",
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface.",
"homepage": "https://wordpress.org/plugins/code-snippets",
"version": "3.6.5.1",
"version": "3.6.6",
"main": "src/dist/edit.js",
"directories": {
"test": "tests"
Expand Down
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.5.1
* Version: 3.6.6
* Requires PHP: 7.4
* Requires at least: 5.0
*
* @version 3.6.5.1
* @version 3.6.6
* @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.5.1' );
define( 'CODE_SNIPPETS_VERSION', '3.6.6' );

/**
* The full path to the main file of this plugin.
Expand Down
19 changes: 18 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.5.1
Stable tag: 3.6.6
Tested up to: 6.6.2

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

== Changelog ==

= [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.
* Incorrect logic controlling when to display 'Save Changes' or 'Save Changes and Activate' buttons.
* Old notices persisting when switching between editing and creating snippets.

= 3.6.5.1 (2024-05-24) =

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

= 3.6.5 (2024-05-24) =

__Added__
Expand Down

0 comments on commit 667feff

Please sign in to comment.