Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7de85b2

Browse files
committed
v.2.2.0
1 parent 9db76fe commit 7de85b2

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

.prettierignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dist
2+
build
3+
node_modules
4+
*.mdx
5+
*.md
6+
*.yml

highlighting-code-block.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* Plugin Name: Highlighting Code Block
44
* Plugin URI: https://wordpress.org/plugins/highlighting-code-block/
55
* Description: Add code block with syntax highlighting using prism.js. (Available for Gutenberg and Classic Editor)
6-
* Version: 2.1.3
6+
* Version: 2.2.0
77
* Requires at least: 5.6
8-
* Author: LOOS, Inc.
9-
* Author URI: https://loos-web-studio.com/
8+
* Author: LOOS Inc.
9+
* Author URI: https://loos.co.jp/
1010
* License: GPL2 or later
1111
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1212
* Text Domain: highlighting-code-block

readme.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
=== Highlighting Code Block ===
22
Contributors: looswebstudio
3-
Donate link: https://wemo.tech/2122/
43
Tags: block, editor, guternberg, code, syntax, highlight, code highlighting, syntax highlight
54
Requires at least: 5.6
6-
Tested up to: 6.9
7-
Stable tag: 2.1.3
5+
Tested up to: 7.0
6+
Stable tag: 2.2.0
87
Requires PHP: 5.6
98
License: GPLv2 or later
109
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -105,6 +104,9 @@ The following languages are available by default.
105104

106105
== Changelog ==
107106

107+
= 2.2.0 =
108+
- Support for WordPress 7.0.
109+
108110
= 2.1.3 =
109111
- Fixed an issue where there was a discrepancy in the structure of the build files.
110112

0 commit comments

Comments
 (0)