From 667feff0b4e3de6987591985dacc9f3da6c764a6 Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Thu, 28 Nov 2024 02:31:15 +1100 Subject: [PATCH] Update version number to 3.6.6. --- package-lock.json | 4 ++-- package.json | 2 +- src/code-snippets.php | 6 +++--- src/readme.txt | 19 ++++++++++++++++++- 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb5a9c10..9ec4a882 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-snippets", - "version": "3.6.5.1", + "version": "3.6.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-snippets", - "version": "3.6.5.1", + "version": "3.6.6", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/fold": "^0.19.4", diff --git a/package.json b/package.json index cde1b153..2de7aab7 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/src/code-snippets.php b/src/code-snippets.php index 280632b2..7e0e1823 100644 --- a/src/code-snippets.php +++ b/src/code-snippets.php @@ -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 * @copyright 2012-2023 Code Snippets Pro @@ -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. diff --git a/src/readme.txt b/src/readme.txt index 948cb457..5ccf1ac1 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -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. @@ -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__