Skip to content

Commit

Permalink
Prepare for 3.4.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin committed Aug 29, 2024
1 parent d204da6 commit c718258
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.0'
moodle-branch: 'master'
- php: '8.0'
moodle-branch: 'MOODLE_402_STABLE'
- php: '7.4'
Expand Down
2 changes: 1 addition & 1 deletion bin/moodle-plugin-ci
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) {
}

// Current version. Keep it updated on releases.
define('MOODLE_PLUGIN_CI_VERSION', '3.4.13');
define('MOODLE_PLUGIN_CI_VERSION', '3.4.14');

define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@');
define('ENV_FILE', dirname(__DIR__).'/.env');
Expand Down
4 changes: 3 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).

## [Unreleased]
## [3.4.14] - 2024-08-24
### Changed
- Fixed nvm loading issue caused by upstream regression.

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

[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.13...3.x
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.14...3.x
[3.4.14]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.13...3.4.14
[3.4.13]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.12...3.4.13
[3.4.12]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.11...3.4.12
[3.4.11]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.10...3.4.11
Expand Down

0 comments on commit c718258

Please sign in to comment.