Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkraul committed Apr 9, 2021
1 parent acc5d74 commit 95336c5
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 95336c5

Please sign in to comment.