Skip to content

Commit d4f91f7

Browse files
updated version and README.md
1 parent c1ae815 commit d4f91f7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

BBCodePlus/BBCodePlus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function register() {
2222
$this->name = plugin_lang_get( 'title' );
2323
$this->description = plugin_lang_get( 'description' );
2424
$this->page = 'config';
25-
$this->version = '2.1.9';
25+
$this->version = '2.1.10';
2626

2727
$this->requires['MantisCore'] = '2.0.0';
2828
# this plugin can coexist with MantisCoreFormatting.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ If you would like to contribute to BBCode plus, please [read this guide first](h
2626

2727
## Change Log
2828

29+
### 2.1.10
30+
31+
- Fixed rendering issue of code blocks when language parameter was left empty
32+
- Fixed rendering issue of quote blocks when quotee parameter contained whitespaces
33+
2934
### 2.1.9
3035

3136
- Fixed display issue of loose links (thanks to [@FSD-Christian-ISS](https://github.com/FSD-Christian-ISS) )

0 commit comments

Comments
 (0)