Skip to content

Commit ee288a4

Browse files
committed
Prepare for 4.0.0 release
1 parent 116ac95 commit ee288a4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bin/moodle-plugin-ci

Lines changed: 1 addition & 1 deletion
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', '3.4.12');
48+
define('MOODLE_PLUGIN_CI_VERSION', '4.0.0');
4949

5050
define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@');
5151
define('ENV_FILE', dirname(__DIR__) . '/.env');

docs/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88

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

11-
## [Unreleased]
11+
## [4.0.0] - 2023-05-03
1212
### Added
1313
- Upgrade guide: [Upgrading from 3.x to 4.0](UPGRADE-4.0.md)
1414
- Support for PHP 8.1 and up.
@@ -519,7 +519,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
519519
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
520520
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
521521

522-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.12...master
522+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.0.0...master
523+
[4.0.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.12...4.0.0
523524
[3.4.12]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.11...3.4.12
524525
[3.4.11]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.10...3.4.11
525526
[3.4.10]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.9...3.4.10

0 commit comments

Comments
 (0)