From f49b85e4fc37dc069728af5ded76da2c23eff6be Mon Sep 17 00:00:00 2001 From: bkraul Date: Thu, 6 Jun 2019 19:51:23 -0500 Subject: [PATCH] Bumped version and updated README --- BBCodePlus/BBCodePlus.php | 2 +- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/BBCodePlus/BBCodePlus.php b/BBCodePlus/BBCodePlus.php index 77137e7..4691a6f 100644 --- a/BBCodePlus/BBCodePlus.php +++ b/BBCodePlus/BBCodePlus.php @@ -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. diff --git a/README.md b/README.md index 4774155..bdbf60d 100644 --- a/README.md +++ b/README.md @@ -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 (`
` 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.