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

Commit ee02451

Browse files
committed
Bump to v1.3.5
1 parent 93098e3 commit ee02451

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

index.php

Lines changed: 3 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: 1.3.4
6+
* Version: 1.3.5
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-
define( 'MKAZ_CODE_SYNTAX_BLOCK_VERSION', '1.3.4' );
17+
define( 'MKAZ_CODE_SYNTAX_BLOCK_VERSION', '1.3.5' );
1818
require dirname( __FILE__ ) . '/prism-languages.php';
1919

2020
/**
@@ -137,6 +137,7 @@
137137
function mkaz_prism_theme_css( $rtnPath = false ) {
138138

139139
$default_path = '/assets/prism/prism.css';
140+
140141
/**
141142
* Filter the theme directory path used for overriding css path
142143
*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkaz-code-syntax-block",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"license": "GPL-2.0-or-later",
55
"main": "src/index.js",
66
"devDependencies": {

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ 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.0
6-
Tested up to: 5.5
6+
Tested up to: 5.5.1
77
Requires PHP: 5.2.4
8-
Stable tag: 1.3.4
8+
Stable tag: 1.3.5
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -109,6 +109,12 @@ Example:
109109

110110
== Changelog ==
111111

112+
= 1.3.5 =
113+
114+
Add Rust to default language list
115+
Fix CSS issue with title
116+
Upgrade Prism to 1.21
117+
112118
= 1.3.4 =
113119

114120
Fix setting default language using filter.

0 commit comments

Comments
 (0)