File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-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.3 .0 ' );
49+ define ('MOODLE_PLUGIN_CI_VERSION ' , '3.4 .0 ' );
5050
5151define ('MOODLE_PLUGIN_CI_BOXED ' , '@is_boxed@ ' );
5252define ('ENV_FILE ' , dirname (__DIR__ ).'/.env ' );
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ 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+
13+ ## [ 3.4.0] - 2022-07-27
1214### Added
1315- ` moodle-plugin-ci install ` now provides an option ` --db-port ` to define a custom database port.
1416
@@ -431,7 +433,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
431433- ` moodle-plugin-ci shifter ` command. Run YUI Shifter on plugin YUI modules.
432434- ` moodle-plugin-ci csslint ` command. Lints the CSS files in the plugin.
433435
434- [ Unreleased ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.3.0...master
436+ [ Unreleased ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.0...master
437+ [ 3.4.0 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.3.0...3.4.0
435438[ 3.3.0 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.6...3.3.0
436439[ 3.2.6 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.5...3.2.6
437440[ 3.2.5 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.4...3.2.5
You can’t perform that action at this time.
0 commit comments