Skip to content

Commit

Permalink
Version bump 3.11.17
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Oct 9, 2023
1 parent 9bf5823 commit 211933c
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 20 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.11.17 - 2023-10-10
### Fixed
- Lock the moodle-plugin-ci, this version is supported for security fixes only and we will
not keep it up-to-date with new coding style requirements

## 3.11.14 - 2023-04-25
### Fixed
- Prevent debugging messages about missing leftmargin and rightmargin field types
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.15';
$plugin->version = 2022031690;
$plugin->release = '3.11.17';
$plugin->version = 2022031710;
$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.15';
$plugin->version = 2022031690;
$plugin->release = '3.11.17';
$plugin->version = 2022031710;
$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.15';
$plugin->version = 2022031690;
$plugin->release = '3.11.17';
$plugin->version = 2022031710;
$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.15';
$plugin->version = 2022031690;
$plugin->release = '3.11.17';
$plugin->version = 2022031710;
$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.15';
$plugin->version = 2022031690;
$plugin->release = '3.11.17';
$plugin->version = 2022031710;
$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.15';
$plugin->version = 2022031690;
$plugin->release = '3.11.17';
$plugin->version = 2022031710;
$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.15';
$plugin->version = 2022031690;
$plugin->release = '3.11.17';
$plugin->version = 2022031710;
$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.15';
$plugin->version = 2022031690;
$plugin->release = '3.11.17';
$plugin->version = 2022031710;
$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.15';
$plugin->version = 2022031690;
$plugin->release = '3.11.17';
$plugin->version = 2022031710;
$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.15';
$plugin->version = 2022031690;
$plugin->release = '3.11.17';
$plugin->version = 2022031710;
$plugin->requires = 2020061502.00;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [39, 311];

0 comments on commit 211933c

Please sign in to comment.