Skip to content

Commit d27dff3

Browse files
Andrew Bakerclaude
andcommitted
v1.7.22 — version bump from deploy
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2982bb6 commit d27dff3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cs-code-block.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: CloudScale Code Block
44
* Plugin URI: https://andrewbaker.ninja
55
* Description: Syntax highlighted code block with auto language detection, clipboard copy, dark/light mode toggle, code block migrator, and read only SQL query tool. Works as a Gutenberg block and as a [cs_code] shortcode.
6-
* Version: 1.7.21
6+
* Version: 1.7.22
77
* Author: Andrew Baker
88
* Author URI: https://andrewbaker.ninja
99
* License: GPL-2.0-or-later
@@ -31,7 +31,7 @@
3131
*/
3232
class CloudScale_Code_Block {
3333

34-
const VERSION = '1.7.21';
34+
const VERSION = '1.7.22';
3535
const HLJS_VERSION = '11.11.1';
3636
const HLJS_CDN = 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/';
3737
const TOOLS_SLUG = 'cloudscale-code-sql';

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: code block, syntax highlighting, gutenberg block, dark mode, highlight.js
44
Requires at least: 6.0
55
Tested up to: 6.7
66
Requires PHP: 7.4
7-
Stable tag: 1.7.21
7+
Stable tag: 1.7.22
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -79,7 +79,7 @@ Yes. Press Enter to run the query. Use Shift+Enter to insert a newline. Ctrl+Ent
7979

8080
== Changelog ==
8181

82-
= 1.7.21 =
82+
= 1.7.22 =
8383
* Fixed: readme.txt tags reduced from 8 to 5 (WordPress.org maximum)
8484
* Fixed: readme.txt short description trimmed to 141 chars (maximum is 150)
8585
* Fixed: readme.txt Requires at least updated to 6.0 to match plugin header

0 commit comments

Comments
 (0)