Skip to content

Commit

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

See merge request workplace/moodle-tool_certificate!183
  • Loading branch information
dravek committed Apr 23, 2024
2 parents 9905e1c + 268f5da commit 8306d38
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
## 4.3.4 - 2024-04-23
### Added
- Added a new issued certificate regenerated event.
- Compatibility with Moodle 4.4, added to the testing matrix
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.3.2';
$plugin->version = 2023122800;
$plugin->release = '4.3.4';
$plugin->version = 2024042300;
$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.3.2';
$plugin->version = 2023122800;
$plugin->release = '4.3.4';
$plugin->version = 2024042300;
$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.3.2';
$plugin->version = 2023122800;
$plugin->release = '4.3.4';
$plugin->version = 2024042300;
$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.3.2';
$plugin->version = 2023122800;
$plugin->release = '4.3.4';
$plugin->version = 2024042300;
$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.3.2';
$plugin->version = 2023122800;
$plugin->release = '4.3.4';
$plugin->version = 2024042300;
$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.3.2';
$plugin->version = 2023122800;
$plugin->release = '4.3.4';
$plugin->version = 2024042300;
$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.3.2';
$plugin->version = 2023122800;
$plugin->release = '4.3.4';
$plugin->version = 2024042300;
$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.3.2';
$plugin->version = 2023122800;
$plugin->release = '4.3.4';
$plugin->version = 2024042300;
$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.3.2';
$plugin->version = 2023122800;
$plugin->release = '4.3.4';
$plugin->version = 2024042300;
$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.3.2+';
$plugin->version = 2024041800;
$plugin->release = '4.3.4';
$plugin->version = 2024042300;
$plugin->requires = 2022041900.00;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [400, 404];

0 comments on commit 8306d38

Please sign in to comment.