File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 45
45
fail-fast : false
46
46
matrix :
47
47
include :
48
- - php : ' 8.0'
49
- moodle-branch : ' master'
50
48
- php : ' 8.0'
51
49
moodle-branch : ' MOODLE_402_STABLE'
52
50
- php : ' 7.4'
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) {
46
46
}
47
47
48
48
// Current version. Keep it updated on releases.
49
- define ('MOODLE_PLUGIN_CI_VERSION ' , '3.4.13 ' );
49
+ define ('MOODLE_PLUGIN_CI_VERSION ' , '3.4.14 ' );
50
50
51
51
define ('MOODLE_PLUGIN_CI_BOXED ' , '@is_boxed@ ' );
52
52
define ('ENV_FILE ' , dirname (__DIR__ ).'/.env ' );
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9
9
The format of this change log follows the advice given at [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
10
10
11
11
## [ Unreleased]
12
+ ## [ 3.4.14] - 2024-08-24
12
13
### Changed
13
14
- Fixed nvm loading issue caused by upstream regression.
14
15
@@ -509,7 +510,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
509
510
- ` moodle-plugin-ci shifter ` command. Run YUI Shifter on plugin YUI modules.
510
511
- ` moodle-plugin-ci csslint ` command. Lints the CSS files in the plugin.
511
512
512
- [ Unreleased ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.13...3.x
513
+ [ Unreleased ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.14...3.x
514
+ [ 3.4.14 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.13...3.4.14
513
515
[ 3.4.13 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.12...3.4.13
514
516
[ 3.4.12 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.11...3.4.12
515
517
[ 3.4.11 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.10...3.4.11
You can’t perform that action at this time.
0 commit comments