Skip to content

Commit 3df98b5

Browse files
authored
Merge pull request #363 from KevinBatdorf/release/1.27.1
2 parents 6154eb5 + 5f93166 commit 3df98b5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

code-block-pro.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Plugin Name: Code Block Pro
45
* Description: Code highlighting powered by the VS Code engine
@@ -7,7 +8,7 @@
78
* Author URI: https://code-block-pro.com/?utm_campaign=plugin&utm_source=author-uri
89
* Requires at least: 6.0
910
* Requires PHP: 7.0
10-
* Version: 1.27.0
11+
* Version: 1.27.1
1112
* License: GPL-2.0-or-later
1213
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1314
* Text Domain: code-block-pro

readme.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: kbat82, dcooney, a169kai
33
Tags: block, code, syntax, highlighter, php
44
Tested up to: 6.8
5-
Stable tag: 1.27.0
5+
Stable tag: 1.27.1
66
License: GPL-2.0-or-later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88

@@ -313,7 +313,8 @@ Themes are rendered inside the editor as you type or make changes, so the code b
313313

314314
== Changelog ==
315315

316-
- Now scolls back into view after a max height collapse
316+
= 1.27.1 - 2025-05-15 =
317+
- Now scrolls back into view after a max height collapse
317318
- Disables scroll while the container is expanding
318319
- Fixes a bug where collapsing doesn't account for headers
319320

0 commit comments

Comments
 (0)