Skip to content

Commit

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

See merge request workplace/moodle-tool_certificate!162
  • Loading branch information
dravek committed Nov 9, 2023
2 parents 87441a1 + 7a21da4 commit 6dcf9de
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 20 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.3 - 2023-11-09
### Added
- Testing on Workplace 4.3
- Added missing SVG icons
### Changed
- Coding style fixes

## 4.2.3 - 2023-10-10
### Changed
- Coding style fixes
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.3';
$plugin->version = 2023101000;
$plugin->release = '4.3';
$plugin->version = 2023110900;
$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.3';
$plugin->version = 2023101000;
$plugin->release = '4.3';
$plugin->version = 2023110900;
$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.3';
$plugin->version = 2023101000;
$plugin->release = '4.3';
$plugin->version = 2023110900;
$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.3';
$plugin->version = 2023101000;
$plugin->release = '4.3';
$plugin->version = 2023110900;
$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.3';
$plugin->version = 2023101000;
$plugin->release = '4.3';
$plugin->version = 2023110900;
$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.3';
$plugin->version = 2023101000;
$plugin->release = '4.3';
$plugin->version = 2023110900;
$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.3';
$plugin->version = 2023101000;
$plugin->release = '4.3';
$plugin->version = 2023110900;
$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.3';
$plugin->version = 2023101000;
$plugin->release = '4.3';
$plugin->version = 2023110900;
$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.3';
$plugin->version = 2023101000;
$plugin->release = '4.3';
$plugin->version = 2023110900;
$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.3';
$plugin->version = 2023101000;
$plugin->release = '4.3';
$plugin->version = 2023110900;
$plugin->requires = 2022041900.00;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [400, 403];

0 comments on commit 6dcf9de

Please sign in to comment.