Skip to content

Commit

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

## 4.2.3 - 2023-10-10
### Changed
- Coding style fixes

## 4.2.2 - 2023-08-22
### Changed
- Reportbuilder source "Certificate issues" no longer automatically checks
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 = '4.2.2';
$plugin->version = 2023082200;
$plugin->release = '4.2.3';
$plugin->version = 2023101000;
$plugin->requires = 2022041900.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 = '4.2.2';
$plugin->version = 2023082200;
$plugin->release = '4.2.3';
$plugin->version = 2023101000;
$plugin->requires = 2022041900.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 = '4.2.2';
$plugin->version = 2023082200;
$plugin->release = '4.2.3';
$plugin->version = 2023101000;
$plugin->requires = 2022041900.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 = '4.2.2';
$plugin->version = 2023082200;
$plugin->release = '4.2.3';
$plugin->version = 2023101000;
$plugin->requires = 2022041900.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 = '4.2.2';
$plugin->version = 2023082200;
$plugin->release = '4.2.3';
$plugin->version = 2023101000;
$plugin->requires = 2022041900.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 = '4.2.2';
$plugin->version = 2023082200;
$plugin->release = '4.2.3';
$plugin->version = 2023101000;
$plugin->requires = 2022041900.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 = '4.2.2';
$plugin->version = 2023082200;
$plugin->release = '4.2.3';
$plugin->version = 2023101000;
$plugin->requires = 2022041900.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 = '4.2.2';
$plugin->version = 2023082200;
$plugin->release = '4.2.3';
$plugin->version = 2023101000;
$plugin->requires = 2022041900.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 = '4.2.2';
$plugin->version = 2023082200;
$plugin->release = '4.2.3';
$plugin->version = 2023101000;
$plugin->requires = 2022041900.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 = '4.2.2';
$plugin->version = 2023082200;
$plugin->release = '4.2.3';
$plugin->version = 2023101000;
$plugin->requires = 2022041900.00;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [400, 402];

0 comments on commit 4ce4ade

Please sign in to comment.