Skip to content

Commit

Permalink
Merge branch '4.0dev_release' into 'master'
Browse files Browse the repository at this point in the history
Version bump 4.0dev

See merge request workplace/moodle-tool_certificate!49
  • Loading branch information
marinaglancy committed Apr 20, 2022
2 parents 6e64aaf + a6a28f2 commit c7e852b
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 33 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
matrix:
include:
- php: '7.3'
moodle-branch: 'master' # TODO change to MOODLE_400_STABLE when released
moodle-branch: 'MOODLE_400_STABLE'
database: pgsql
extensions:
- php: '8.0'
moodle-branch: 'master' # TODO change to MOODLE_400_STABLE when released
moodle-branch: 'MOODLE_400_STABLE'
database: mariadb
extensions: xmlrpc-beta

Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variables:
MOODLE_REPO_WORKPLACE: [email protected]:workplace/workplacedev.git
MOODLE_BRANCH_WORKPLACE: master
MOODLE_REPO_LMS: [email protected]:moodle/moodle.git
MOODLE_BRANCH_LMS: master # TODO change to MOODLE_400_STABLE when released
MOODLE_BRANCH_LMS: MOODLE_400_STABLE
MOODLE_BEHAT_WDHOST: "http://selenium-standalone-chrome:4444/wd/hub"
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ""
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.0.0 (2022042000)
### Changed
- This version of the plugin is only for Moodle LMS 4.0 and above

## 3.11.6 (2022031500)
### Added
- Setting 'Show share on LinkedIn'. When enabled users can add their certificates to LinkedIn
Expand Down
6 changes: 3 additions & 3 deletions element/border/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// This plugin is part of Moodle Workplace product.
$plugin->component = 'certificateelement_border';
$plugin->release = '3.11.5';
$plugin->version = 2022011800;
$plugin->requires = 2020061502.00;
$plugin->release = '4.0.0';
$plugin->version = 2022042000;
$plugin->requires = 2022041900.00;
$plugin->maturity = MATURITY_STABLE;
6 changes: 3 additions & 3 deletions element/code/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// This plugin is part of Moodle Workplace product.
$plugin->component = 'certificateelement_code';
$plugin->release = '3.11.5';
$plugin->version = 2022011800;
$plugin->requires = 2020061502.00;
$plugin->release = '4.0.0';
$plugin->version = 2022042000;
$plugin->requires = 2022041900.00;
$plugin->maturity = MATURITY_STABLE;
6 changes: 3 additions & 3 deletions element/date/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// This plugin is part of Moodle Workplace product.
$plugin->component = 'certificateelement_date';
$plugin->release = '3.11.5';
$plugin->version = 2022011800;
$plugin->requires = 2020061502.00;
$plugin->release = '4.0.0';
$plugin->version = 2022042000;
$plugin->requires = 2022041900.00;
$plugin->maturity = MATURITY_STABLE;
6 changes: 3 additions & 3 deletions element/digitalsignature/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// This plugin is part of Moodle Workplace product.
$plugin->component = 'certificateelement_digitalsignature';
$plugin->release = '3.11.5';
$plugin->version = 2022011800;
$plugin->requires = 2020061502.00;
$plugin->release = '4.0.0';
$plugin->version = 2022042000;
$plugin->requires = 2022041900.00;
$plugin->maturity = MATURITY_STABLE;
6 changes: 3 additions & 3 deletions element/image/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// This plugin is part of Moodle Workplace product.
$plugin->component = 'certificateelement_image';
$plugin->release = '3.11.5';
$plugin->version = 2022011800;
$plugin->requires = 2020061502.00;
$plugin->release = '4.0.0';
$plugin->version = 2022042000;
$plugin->requires = 2022041900.00;
$plugin->maturity = MATURITY_STABLE;
6 changes: 3 additions & 3 deletions element/program/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// This plugin is part of Moodle Workplace product.
$plugin->component = 'certificateelement_program';
$plugin->release = '3.11.5';
$plugin->version = 2022011800;
$plugin->requires = 2020061502.00;
$plugin->release = '4.0.0';
$plugin->version = 2022042000;
$plugin->requires = 2022041900.00;
$plugin->maturity = MATURITY_STABLE;
6 changes: 3 additions & 3 deletions element/text/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// This plugin is part of Moodle Workplace product.
$plugin->component = 'certificateelement_text';
$plugin->release = '3.11.5';
$plugin->version = 2022011800;
$plugin->requires = 2020061502.00;
$plugin->release = '4.0.0';
$plugin->version = 2022042000;
$plugin->requires = 2022041900.00;
$plugin->maturity = MATURITY_STABLE;
6 changes: 3 additions & 3 deletions element/userfield/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// This plugin is part of Moodle Workplace product.
$plugin->component = 'certificateelement_userfield';
$plugin->release = '3.11.5';
$plugin->version = 2022011800;
$plugin->requires = 2020061502.00;
$plugin->release = '4.0.0';
$plugin->version = 2022042000;
$plugin->requires = 2022041900.00;
$plugin->maturity = MATURITY_STABLE;
6 changes: 3 additions & 3 deletions element/userpicture/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// This plugin is part of Moodle Workplace product.
$plugin->component = 'certificateelement_userpicture';
$plugin->release = '3.11.5';
$plugin->version = 2022011800;
$plugin->requires = 2020061502.00;
$plugin->release = '4.0.0';
$plugin->version = 2022042000;
$plugin->requires = 2022041900.00;
$plugin->maturity = MATURITY_STABLE;
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'tool_certificate';
$plugin->release = '4.0dev';
$plugin->version = 2022031900;
$plugin->requires = 2022030800.00;
$plugin->release = '4.0.0';
$plugin->version = 2022042000;
$plugin->requires = 2022041900.00;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [400, 400];

0 comments on commit c7e852b

Please sign in to comment.