File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) {
4646}
4747
4848// Current version. Keep it updated on releases.
49- define ('MOODLE_PLUGIN_CI_VERSION ' , '3.4.9 ' );
49+ define ('MOODLE_PLUGIN_CI_VERSION ' , '3.4.10 ' );
5050
5151define ('MOODLE_PLUGIN_CI_BOXED ' , '@is_boxed@ ' );
5252define ('ENV_FILE ' , dirname (__DIR__ ).'/.env ' );
Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
1010
1111## [ Unreleased]
1212
13+ ## [ 3.4.10] - 2023-03-14
14+ ### Changed
15+ - Various improvements to the Travis & GHA dist files and documentation.
16+ - Updated project dependencies to current [ moodle-cs] ( https://github.com/moodlehq/moodle-cs ) version.
17+
1318## [ 3.4.9] - 2023-03-08
1419### Added
1520- Improved release process: Now every version changelog (this file) is automatically added to the release notes.
@@ -488,7 +493,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
488493- ` moodle-plugin-ci shifter ` command. Run YUI Shifter on plugin YUI modules.
489494- ` moodle-plugin-ci csslint ` command. Lints the CSS files in the plugin.
490495
491- [ Unreleased ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.9...3.x
496+ [ Unreleased ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.10...3.x
497+ [ 3.4.10 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.9...3.4.10
492498[ 3.4.9 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.8...3.4.9
493499[ 3.4.8 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.7...3.4.8
494500[ 3.4.7 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.6...3.4.7
You can’t perform that action at this time.
0 commit comments