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: docs/CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,13 @@ This project adheres to [Semantic Versioning](https://semver.org/).
9
9
The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com).
10
10
11
11
## [Unreleased]
12
+
13
+
## [4.5.10] - 2026-02-09
12
14
### Changed
13
15
- Updated project dependencies to current [moodle-cs v3.7.0](https://github.com/moodlehq/moodle-cs) and [moodle-local_ci v1.1.4](https://github.com/moodlehq/moodle-local_ci) releases. The project now targets the current Moodle version.
14
16
- ACTION SUGGESTED: bump workflows to postgres 16, which is a requirement for Moodle 5.2
17
+
- Linting for mobile app templates is disabled to avoid throwing warnings with Angular, Ionic or Moodle app custom directives.
18
+
- ACTION SUGGESTED: move mobile app templates to a `templates/mobileapp/` folder.
15
19
16
20
### Added
17
21
- Support Moodle cloning from local repo. Installation command `--repo` params support `file://` and `./moodle` making it similar to `git clone` behaviour.
@@ -786,7 +790,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
786
790
-`moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
787
791
-`moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
0 commit comments