Skip to content

Commit

Permalink
Merge branch '3.11.1_release' into 'master'
Browse files Browse the repository at this point in the history
Version bump 3.11.1

See merge request workplace/moodle-tool_certificate!14
  • Loading branch information
paulholden committed Jul 20, 2021
2 parents 5e12c05 + ecb2aec commit 5da363a
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 3.11.1 (2021072000)
### Changed
- Shared image types are now limited to "web_image". Non "web_image" images previously uploaded
did not work properly.
Expand Down
4 changes: 2 additions & 2 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';
$plugin->version = 2021060800;
$plugin->release = '3.11.1';
$plugin->version = 2021072000;
$plugin->requires = 2020061502.00;
$plugin->maturity = MATURITY_STABLE;
4 changes: 2 additions & 2 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';
$plugin->version = 2021060800;
$plugin->release = '3.11.1';
$plugin->version = 2021072000;
$plugin->requires = 2020061502.00;
$plugin->maturity = MATURITY_STABLE;
4 changes: 2 additions & 2 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';
$plugin->version = 2021060800;
$plugin->release = '3.11.1';
$plugin->version = 2021072000;
$plugin->requires = 2020061502.00;
$plugin->maturity = MATURITY_STABLE;
4 changes: 2 additions & 2 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';
$plugin->version = 2021060800;
$plugin->release = '3.11.1';
$plugin->version = 2021072000;
$plugin->requires = 2020061502.00;
$plugin->maturity = MATURITY_STABLE;
4 changes: 2 additions & 2 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';
$plugin->version = 2021060800;
$plugin->release = '3.11.1';
$plugin->version = 2021072000;
$plugin->requires = 2020061502.00;
$plugin->maturity = MATURITY_STABLE;
4 changes: 2 additions & 2 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';
$plugin->version = 2021060800;
$plugin->release = '3.11.1';
$plugin->version = 2021072000;
$plugin->requires = 2020061502.00;
$plugin->maturity = MATURITY_STABLE;
4 changes: 2 additions & 2 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';
$plugin->version = 2021060800;
$plugin->release = '3.11.1';
$plugin->version = 2021072000;
$plugin->requires = 2020061502.00;
$plugin->maturity = MATURITY_STABLE;
4 changes: 2 additions & 2 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';
$plugin->version = 2021060800;
$plugin->release = '3.11.1';
$plugin->version = 2021072000;
$plugin->requires = 2020061502.00;
$plugin->maturity = MATURITY_STABLE;
4 changes: 2 additions & 2 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';
$plugin->version = 2021060800;
$plugin->release = '3.11.1';
$plugin->version = 2021072000;
$plugin->requires = 2020061502.00;
$plugin->maturity = MATURITY_STABLE;
4 changes: 2 additions & 2 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 = '3.11';
$plugin->version = 2021060800;
$plugin->release = '3.11.1';
$plugin->version = 2021072000;
$plugin->requires = 2020061502.00;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [39, 311];

0 comments on commit 5da363a

Please sign in to comment.