Skip to content

Commit

Permalink
Merge pull request #67 from bkraul/develop
Browse files Browse the repository at this point in the history
Bumped version and updated README
  • Loading branch information
bkraul authored Jun 7, 2019
2 parents d01aca8 + f49b85e commit b089baf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BBCodePlus/BBCodePlus.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function register() {
$this->name = plugin_lang_get( 'title' );
$this->description = plugin_lang_get( 'description' );
$this->page = 'config';
$this->version = '2.1.3';
$this->version = '2.1.4';

$this->requires['MantisCore'] = '2.0.0';
# this plugin can coexist with MantisCoreFormatting.
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ If you would like to contribute to BBCode plus, please [read this guide first](h

## Change Log

### 2.1.4

- Corrected issues with bug links and mentions.
- Dropped support for CVS links.
- Added better code block support for HTML syntax (`<br/>` tags were getting dropped).
- Removed duplication of MantisCoreFormatting features. They will be used only when the plugin is enabled.

### 2.1.3

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

0 comments on commit b089baf

Please sign in to comment.