Skip to content

Commit 31d19b1

Browse files
authored
Merge pull request #105 from bkraul/develop
Corrected issue with plugin file script path. Closes #104
2 parents 3c761e4 + 95336c5 commit 31d19b1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

BBCodePlus/BBCodePlus.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function register() {
2323
$this->name = plugin_lang_get( 'title' );
2424
$this->description = plugin_lang_get( 'description' );
2525
$this->page = 'config';
26-
$this->version = '2.1.18';
26+
$this->version = '2.1.19';
2727

2828
$this->requires['MantisCore'] = '2.0.0';
2929
# this plugin can coexist with MantisCoreFormatting.

BBCodePlus/files/prism/prism.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ If you would like to contribute to BBCode plus, please [read this guide first](h
2626

2727
## Change Log
2828

29+
### 2.1.19
30+
31+
- Corrected issue with clipboard js script not being referenced properly on some mantis installs.
32+
2933
### 2.1.18
3034

3135
- Added `nonce` random token and directives for included js scripts in order to hopefully address CSP restrictions.

0 commit comments

Comments
 (0)