Skip to content

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
VCS plugins changes:
- SourceAzureDevOps 1.0.0 (new)
- SourceBitBucket 2.2.0
- SourceCgit 2.1.0
- SourceGithub 2.3.0
- SourceGitlab 2.1.0
- SourceGitphp 2.1.0
- SourceGitweb 2.1.0
- SourceHgWeb 2.2.0
- SourceSFSVN 2.1.0
- SourceSVN 2.4.0
- SourceViewVC 2.1.0
- SourceVisualSVNServer 2.1.0
- SourceWebSVN 2.1.0
  • Loading branch information
dregad committed Feb 5, 2022
1 parent a6c3b9f commit 8a9af3b
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Source/MantisSourceBase.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ abstract class MantisSourceBase extends MantisPlugin
* a change in the minimum required MantisBT version: 0=1.2; 1=1.3, 2=2.x.
* The framework version is incremented when the plugin's core files change.
*/
const FRAMEWORK_VERSION = '2.5.0-dev';
const FRAMEWORK_VERSION = '2.5.0';

/**
* Minimum required MantisBT version.
Expand Down
2 changes: 1 addition & 1 deletion SourceAzureDevOps/SourceAzureDevOps.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class SourceAzureDevOpsPlugin extends MantisSourceGitBasePlugin {

const PLUGIN_VERSION = '1.0.0';
const FRAMEWORK_VERSION_REQUIRED = '2.3.1';
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';

/**
* Error constants
Expand Down
2 changes: 1 addition & 1 deletion SourceBitBucket/SourceBitBucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class SourceBitBucketPlugin extends MantisSourceGitBasePlugin {

const PLUGIN_VERSION = '2.1.0';
const PLUGIN_VERSION = '2.2.0';
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';

protected $main_url = "https://bitbucket.org/";
Expand Down
4 changes: 2 additions & 2 deletions SourceGithub/SourceGithub.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

class SourceGithubPlugin extends MantisSourceGitBasePlugin {

const PLUGIN_VERSION = '2.2.0';
const FRAMEWORK_VERSION_REQUIRED = '2.2.0';
const PLUGIN_VERSION = '2.3.0';
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';

const URL_API = 'https://api.github.com/';
const URL_OAUTH = 'https://github.com/login/oauth/';
Expand Down
4 changes: 2 additions & 2 deletions SourceGitlab/SourceGitlab.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

class SourceGitlabPlugin extends MantisSourceGitBasePlugin {

const PLUGIN_VERSION = '2.0.5';
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
const PLUGIN_VERSION = '2.1.0';
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';

public $type = 'gitlab';

Expand Down
4 changes: 2 additions & 2 deletions SourceGitphp/SourceGitphp.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

class SourceGitphpPlugin extends MantisSourceGitBasePlugin {

const PLUGIN_VERSION = '2.0.2';
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
const PLUGIN_VERSION = '2.1.0';
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';

public $type = 'gitphp';

Expand Down
4 changes: 2 additions & 2 deletions SourceGitweb/SourceGitweb.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

class SourceGitwebPlugin extends MantisSourceGitBasePlugin {

const PLUGIN_VERSION = '2.0.3';
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
const PLUGIN_VERSION = '2.1.0';
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';

public $type = 'gitweb';

Expand Down
4 changes: 2 additions & 2 deletions SourceHgWeb/SourceHgWeb.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

class SourceHgWebPlugin extends MantisSourcePlugin {

const PLUGIN_VERSION = '2.1.3';
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
const PLUGIN_VERSION = '2.2.0';
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';

/**
* Various PCRE patterns used to parse HgWeb output when retrieving
Expand Down
6 changes: 3 additions & 3 deletions SourceSFSVN/SourceSFSVN.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

class SourceSFSVNPlugin extends SourceSVNPlugin {

const PLUGIN_VERSION = '2.0.0';
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
const SOURCESVN_VERSION_REQUIRED = '2.0.0';
const PLUGIN_VERSION = '2.1.0';
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
const SOURCESVN_VERSION_REQUIRED = '2.5.0';

public $type = 'sfsvn';

Expand Down
4 changes: 2 additions & 2 deletions SourceSVN/SourceSVN.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

class SourceSVNPlugin extends MantisSourcePlugin {

const PLUGIN_VERSION = '2.3.0';
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
const PLUGIN_VERSION = '2.4.0';
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';

/**
* Error constants
Expand Down
6 changes: 3 additions & 3 deletions SourceViewVC/SourceViewVC.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

class SourceViewVCPlugin extends SourceSVNPlugin {

const PLUGIN_VERSION = '2.0.2';
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
const SOURCESVN_VERSION_REQUIRED = '2.0.0';
const PLUGIN_VERSION = '2.1.0';
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
const SOURCESVN_VERSION_REQUIRED = '2.5.0';

public $type = 'viewvc';

Expand Down
6 changes: 3 additions & 3 deletions SourceVisualSVNServer/SourceVisualSVNServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

class SourceVisualSVNServerPlugin extends SourceSVNPlugin {

const PLUGIN_VERSION = '2.0.2';
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
const SOURCESVN_VERSION_REQUIRED = '2.0.0';
const PLUGIN_VERSION = '2.1.0';
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
const SOURCESVN_VERSION_REQUIRED = '2.5.0';

public $type = 'vsvns';

Expand Down
6 changes: 3 additions & 3 deletions SourceWebSVN/SourceWebSVN.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

class SourceWebSVNPlugin extends SourceSVNPlugin {

const PLUGIN_VERSION = '2.0.1';
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
const SOURCESVN_VERSION_REQUIRED = '2.0.0';
const PLUGIN_VERSION = '2.1.0';
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
const SOURCESVN_VERSION_REQUIRED = '2.5.0';

public $type = 'websvn';

Expand Down

0 comments on commit 8a9af3b

Please sign in to comment.