From ead376ec0add5a5fc7edf0386729f91a19f32720 Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Fri, 14 Nov 2025 01:00:12 +0000 Subject: [PATCH 1/4] chore(release): update changelog for v3.9.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99bd9f20..36f7aee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog + +## [3.9.1] (2025-11-14) + +### Changed +* Migrated to native CSS direction handling (RTL/LTR) for improved compatibility and simpler styling +* Updated dependencies to the latest compatible versions + +### Fixed +* Fixed TinyMCE menu button registration to prevent initialization failure (see: https://wordpress.org/support/topic/failed-to-initialize-plugin-code_snippets/) +* Fixed the position of the 'code direction' control in the editor + ## [3.9.0] (2025-11-13) ### Added From 0b02cfa431008d297ad844f02892aee8b65841f4 Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Fri, 14 Nov 2025 01:00:12 +0000 Subject: [PATCH 2/4] chore(release): update readme for v3.9.1 --- src/readme.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/readme.txt b/src/readme.txt index e7ce2711..4773954c 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -104,6 +104,19 @@ You can report security bugs found in the source code of this plugin through the == Changelog == + += 3.9.1 (2025-11-14) = + +__Changed__ + +* Migrated to native CSS direction handling (RTL/LTR) for improved compatibility and simpler styling +* Updated dependencies to the latest compatible versions + +__Fixed__ + +* Fixed TinyMCE menu button registration to prevent initialization failure (see: https://wordpress.org/support/topic/failed-to-initialize-plugin-code_snippets/) +* Fixed the position of the 'code direction' control in the editor + = 3.9.0 (2025-11-13) = __Added__ From 3bd8d72c86a8d00c75b0c7b31ec12ae4140d58b2 Mon Sep 17 00:00:00 2001 From: code-snippets-bot <139164393+code-snippets-bot@users.noreply.github.com> Date: Fri, 14 Nov 2025 01:00:54 +0000 Subject: [PATCH 3/4] chore(release): bump version to v3.9.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 1e54f31f..fc8df56b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-snippets", - "version": "3.9.0", + "version": "3.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-snippets", - "version": "3.9.0", + "version": "3.9.1", "license": "GPL-2.0-or-later", "dependencies": { "@codemirror/fold": "^0.19.4", diff --git a/package.json b/package.json index c1df05dc..e4bed401 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", + "version": "3.9.1", "main": "src/dist/edit.js", "directories": { "test": "tests" diff --git a/src/code-snippets.php b/src/code-snippets.php index 5c9cba12..3b04350c 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 + * Version: 3.9.1 * Requires PHP: 7.4 * Requires at least: 5.0 * - * @version 3.9.0 + * @version 3.9.1 * @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' ); + define( 'CODE_SNIPPETS_VERSION', '3.9.1' ); /** * The full path to the main file of this plugin. diff --git a/src/readme.txt b/src/readme.txt index 4773954c..d783728d 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.0 +Stable tag: 3.9.1 Tested up to: 6.8.2 An easy, clean and simple way to enhance your site with code snippets. From d2a6a187c2fe2f072fa2b62b1cec5bb8102934a7 Mon Sep 17 00:00:00 2001 From: Imants Date: Fri, 14 Nov 2025 03:15:33 +0200 Subject: [PATCH 4/4] fix: changelog --- CHANGELOG.md | 3 +-- src/readme.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f7aee2..64d59bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ # Changelog - ## [3.9.1] (2025-11-14) ### Changed @@ -8,7 +7,7 @@ * Updated dependencies to the latest compatible versions ### Fixed -* Fixed TinyMCE menu button registration to prevent initialization failure (see: https://wordpress.org/support/topic/failed-to-initialize-plugin-code_snippets/) +* Fixed TinyMCE menu button registration to prevent initialization failure * Fixed the position of the 'code direction' control in the editor ## [3.9.0] (2025-11-13) diff --git a/src/readme.txt b/src/readme.txt index d783728d..31cfbfbe 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.1 (2025-11-14) = __Changed__ @@ -114,7 +113,7 @@ __Changed__ __Fixed__ -* Fixed TinyMCE menu button registration to prevent initialization failure (see: https://wordpress.org/support/topic/failed-to-initialize-plugin-code_snippets/) +* Fixed TinyMCE menu button registration to prevent initialization failure * Fixed the position of the 'code direction' control in the editor = 3.9.0 (2025-11-13) =