From 95336c53bedd120402ccb5694a5feada7c2fd8ff Mon Sep 17 00:00:00 2001 From: bkraul Date: Fri, 9 Apr 2021 15:28:35 -0500 Subject: [PATCH] Updated version number. --- BBCodePlus/BBCodePlus.php | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/BBCodePlus/BBCodePlus.php b/BBCodePlus/BBCodePlus.php index 6e24405..d830256 100644 --- a/BBCodePlus/BBCodePlus.php +++ b/BBCodePlus/BBCodePlus.php @@ -23,7 +23,7 @@ function register() { $this->name = plugin_lang_get( 'title' ); $this->description = plugin_lang_get( 'description' ); $this->page = 'config'; - $this->version = '2.1.18'; + $this->version = '2.1.19'; $this->requires['MantisCore'] = '2.0.0'; # this plugin can coexist with MantisCoreFormatting. diff --git a/README.md b/README.md index de0d22b..e9b4879 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ If you would like to contribute to BBCode plus, please [read this guide first](h ## Change Log +### 2.1.19 + +- Corrected issue with clipboard js script not being referenced properly on some mantis installs. + ### 2.1.18 - Added `nonce` random token and directives for included js scripts in order to hopefully address CSP restrictions.