You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
7
7
8
8
## [Unreleased]
9
+
10
+
## [v3.3.4] - 2023-05-28
9
11
### Changed
10
12
- Update composer dependencies to current versions, notably PHPCompatibility (70e4ca24).
11
13
14
+
### Added
15
+
- Various internal, code coverage related, improvements.
16
+
- Add GHA PHP 8.2 support.
17
+
- Upload and integrate the repository with [Codecov](https://about.codecov.io), for better tracking of changes.
18
+
- Completely cover the MoodleUtil class, in charge of providing important
19
+
information about Moodle (versions, branches, components...)
20
+
12
21
## [v3.3.3] - 2023-03-14
13
22
### Removed
14
23
- Revert the check for the only one-space rule before the assignment operator @ `Squiz.WhiteSpace.OperatorSpacing` as an interim solution while we revisit [MDLSITE-6594](https://tracker.moodle.org/browse/MDLSITE-6594).
@@ -42,7 +51,8 @@ All features are maintained and no new features have been introduced to either t
42
51
43
52
All the details about [previous releases] can be found in [local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) own change log.
0 commit comments