From 5af0b649060d408e9df06af0cd39bafa694140ee Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Mon, 17 Nov 2025 09:33:03 +0000 Subject: [PATCH 1/6] chore(release): update changelog for v3.9.2 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d59bc6..72d107a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog + +## [3.9.2] (2025-11-17) + +### Added +* Added custom scissors icon and button title to the code snippets plugin +* Added back navigation styling on the edit page + +### Changed +* Refined layout for column names and action buttons in the Cloud Snippets list +* Enhanced styling for cloud-related UI elements +* More efficient pagination and snippet fetching in cloud search + +### Fixed +* Sanitized pagination output to prevent unsafe rendering +* Normalized Cloud API payloads for consistent behavior +* Prevented vendor namespace collisions by removing non-prefixed mappings +* Improved settings sanitization and included the 'enable_flat_files' setting in defaults + ## [3.9.1] (2025-11-14) ### Changed From 497ede20ec70261e9d589b27c416543992816d14 Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Mon, 17 Nov 2025 09:33:03 +0000 Subject: [PATCH 2/6] chore(release): update readme for v3.9.2 --- src/readme.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/readme.txt b/src/readme.txt index cad52a60..dd489463 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -104,6 +104,27 @@ You can report security bugs found in the source code of this plugin through the == Changelog == + += 3.9.2 (2025-11-17) = + +__Added__ + +* Added custom scissors icon and button title to the code snippets plugin +* Added back navigation styling on the edit page + +__Changed__ + +* Refined layout for column names and action buttons in the Cloud Snippets list +* Enhanced styling for cloud-related UI elements +* More efficient pagination and snippet fetching in cloud search + +__Fixed__ + +* Sanitized pagination output to prevent unsafe rendering +* Normalized Cloud API payloads for consistent behavior +* Prevented vendor namespace collisions by removing non-prefixed mappings +* Improved settings sanitization and included the 'enable_flat_files' setting in defaults + = 3.9.1 (2025-11-14) = __Changed__ From dcbd123c0120a03f2e4f36c4cb78afb1e4a819dc Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Mon, 17 Nov 2025 09:33:45 +0000 Subject: [PATCH 3/6] chore(release): bump version to v3.9.2 --- package-lock.json | 4 ++-- package.json | 4 ++-- src/code-snippets.php | 6 +++--- src/readme.txt | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d9cc560..c2c2c1d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-snippets", - "version": "3.9.1", + "version": "3.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-snippets", - "version": "3.9.1", + "version": "3.9.2", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/fold": "^0.19.4", diff --git a/package.json b/package.json index 35739080..2cd64ae5 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "code-snippets", "description": "Manage code snippets running on a WordPress-powered site through a graphical interface.", "homepage": "https://codesnippets.pro", - "version": "3.9.1", + "version": "3.9.2", "main": "src/dist/edit.js", "directories": { - "test": "tests" + "test": "tests" }, "scripts": { "test:playwright": "playwright test -c tests/playwright/playwright.config.ts", diff --git a/src/code-snippets.php b/src/code-snippets.php index 3b04350c..96f14d21 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.1 + * Version: 3.9.2 * Requires PHP: 7.4 * Requires at least: 5.0 * - * @version 3.9.1 + * @version 3.9.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.1' ); + define( 'CODE_SNIPPETS_VERSION', '3.9.2' ); /** * The full path to the main file of this plugin. diff --git a/src/readme.txt b/src/readme.txt index dd489463..dc796419 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.9.1 +Stable tag: 3.9.2 Tested up to: 6.8 An easy, clean and simple way to enhance your site with code snippets. From 4aeac4cf38a8e1247e40d1e53fc2695f662d35b8 Mon Sep 17 00:00:00 2001 From: Louis Wolmarans Date: Mon, 17 Nov 2025 15:03:03 +0200 Subject: [PATCH 4/6] Revise release notes for version 3.9.2 Updated the release notes for version 3.9.2, detailing added features, changes, and fixes. --- src/readme.txt | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/readme.txt b/src/readme.txt index dc796419..e70ba9b0 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -107,23 +107,19 @@ You can report security bugs found in the source code of this plugin through the = 3.9.2 (2025-11-17) = -__Added__ - -* Added custom scissors icon and button title to the code snippets plugin -* Added back navigation styling on the edit page - __Changed__ -* Refined layout for column names and action buttons in the Cloud Snippets list -* Enhanced styling for cloud-related UI elements -* More efficient pagination and snippet fetching in cloud search +* Introduced a custom scissors icon and updated button title for the TinyMCE extension. +* Improved back-navigation styling on the edit page. +* Refined layout for column names and action buttons in the Cloud Snippets list. +* Enhanced overall styling of cloud-related UI components. +* Optimized cloud search with more efficient pagination and snippet retrieval. +* Introduced groundwork to prevent Composer dependency collisions with other plugins. __Fixed__ -* Sanitized pagination output to prevent unsafe rendering -* Normalized Cloud API payloads for consistent behavior -* Prevented vendor namespace collisions by removing non-prefixed mappings -* Improved settings sanitization and included the 'enable_flat_files' setting in defaults +* Improved sanitization and normalization across Cloud API and pagination outputs. +* Resolved various TinyMCE issues reported in the WordPress support forum. = 3.9.1 (2025-11-14) = From af1247440bbc7ea0da52a2d89c7f38a87d6dae14 Mon Sep 17 00:00:00 2001 From: Louis Wolmarans Date: Mon, 17 Nov 2025 15:03:46 +0200 Subject: [PATCH 5/6] Revise CHANGELOG for version 3.9.2 Updated changelog for version 3.9.2 with new features, changes, and fixes. --- CHANGELOG.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d107a3..9b273fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,20 +3,17 @@ ## [3.9.2] (2025-11-17) -### Added -* Added custom scissors icon and button title to the code snippets plugin -* Added back navigation styling on the edit page - ### Changed -* Refined layout for column names and action buttons in the Cloud Snippets list -* Enhanced styling for cloud-related UI elements -* More efficient pagination and snippet fetching in cloud search +* Introduced a custom scissors icon and updated button title for the TinyMCE extension. +* Improved back-navigation styling on the edit page. +* Refined layout for column names and action buttons in the Cloud Snippets list. +* Enhanced overall styling of cloud-related UI components. +* Optimized cloud search with more efficient pagination and snippet retrieval. +* Introduced groundwork to prevent Composer dependency collisions with other plugins. ### Fixed -* Sanitized pagination output to prevent unsafe rendering -* Normalized Cloud API payloads for consistent behavior -* Prevented vendor namespace collisions by removing non-prefixed mappings -* Improved settings sanitization and included the 'enable_flat_files' setting in defaults +* Improved sanitization and normalization across Cloud API and pagination outputs. +* Resolved various TinyMCE issues reported in the WordPress support forum. ## [3.9.1] (2025-11-14) From 7a452a1ce5c8a644262844f1686163a679dc9069 Mon Sep 17 00:00:00 2001 From: Imants Date: Tue, 18 Nov 2025 00:08:15 +0200 Subject: [PATCH 6/6] fix: changelog --- CHANGELOG.md | 1 - src/readme.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b273fdd..451b8e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ # Changelog - ## [3.9.2] (2025-11-17) ### Changed diff --git a/src/readme.txt b/src/readme.txt index e70ba9b0..adb2cf95 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.2 (2025-11-17) = __Changed__