From 4edf08ad12b0e874e91593bd9925d2c41a26dd3a Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Thu, 13 Nov 2025 21:09:32 +0000 Subject: [PATCH 1/4] chore(release): update changelog for v3.9.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea69e36..18065d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog + +## [3.9.0] (2025-11-13) + +### Added +* Added contextual notices in the Snippets list table to surface action results and warnings in the UI +* Expanded Multisite Sharing settings for clearer control over network-wide snippet sharing + +### Changed +* Modernized browser support targets and polished admin UI (clearer row-action badges, improved Pro badge hover, refined active snippet name styling) + +### Fixed +* Fixed REST API pagination to return correct results and page counts +* Resolved styling selector so the active snippet name highlights reliably + ## [3.9.0-beta.2] (2025-11-10) ### Added From 91d2a285b69bb196f119df8cf9048f5abe73bf35 Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Thu, 13 Nov 2025 21:09:32 +0000 Subject: [PATCH 2/4] chore(release): update readme for v3.9.0 --- src/readme.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/readme.txt b/src/readme.txt index 68cec80f..77d90c30 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -104,6 +104,23 @@ You can report security bugs found in the source code of this plugin through the == Changelog == + += 3.9.0 (2025-11-13) = + +__Added__ + +* Added contextual notices in the Snippets list table to surface action results and warnings in the UI +* Expanded Multisite Sharing settings for clearer control over network-wide snippet sharing + +__Changed__ + +* Modernized browser support targets and polished admin UI (clearer row-action badges, improved Pro badge hover, refined active snippet name styling) + +__Fixed__ + +* Fixed REST API pagination to return correct results and page counts +* Resolved styling selector so the active snippet name highlights reliably + = 3.8.2 (2025-10-31) = __Fixed__ From 8db8522b61943b31b80fa1c895acc8b24dbb4490 Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Thu, 13 Nov 2025 21:10:17 +0000 Subject: [PATCH 3/4] chore(release): bump version to v3.9.0 --- package-lock.json | 4 ++-- package.json | 2 +- src/code-snippets.php | 6 +++--- src/readme.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3fe1f4f6..f9989b99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-snippets", - "version": "3.9.0-beta.2", + "version": "3.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-snippets", - "version": "3.9.0-beta.2", + "version": "3.9.0", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/fold": "^0.19.4", diff --git a/package.json b/package.json index d9c0a9bd..590b003c 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://codesnippets.pro", - "version": "3.9.0-beta.2", + "version": "3.9.0", "main": "src/dist/edit.js", "directories": { "test": "tests" diff --git a/src/code-snippets.php b/src/code-snippets.php index 357911ae..5c9cba12 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.9.0-beta.2 + * Version: 3.9.0 * Requires PHP: 7.4 * Requires at least: 5.0 * - * @version 3.9.0-beta.2 + * @version 3.9.0 * @package Code_Snippets * @author Shea Bunge * @copyright 2012-2024 Code Snippets Pro @@ -37,7 +37,7 @@ * * @const string */ - define( 'CODE_SNIPPETS_VERSION', '3.9.0-beta.2' ); + define( 'CODE_SNIPPETS_VERSION', '3.9.0' ); /** * The full path to the main file of this plugin. diff --git a/src/readme.txt b/src/readme.txt index 77d90c30..7ac90597 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.8.2 +Stable tag: 3.9.0 Tested up to: 6.8.2 An easy, clean and simple way to enhance your site with code snippets. From 0b2999f967f1886b9bfee933d5f9dcccc7efd4ef Mon Sep 17 00:00:00 2001 From: Imants Date: Thu, 13 Nov 2025 23:14:41 +0200 Subject: [PATCH 4/4] fix: remove extra newline --- CHANGELOG.md | 1 - src/readme.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18065d6f..99bd9f20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ # Changelog - ## [3.9.0] (2025-11-13) ### Added diff --git a/src/readme.txt b/src/readme.txt index 7ac90597..e7ce2711 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -104,7 +104,6 @@ You can report security bugs found in the source code of this plugin through the == Changelog == - = 3.9.0 (2025-11-13) = __Added__