Skip to content

Commit 7c8a083

Browse files
Merge pull request #293 from codesnippetspro/tag/v3.9.0-beta.2
Release: v3.9.0-beta.2
2 parents 1a89a7f + 087881c commit 7c8a083

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

CHANGELOG.md

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

3+
## [3.9.0-beta.2] (2025-11-10)
4+
5+
### Added
6+
* Added 'Snippets' row action to the Network Sites table
7+
* Improved snippet name visibility for network users
8+
9+
### Changed
10+
* Refined badge styling and hover effects for row actions and badges
11+
* Impoved icon style and color usage for network snippets for clearer differentiation
12+
13+
### Fixed
14+
* Improved network snippets management with better subsite menu permission checks
15+
* Fixed status labels for shared network snippets
16+
* Corrected network condition checks and improved snippet fetching logic
17+
* Handled fatal errors in file-based snippets to prevent crashes
318

419
## [3.9.0-beta.1] (2025-11-03)
520

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.0-beta.1",
5+
"version": "3.9.0-beta.2",
66
"main": "src/dist/edit.js",
77
"directories": {
88
"test": "tests"

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.0-beta.1
11+
* Version: 3.9.0-beta.2
1212
* Requires PHP: 7.4
1313
* Requires at least: 5.0
1414
*
15-
* @version 3.9.0-beta.1
15+
* @version 3.9.0-beta.2
1616
* @package Code_Snippets
1717
* @author Shea Bunge <[email protected]>
1818
* @copyright 2012-2024 Code Snippets Pro
@@ -37,7 +37,7 @@
3737
*
3838
* @const string
3939
*/
40-
define( 'CODE_SNIPPETS_VERSION', '3.9.0-beta.1' );
40+
define( 'CODE_SNIPPETS_VERSION', '3.9.0-beta.2' );
4141

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

0 commit comments

Comments
 (0)