Skip to content

Commit

Permalink
Merge branch '4.2.3_release' into 'master'
Browse files Browse the repository at this point in the history
Version bump 4.2.3 [OS]

See merge request workplace/moodle-tool_certificate!157
  • Loading branch information
kabalin committed Oct 10, 2023
2 parents 33dee6c + 61e3fd4 commit 9dce557
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 22 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- php: '8.1'
moodle-branch: 'MOODLE_402_STABLE'
database: pgsql
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
database: pgsql

steps:
- name: Check out repository code
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.2.3 - 2023-10-10
### Changed
- Coding style fixes
- Included LMS 4.3 and PHP 8.2 in the GHA testing matrix

## 4.2.2 - 2023-08-22
### Changed
- Reportbuilder source "Certificate issues" no longer automatically checks
Expand Down
2 changes: 1 addition & 1 deletion amd/build/form-potential-user-selector.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions amd/src/form-potential-user-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ define(['jquery', 'core/ajax', 'core/templates', 'core/str'], function($, Ajax,
});

// Apply the label to the results.
/* eslint-disable-next-line promise/no-nesting */
return $.when.apply($.when, promises).then(function() {
var args = arguments;
$.each(results, function(index, user) {
Expand All @@ -83,6 +84,7 @@ define(['jquery', 'core/ajax', 'core/templates', 'core/str'], function($, Ajax,
});

} else {
/* eslint-disable-next-line promise/no-nesting */
return Str.get_string('toomanyuserstoshow', 'core', '>' + MAXUSERS).then(function(toomanyuserstoshow) {
success(toomanyuserstoshow);
return;
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;
6 changes: 3 additions & 3 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];
$plugin->supported = [400, 403];

0 comments on commit 9dce557

Please sign in to comment.