Skip to content

Commit 961664b

Browse files
committed
Remove whitespace, update changelog, bump version
1 parent 7aded2f commit 961664b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v1.4.2 - 10/02/2021
4+
5+
### Changed
6+
* Bumped version number.
7+
8+
### Fixed
9+
* Privacy API provider cleanup - removed mtrace (prevent Unit Test warnings) & whitespaces.
10+
311
## v1.4.1 - 06/01/2021
412

513
### Added

classes/privacy/provider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ public static function delete_data_for_users(approved_userlist $userlist) {
307307
foreach ($userlist->get_userids() as $userid) {
308308
static::adv_delete_user_data($userid);
309309
}
310-
311310
}
312311

313312
/**

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
defined('MOODLE_INTERNAL') || die;
2727

2828
$plugin->component = 'block_advnotifications'; // Recommended since 2.0.2 (MDL-26035). Required since 3.0 (MDL-48494).
29-
$plugin->version = 2021010616; // YYYYMMDDHH (year, month, day, 24-hr format hour).
30-
$plugin->requires = 2018051703; // YYYYMMDDHH (Version number for Moodle 3.5.3 as at 21/01/2019).
29+
$plugin->version = 2021021012; // YYYYMMDDHH (year, month, day, 24-hr format hour).
30+
$plugin->requires = 2018051703; // YYYYMMDDHH (Version number for Moodle v3.5.3 as at 21/01/2019).
3131
$plugin->maturity = MATURITY_STABLE; // Code maturity/stability.
32-
$plugin->release = 'v1.4.1'; // Human-readable release version.
32+
$plugin->release = 'v1.4.2'; // Human-readable release version.

0 commit comments

Comments
 (0)