From 6c1ba6a02cf8846efd4f82a24300f904a6eea6a6 Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:34:25 +0000 Subject: [PATCH 1/6] chore(release): update changelog for v3.9.0-beta.2 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f67002..f1ce392f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # Changelog + +## [3.9.0-beta.2] (2025-11-10) + +### Added +* Added 'Snippets' row action to the Network Sites table +* Introduced network snippets management with subsite menu permission checks +* Added support for shared network snippets across multisite networks + +### Changed +* Updated browser support targets (.browserslistrc added for modern browsers) +* Refined badge styling and hover effects for row actions and pro badges +* Improved snippet name visibility for network users +* Adjusted badge styles and color usage for network snippets for clearer differentiation + +### Fixed +* Corrected selector for active snippet name styling +* Fixed status labels for shared network snippets +* Corrected network condition checks and streamlined snippet fetching logic +* Handled fatal errors in file-based snippets to prevent crashes +* Reverted badge line-height to fix visual alignment issues + ## [3.9.0-beta.1] (2025-11-03) ### Added From eac464f8c2df1bfb7e42af32d1aebc5ed97e2fbf Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:34:25 +0000 Subject: [PATCH 2/6] chore(release): update readme for v3.9.0-beta.2 --- src/readme.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/readme.txt b/src/readme.txt index 68cec80f..38c87761 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -104,6 +104,30 @@ You can report security bugs found in the source code of this plugin through the == Changelog == + += 3.9.0-beta.2 (2025-11-10) = + +__Added__ + +* Added 'Snippets' row action to the Network Sites table +* Introduced network snippets management with subsite menu permission checks +* Added support for shared network snippets across multisite networks + +__Changed__ + +* Updated browser support targets (.browserslistrc added for modern browsers) +* Refined badge styling and hover effects for row actions and pro badges +* Improved snippet name visibility for network users +* Adjusted badge styles and color usage for network snippets for clearer differentiation + +__Fixed__ + +* Corrected selector for active snippet name styling +* Fixed status labels for shared network snippets +* Corrected network condition checks and streamlined snippet fetching logic +* Handled fatal errors in file-based snippets to prevent crashes +* Reverted badge line-height to fix visual alignment issues + = 3.8.2 (2025-10-31) = __Fixed__ From 6489830a41df6a776f88e3ea4355b434f552d81a Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:35:06 +0000 Subject: [PATCH 3/6] chore(release): bump version to v3.9.0-beta.2 --- package-lock.json | 4 ++-- package.json | 2 +- src/code-snippets.php | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99945c97..3fe1f4f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-snippets", - "version": "3.9.0-beta.1", + "version": "3.9.0-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-snippets", - "version": "3.9.0-beta.1", + "version": "3.9.0-beta.2", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/fold": "^0.19.4", diff --git a/package.json b/package.json index f7807da7..d9c0a9bd 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.1", + "version": "3.9.0-beta.2", "main": "src/dist/edit.js", "directories": { "test": "tests" diff --git a/src/code-snippets.php b/src/code-snippets.php index 6958ee5b..63aa6958 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.1 + * Version: 3.9.0-beta.2-beta.2 * Requires PHP: 7.4 * Requires at least: 5.0 * - * @version 3.9.0-beta.1 + * @version 3.9.0-beta.2 * @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.1' ); + define( 'CODE_SNIPPETS_VERSION', '3.9.0-beta.2' ); /** * The full path to the main file of this plugin. From 272a0614e43c00724461da5c30c74eb821334efa Mon Sep 17 00:00:00 2001 From: Code Snippets <139164393+code-snippets-bot@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:14:02 +0200 Subject: [PATCH 4/6] fix: changelog --- CHANGELOG.md | 1 - src/code-snippets.php | 2 +- src/readme.txt | 24 ------------------------ 3 files changed, 1 insertion(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ce392f..17a71d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,6 @@ * Fixed status labels for shared network snippets * Corrected network condition checks and streamlined snippet fetching logic * Handled fatal errors in file-based snippets to prevent crashes -* Reverted badge line-height to fix visual alignment issues ## [3.9.0-beta.1] (2025-11-03) diff --git a/src/code-snippets.php b/src/code-snippets.php index 63aa6958..357911ae 100644 --- a/src/code-snippets.php +++ b/src/code-snippets.php @@ -8,7 +8,7 @@ * License: GPL-2.0-or-later * License URI: license.txt * Text Domain: code-snippets - * Version: 3.9.0-beta.2-beta.2 + * Version: 3.9.0-beta.2 * Requires PHP: 7.4 * Requires at least: 5.0 * diff --git a/src/readme.txt b/src/readme.txt index 38c87761..68cec80f 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -104,30 +104,6 @@ You can report security bugs found in the source code of this plugin through the == Changelog == - -= 3.9.0-beta.2 (2025-11-10) = - -__Added__ - -* Added 'Snippets' row action to the Network Sites table -* Introduced network snippets management with subsite menu permission checks -* Added support for shared network snippets across multisite networks - -__Changed__ - -* Updated browser support targets (.browserslistrc added for modern browsers) -* Refined badge styling and hover effects for row actions and pro badges -* Improved snippet name visibility for network users -* Adjusted badge styles and color usage for network snippets for clearer differentiation - -__Fixed__ - -* Corrected selector for active snippet name styling -* Fixed status labels for shared network snippets -* Corrected network condition checks and streamlined snippet fetching logic -* Handled fatal errors in file-based snippets to prevent crashes -* Reverted badge line-height to fix visual alignment issues - = 3.8.2 (2025-10-31) = __Fixed__ From 3edd120c3550a43b3155e4492c24171e730ef8bc Mon Sep 17 00:00:00 2001 From: Code Snippets <139164393+code-snippets-bot@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:18:16 +0200 Subject: [PATCH 5/6] fix: changelog --- CHANGELOG.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a71d22..f5b66ec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,19 +6,16 @@ ### Added * Added 'Snippets' row action to the Network Sites table -* Introduced network snippets management with subsite menu permission checks -* Added support for shared network snippets across multisite networks +* Improved snippet name visibility for network users ### Changed -* Updated browser support targets (.browserslistrc added for modern browsers) -* Refined badge styling and hover effects for row actions and pro badges -* Improved snippet name visibility for network users -* Adjusted badge styles and color usage for network snippets for clearer differentiation +* Refined badge styling and hover effects for row actions and badges +* Impoved icon style and color usage for network snippets for clearer differentiation ### Fixed -* Corrected selector for active snippet name styling +* Improved network snippets management with better subsite menu permission checks * Fixed status labels for shared network snippets -* Corrected network condition checks and streamlined snippet fetching logic +* Corrected network condition checks and improved snippet fetching logic * Handled fatal errors in file-based snippets to prevent crashes ## [3.9.0-beta.1] (2025-11-03) From 087881cf2ae7bfec1d688f44a532399644148047 Mon Sep 17 00:00:00 2001 From: Code Snippets <139164393+code-snippets-bot@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:20:06 +0200 Subject: [PATCH 6/6] fix: changelog --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b66ec5..aea69e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ # Changelog - - ## [3.9.0-beta.2] (2025-11-10) ### Added