Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit f23a3ca

Browse files
committed
Bump to v3.0.0
1 parent 6fb4c66 commit f23a3ca

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Code Syntax Block
44
* Plugin URI: https://github.com/mkaz/code-syntax-block
55
* Description: A plugin to extend Gutenberg code block with syntax highlighting
6-
* Version: 2.2.0
6+
* Version: 3.0.0
77
* Author: Marcus Kazmierczak
88
* Author URI: https://mkaz.blog/
99
* License: GPL2
@@ -14,7 +14,7 @@
1414
*/
1515

1616
// version added, used in URL
17-
const MKAZ_CODE_SYNTAX_BLOCK_VERSION = '2.2.0';
17+
const MKAZ_CODE_SYNTAX_BLOCK_VERSION = '3.0.0';
1818
const MKAZ_CODE_SYNTAX_DEFAULT_SCHEME = 'prism-a11y-dark';
1919
const MKAZ_CODE_SYNTAX_COLOR_SCHEMES = ['prism-a11y-dark', 'prism-ghcolors', 'prism-nord', 'prism-onedark'];
2020
require dirname( __FILE__ ) . '/prism-languages.php';

readme.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: mkaz, westonruter, memuller, jazanne, jeherve, eclev91
33
Donate link: https://www.paypal.me/marcuskazmierczak
44
Tags: code, code syntax, syntax highlight, code highlighting
55
Requires at least: 5.6
6-
Tested up to: 5.8.1
6+
Tested up to: 5.9
77
Requires PHP: 5.6
88
Stable tag: 2.2.0
99
License: GPLv2 or later
@@ -108,6 +108,16 @@ Example:
108108

109109
== Changelog ==
110110

111+
= 3.0.0
112+
113+
- Remove support pre WP 5.6
114+
- Editor view: Show dark background
115+
- Editor view: Show labels above code block
116+
- Publish view: Fix line number alignment
117+
- Publish view: Remove border from code Twentytwentytwo
118+
- Chore: Update dependencies
119+
120+
111121
= 2.2.0
112122

113123
- Upgrade Prism to v1.25.0

0 commit comments

Comments
 (0)