File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
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 ' , '4.1.4 ' );
48+ define ('MOODLE_PLUGIN_CI_VERSION ' , '4.1.5 ' );
4949
5050define ('MOODLE_PLUGIN_CI_BOXED ' , '@is_boxed@ ' );
5151
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99The format of this change log follows the advice given at [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
1010
1111## [ Unreleased]
12+ ## [ 4.1.5] - 2023-09-22
1213### Changed
1314- Updated project dependencies to current [ moodle-cs] ( https://github.com/moodlehq/moodle-cs ) version.
1415
@@ -577,7 +578,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
577578- ` moodle-plugin-ci shifter ` command. Run YUI Shifter on plugin YUI modules.
578579- ` moodle-plugin-ci csslint ` command. Lints the CSS files in the plugin.
579580
580- [ Unreleased ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.4...master
581+ [ Unreleased ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.5...master
582+ [ 4.1.5 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.4...4.1.5
581583[ 4.1.4 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.3...4.1.4
582584[ 4.1.3 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.2...4.1.3
583585[ 4.1.2 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.1...4.1.2
You can’t perform that action at this time.
0 commit comments