Skip to content

Commit

Permalink
Bump the required MantisCore version in bundled plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol authored and dregad committed Jan 11, 2017
1 parent 123c523 commit fcd9062
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/Gravatar/Gravatar.php
Expand Up @@ -68,7 +68,7 @@ function register() {

$this->version = MANTIS_VERSION;
$this->requires = array(
'MantisCore' => '2.0.0',
'MantisCore' => '2.1.0',
);

$this->author = 'Victor Boctor';
Expand Down
2 changes: 1 addition & 1 deletion plugins/MantisCoreFormatting/MantisCoreFormatting.php
Expand Up @@ -36,7 +36,7 @@ function register() {

$this->version = MANTIS_VERSION;
$this->requires = array(
'MantisCore' => '2.0.0',
'MantisCore' => '2.1.0',
);

$this->author = 'MantisBT Team';
Expand Down
2 changes: 1 addition & 1 deletion plugins/MantisGraph/MantisGraph.php
Expand Up @@ -34,7 +34,7 @@ function register() {

$this->version = MANTIS_VERSION;
$this->requires = array(
'MantisCore' => '2.0.0',
'MantisCore' => '2.1.0',
);

$this->author = 'MantisBT Team';
Expand Down
2 changes: 1 addition & 1 deletion plugins/XmlImportExport/XmlImportExport.php
Expand Up @@ -38,7 +38,7 @@ function register() {

$this->version = MANTIS_VERSION;
$this->requires = array(
'MantisCore' => '2.0.0',
'MantisCore' => '2.1.0',
);

$this->author = 'MantisBT Team';
Expand Down

0 comments on commit fcd9062

Please sign in to comment.