Skip to content

Commit 2a8dcc6

Browse files
authored
Merge pull request #305 from codesnippetspro/tag/v3.9.2
Release: v3.9.2
2 parents 7e92ad0 + 7a452a1 commit 2a8dcc6

File tree

5 files changed

+38
-8
lines changed

5 files changed

+38
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [3.9.2] (2025-11-17)
4+
5+
### Changed
6+
* Introduced a custom scissors icon and updated button title for the TinyMCE extension.
7+
* Improved back-navigation styling on the edit page.
8+
* Refined layout for column names and action buttons in the Cloud Snippets list.
9+
* Enhanced overall styling of cloud-related UI components.
10+
* Optimized cloud search with more efficient pagination and snippet retrieval.
11+
* Introduced groundwork to prevent Composer dependency collisions with other plugins.
12+
13+
### Fixed
14+
* Improved sanitization and normalization across Cloud API and pagination outputs.
15+
* Resolved various TinyMCE issues reported in the WordPress support forum.
16+
317
## [3.9.1] (2025-11-14)
418

519
### Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "code-snippets",
33
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface.",
44
"homepage": "https://codesnippets.pro",
5-
"version": "3.9.1",
5+
"version": "3.9.2",
66
"main": "src/dist/edit.js",
77
"directories": {
8-
"test": "tests"
8+
"test": "tests"
99
},
1010
"scripts": {
1111
"test:playwright": "playwright test -c tests/playwright/playwright.config.ts",

src/code-snippets.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
* License: GPL-2.0-or-later
99
* License URI: license.txt
1010
* Text Domain: code-snippets
11-
* Version: 3.9.1
11+
* Version: 3.9.2
1212
* Requires PHP: 7.4
1313
* Requires at least: 5.0
1414
*
15-
* @version 3.9.1
15+
* @version 3.9.2
1616
* @package Code_Snippets
1717
* @author Shea Bunge <shea@codesnippets.pro>
1818
* @copyright 2012-2024 Code Snippets Pro
@@ -37,7 +37,7 @@
3737
*
3838
* @const string
3939
*/
40-
define( 'CODE_SNIPPETS_VERSION', '3.9.1' );
40+
define( 'CODE_SNIPPETS_VERSION', '3.9.2' );
4141

4242
/**
4343
* The full path to the main file of this plugin.

src/readme.txt

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://codesnippets.pro
44
Tags: code, snippets, multisite, php, css
55
License: GPL-2.0-or-later
66
License URI: license.txt
7-
Stable tag: 3.9.1
7+
Stable tag: 3.9.2
88
Tested up to: 6.8
99

1010
An easy, clean and simple way to enhance your site with code snippets.
@@ -104,6 +104,22 @@ You can report security bugs found in the source code of this plugin through the
104104

105105
== Changelog ==
106106

107+
= 3.9.2 (2025-11-17) =
108+
109+
__Changed__
110+
111+
* Introduced a custom scissors icon and updated button title for the TinyMCE extension.
112+
* Improved back-navigation styling on the edit page.
113+
* Refined layout for column names and action buttons in the Cloud Snippets list.
114+
* Enhanced overall styling of cloud-related UI components.
115+
* Optimized cloud search with more efficient pagination and snippet retrieval.
116+
* Introduced groundwork to prevent Composer dependency collisions with other plugins.
117+
118+
__Fixed__
119+
120+
* Improved sanitization and normalization across Cloud API and pagination outputs.
121+
* Resolved various TinyMCE issues reported in the WordPress support forum.
122+
107123
= 3.9.1 (2025-11-14) =
108124

109125
__Changed__

0 commit comments

Comments
 (0)