File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
5050define ('MOODLE_PLUGIN_CI_BOXED ' , '@is_boxed@ ' );
5151define ('ENV_FILE ' , dirname (__DIR__ ) . '/.env ' );
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88
99The 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
You can’t perform that action at this time.
0 commit comments