Skip to content

Commit

Permalink
Merge pull request #105 from bkraul/develop
Browse files Browse the repository at this point in the history
 Corrected issue with plugin file script path. Closes #104
  • Loading branch information
bkraul authored Apr 9, 2021
2 parents 3c761e4 + 95336c5 commit 31d19b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion BBCodePlus/files/prism/prism.js

Large diffs are not rendered by default.

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 31d19b1

Please sign in to comment.