From fe9754f1a327b41d84c48a53c9b8de7c96cfa806 Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:08:54 +0000 Subject: [PATCH 1/7] chore(release): update changelog for v3.7.1-beta.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b058eab1..4da338bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog + +## [3.7.1-beta.1] - 2025-10-16 + +### Changed +* 54 files modified across 140 commits +* 19 PHP files updated +* 13 JavaScript files updated + ## 3.7.1 ([unreleased]) ### Fixed From 4c174da20cbf2a8a5df5c6dce4d75b89924d04e7 Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:08:54 +0000 Subject: [PATCH 2/7] chore(release): update readme for v3.7.1-beta.1 --- src/readme.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/readme.txt b/src/readme.txt index ac8d5a2a..50b0444f 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -104,6 +104,12 @@ You can report security bugs found in the source code of this plugin through the == Changelog == + += 3.7.1-beta.1 2025-10-16 = + +__Changed__ +* 54 files modified across 140 commits + = 3.7.0 (beta release) = __Added__ From 984912866efa926ba8498f006ec23785ae9926ff Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:09:32 +0000 Subject: [PATCH 3/7] chore(release): bump version to v3.7.1-beta.1 --- 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 000857bc..c159d714 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-snippets", - "version": "3.7.0", + "version": "3.7.1-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-snippets", - "version": "3.7.0", + "version": "3.7.1-beta.1", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/fold": "^0.19.4", diff --git a/package.json b/package.json index 5269b101..94b9eadd 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.7.0", + "version": "3.7.1-beta.1", "main": "src/dist/edit.js", "directories": { "test": "tests" diff --git a/src/code-snippets.php b/src/code-snippets.php index d5a7ce77..0ed00973 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.7.0 + * Version: 3.7.1-beta.1-beta.1 * Requires PHP: 7.4 * Requires at least: 5.0 * - * @version 3.7.0 + * @version 3.7.1-beta.1 * @package Code_Snippets * @author Shea Bunge * @copyright 2012-2024 Code Snippets Pro @@ -37,7 +37,7 @@ * * @const string */ - define( 'CODE_SNIPPETS_VERSION', '3.7.0' ); + define( 'CODE_SNIPPETS_VERSION', '3.7.1-beta.1' ); /** * The full path to the main file of this plugin. diff --git a/src/readme.txt b/src/readme.txt index 50b0444f..cb5aedf3 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.7.0 +Stable tag: 3.7.1-beta.1 Tested up to: 6.8.2 An easy, clean and simple way to enhance your site with code snippets. From ccfedd1a316150a3ea193ebd182cb3d53b8d707b Mon Sep 17 00:00:00 2001 From: Code Snippets <139164393+code-snippets-bot@users.noreply.github.com> Date: Thu, 16 Oct 2025 20:37:37 +0300 Subject: [PATCH 4/7] fix: changelog --- CHANGELOG.md | 8 -------- src/readme.txt | 6 ------ 2 files changed, 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da338bc..b058eab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,5 @@ # Changelog - -## [3.7.1-beta.1] - 2025-10-16 - -### Changed -* 54 files modified across 140 commits -* 19 PHP files updated -* 13 JavaScript files updated - ## 3.7.1 ([unreleased]) ### Fixed diff --git a/src/readme.txt b/src/readme.txt index cb5aedf3..1f7e464b 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -104,12 +104,6 @@ You can report security bugs found in the source code of this plugin through the == Changelog == - -= 3.7.1-beta.1 2025-10-16 = - -__Changed__ -* 54 files modified across 140 commits - = 3.7.0 (beta release) = __Added__ From 7a5b4c8c31362483b02b7788d5d0d28b6d8fe689 Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:57:12 +0000 Subject: [PATCH 5/7] chore(release): update changelog for v3.7.1-beta.1 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b058eab1..fbe808d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog + +## [3.7.1-beta.1] - 2025-10-16 + +### Added +* Optional flat-file storage mode for snippets with HTML/PHP handlers and a file-based repository, configurable in settings with uninstall cleanup. +* Added Carolina and Louis as plugin contributors (visible in plugin metadata/readme). + +### Changed +* Minor UI/UX tweaks to the editor form and sidebar; improved editor preview behavior. + +### Fixed +* Improved reliability of snippet evaluation and front-end integration. +* Stabilized release/version automation (prepare-tag, changelog job, version regex/outputs). + ## 3.7.1 ([unreleased]) ### Fixed From 50c8cbc63b9bc03ca36434b7b36eb884534da54f Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:57:12 +0000 Subject: [PATCH 6/7] chore(release): update readme for v3.7.1-beta.1 --- src/readme.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/readme.txt b/src/readme.txt index 1f7e464b..5062f67c 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -104,6 +104,20 @@ You can report security bugs found in the source code of this plugin through the == Changelog == + += 3.7.1-beta.1 2025-10-16 = + +__Added__ +* Optional flat-file storage mode for snippets with HTML/PHP handlers and a file-based repository, configurable in settings with uninstall cleanup. +* Added Carolina and Louis as plugin contributors (visible in plugin metadata/readme). + +__Changed__ +* Minor UI/UX tweaks to the editor form and sidebar; improved editor preview behavior. + +__Fixed__ +* Improved reliability of snippet evaluation and front-end integration. +* Stabilized release/version automation (prepare-tag, changelog job, version regex/outputs). + = 3.7.0 (beta release) = __Added__ From 19b53ef79954591c7c42609f2b79496c8da819a1 Mon Sep 17 00:00:00 2001 From: Code Snippets <139164393+code-snippets-bot@users.noreply.github.com> Date: Thu, 16 Oct 2025 21:13:24 +0300 Subject: [PATCH 7/7] fix: changelog --- CHANGELOG.md | 16 +++++++--------- src/readme.txt | 24 ++++++++++++++++++------ 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe808d1..d1114e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,20 @@ # Changelog -## [3.7.1-beta.1] - 2025-10-16 +## [3.7.1-beta.1] (2025-10-16) ### Added -* Optional flat-file storage mode for snippets with HTML/PHP handlers and a file-based repository, configurable in settings with uninstall cleanup. -* Added Carolina and Louis as plugin contributors (visible in plugin metadata/readme). +* Added @CarolinaOP and @louiswol94 as plugin contributors +* File-based execution mode for snippets (Optional) +* Playwright integration for automated testing +* Support for Composer package prefixing to prevent conflicts ### Changed -* Minor UI/UX tweaks to the editor form and sidebar; improved editor preview behavior. +* Minor UI/UX tweaks to the editor form and sidebar +* Improved editor preview behavior. ### Fixed * Improved reliability of snippet evaluation and front-end integration. -* Stabilized release/version automation (prepare-tag, changelog job, version regex/outputs). - -## 3.7.1 ([unreleased]) - -### Fixed * Prefixed Composer packages to reduce collisions with other plugins, especially those using Guzzle. * Functions conditions were loading before loop setup, resulting in some conditions not working. (PRO) * JavaScript and CSS snippets loading twice due to a conditions bug. (PRO) diff --git a/src/readme.txt b/src/readme.txt index 5062f67c..33cd55d4 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -104,21 +104,33 @@ You can report security bugs found in the source code of this plugin through the == Changelog == += 3.7.1-beta.1 (2025-10-16) = -= 3.7.1-beta.1 2025-10-16 = __Added__ -* Optional flat-file storage mode for snippets with HTML/PHP handlers and a file-based repository, configurable in settings with uninstall cleanup. -* Added Carolina and Louis as plugin contributors (visible in plugin metadata/readme). + +* Added @CarolinaOP and @louiswol94 as plugin contributors +* File-based execution mode for snippets (Optional) +* Playwright integration for automated testing +* Support for Composer package prefixing to prevent conflicts __Changed__ -* Minor UI/UX tweaks to the editor form and sidebar; improved editor preview behavior. + +* Minor UI/UX tweaks to the editor form and sidebar +* Improved editor preview behavior. __Fixed__ + * Improved reliability of snippet evaluation and front-end integration. -* Stabilized release/version automation (prepare-tag, changelog job, version regex/outputs). +* Prefixed Composer packages to reduce collisions with other plugins, especially those using Guzzle. +* Functions conditions were loading before loop setup, resulting in some conditions not working. (PRO) +* JavaScript and CSS snippets loading twice due to a conditions bug. (PRO) + +__Removed__ + +* Removed CSS linting within the editor until a modern replacement can be implemented. -= 3.7.0 (beta release) = += 3.7.0 (2025-08-29) = __Added__