Skip to content

Commit 3842ad1

Browse files
committed
Prepare for 4.5.3 release
1 parent 8a29b72 commit 3842ad1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

bin/moodle-plugin-ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) {
4545
}
4646

4747
// Current version. Keep it updated on releases.
48-
define('MOODLE_PLUGIN_CI_VERSION', '4.5.2');
48+
define('MOODLE_PLUGIN_CI_VERSION', '4.5.3');
4949

5050
define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@');
5151

docs/CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ title: Change log
44
---
55

66
All notable changes to this project will be documented in this file.
7-
This project adheres to [Semantic Versioning](http://semver.org/).
7+
This project adheres to [Semantic Versioning](https://semver.org/).
88

9-
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
9+
The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com).
1010

1111
## [Unreleased]
12+
## [4.5.3] - 2024-07-05
1213
### Added
1314
- Support for version 4.4 of the app, that uses new defaults and Chrome (Selenium 4) version.
1415

1516
### Changed
1617
- Updated project dependencies to current [moodle-cs v3.4.10](https://github.com/moodlehq/moodle-cs) and [moodle-local_ci v1.0.31](https://github.com/moodlehq/moodle-local_ci) releases.
1718

18-
1919
## [4.5.2] - 2024-06-19
2020
### Changed
2121
- Updated project dependencies to current [moodle-cs v3.4.9](https://github.com/moodlehq/moodle-cs) release.
@@ -725,7 +725,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
725725
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
726726
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
727727

728-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.2...main
728+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.3...main
729+
[4.5.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.2...4.5.3
729730
[4.5.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.1...4.5.2
730731
[4.5.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.0...4.5.1
731732
[4.5.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.5...4.5.0

0 commit comments

Comments
 (0)