File tree Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1111
1212class SourceBitBucketPlugin extends MantisSourcePlugin {
1313
14- const PLUGIN_VERSION = '0.19 ' ;
14+ const PLUGIN_VERSION = '1.0.0 ' ;
1515 const FRAMEWORK_VERSION_REQUIRED = '1.3.2 ' ;
1616
1717 protected $ main_url = "https://bitbucket.org/ " ;
Original file line number Diff line number Diff line change 1616
1717class SourceCgitPlugin extends MantisSourcePlugin {
1818
19- const PLUGIN_VERSION = '0.16 ' ;
19+ const PLUGIN_VERSION = '1.0.0 ' ;
2020 const FRAMEWORK_VERSION_REQUIRED = '1.3.2 ' ;
2121
2222 public function register () {
Original file line number Diff line number Diff line change 1111
1212class SourceGithubPlugin extends MantisSourcePlugin {
1313
14- const PLUGIN_VERSION = '1.3.0 ' ;
14+ const PLUGIN_VERSION = '1.3.1 ' ;
1515 const FRAMEWORK_VERSION_REQUIRED = '1.3.2 ' ;
1616
1717 const ERROR_INVALID_PRIMARY_BRANCH = 'invalid_branch ' ;
Original file line number Diff line number Diff line change 1313
1414class SourceGitlabPlugin extends MantisSourcePlugin {
1515
16- const PLUGIN_VERSION = '1.0.4 ' ;
16+ const PLUGIN_VERSION = '1.0.5 ' ;
1717 const FRAMEWORK_VERSION_REQUIRED = '1.3.2 ' ;
1818
1919 const ERROR_INVALID_PRIMARY_BRANCH = 'invalid_branch ' ;
Original file line number Diff line number Diff line change 1111
1212class SourceGitwebPlugin extends MantisSourcePlugin {
1313
14- const PLUGIN_VERSION = '0.18 ' ;
14+ const PLUGIN_VERSION = '1.0.0 ' ;
1515 const FRAMEWORK_VERSION_REQUIRED = '1.3.2 ' ;
1616
1717 public function register () {
Original file line number Diff line number Diff line change 1919
2020class SourceHgWebPlugin extends MantisSourcePlugin {
2121
22- const PLUGIN_VERSION = '0.15 ' ;
22+ const PLUGIN_VERSION = '1.0.0 ' ;
2323 const FRAMEWORK_VERSION_REQUIRED = '1.3.2 ' ;
2424
2525 function register () {
Original file line number Diff line number Diff line change 99
1010class SourceSFSVNPlugin extends SourceSVNPlugin {
1111
12- const PLUGIN_VERSION = '0.16 ' ;
12+ const PLUGIN_VERSION = '1.0.0 ' ;
1313 const FRAMEWORK_VERSION_REQUIRED = '1.3.2 ' ;
14- const SOURCESVN_VERSION_REQUIRED = '0.16 ' ;
14+ const SOURCESVN_VERSION_REQUIRED = '1.0 ' ;
1515
1616 public function register () {
1717 $ this ->name = lang_get ( 'plugin_SourceSFSVN_title ' );
Original file line number Diff line number Diff line change 99
1010class SourceSVNPlugin extends MantisSourcePlugin {
1111
12- const PLUGIN_VERSION = '0.19 ' ;
12+ const PLUGIN_VERSION = '1.0.0 ' ;
1313 const FRAMEWORK_VERSION_REQUIRED = '1.3.2 ' ;
1414
1515 public function register () {
Original file line number Diff line number Diff line change 1010
1111class SourceViewVCPlugin extends SourceSVNPlugin {
1212
13- const PLUGIN_VERSION = '0.1 ' ;
13+ const PLUGIN_VERSION = '1.0.0 ' ;
1414 const FRAMEWORK_VERSION_REQUIRED = '1.3.2 ' ;
15- const SOURCESVN_VERSION_REQUIRED = '0.16 ' ;
15+ const SOURCESVN_VERSION_REQUIRED = '1.0 ' ;
1616
1717 public function register () {
1818 $ this ->name = lang_get ( 'plugin_SourceViewVC_title ' );
Original file line number Diff line number Diff line change 99
1010class SourceWebSVNPlugin extends SourceSVNPlugin {
1111
12- const PLUGIN_VERSION = '0.18 ' ;
12+ const PLUGIN_VERSION = '1.0.0 ' ;
1313 const FRAMEWORK_VERSION_REQUIRED = '1.3.2 ' ;
14- const SOURCESVN_VERSION_REQUIRED = '0.16 ' ;
14+ const SOURCESVN_VERSION_REQUIRED = '1.0 ' ;
1515
1616 public function register () {
1717 $ this ->name = lang_get ( 'plugin_SourceWebSVN_title ' );
You can’t perform that action at this time.
0 commit comments