Skip to content

Commit c718258

Browse files
committed
Prepare for 3.4.14 release
1 parent d204da6 commit c718258

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
include:
48-
- php: '8.0'
49-
moodle-branch: 'master'
5048
- php: '8.0'
5149
moodle-branch: 'MOODLE_402_STABLE'
5250
- php: '7.4'

bin/moodle-plugin-ci

+1-1
Original file line numberDiff line numberDiff 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.13');
49+
define('MOODLE_PLUGIN_CI_VERSION', '3.4.14');
5050

5151
define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@');
5252
define('ENV_FILE', dirname(__DIR__).'/.env');

docs/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
1010

1111
## [Unreleased]
12+
## [3.4.14] - 2024-08-24
1213
### Changed
1314
- Fixed nvm loading issue caused by upstream regression.
1415

@@ -509,7 +510,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
509510
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
510511
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
511512

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
513515
[3.4.13]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.12...3.4.13
514516
[3.4.12]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.11...3.4.12
515517
[3.4.11]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.10...3.4.11

0 commit comments

Comments
 (0)