Skip to content

Commit b089baf

Browse files
authored
Merge pull request #67 from bkraul/develop
Bumped version and updated README
2 parents d01aca8 + f49b85e commit b089baf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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.3';
25+
$this->version = '2.1.4';
2626

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

README.md

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

2727
## Change Log
2828

29+
### 2.1.4
30+
31+
- Corrected issues with bug links and mentions.
32+
- Dropped support for CVS links.
33+
- Added better code block support for HTML syntax (`<br/>` tags were getting dropped).
34+
- Removed duplication of MantisCoreFormatting features. They will be used only when the plugin is enabled.
35+
2936
### 2.1.3
3037

3138
- Cleaned up issues with undefined variable notices from old code.

0 commit comments

Comments
 (0)