Skip to content

Commit 4ef9e4a

Browse files
Andrew Bakerclaude
andcommitted
v1.7.19 — version bump from deploy
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 4bdfc26 commit 4ef9e4a

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.18
6+
* Version: 1.7.19
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.18';
34+
const VERSION = '1.7.19';
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, syntax highlighting, highlight.js, developer, gutenberg block, sql,
44
Requires at least: 5.8
55
Tested up to: 6.7
66
Requires PHP: 7.4
7-
Stable tag: 1.7.18
7+
Stable tag: 1.7.19
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.18 =
82+
= 1.7.19 =
8383
* Security: is_safe_query() now rejects queries containing semicolons, preventing statement stacking
8484
* Security: Removed $_REQUEST fallback in SQL AJAX handler
8585
* Fixed: Echoed <style> block removed from admin page; inline <script> blocks extracted to enqueued JS files (PCP compliance)

0 commit comments

Comments
 (0)