Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBatdorf committed Sep 29, 2024
1 parent d6e7630 commit 7ff7376
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 1 addition & 6 deletions code-block-pro.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://code-block-pro.com/?utm_campaign=plugin&utm_source=author-uri
* Requires at least: 6.0
* Requires PHP: 7.0
* Version: 1.26.4
* Version: 1.26.5
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: code-block-pro
Expand All @@ -34,8 +34,3 @@
include_once(__DIR__ . '/php/compatibility.php');
include_once(__DIR__ . '/php/router.php');
include_once(__DIR__ . '/php/routes.php');

// register dummy shortcode to test
add_shortcode('foo', function ($attr, $content) {
return 'bar';
});
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: kbat82, dcooney
Tags: block, code, syntax, highlighter, php
Tested up to: 6.6
Stable tag: 1.26.4
Stable tag: 1.26.5
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -313,6 +313,10 @@ Themes are rendered inside the editor as you type or make changes, so the code b

== Changelog ==

= 1.26.5 - 2024-09-30 =
- Adds option to disable php shortcode rendering
- Updates test element targeting to target new WP classes

= 1.26.4 - 2024-06-18 =
- Re-release with updated version number in readme. Making this a patch release as I worry some security plugins would otherwise complain.

Expand Down

0 comments on commit 7ff7376

Please sign in to comment.