Skip to content

Commit e30aab8

Browse files
committed
Prepare for 3.4.10 release
1 parent 4fa1a6b commit e30aab8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

bin/moodle-plugin-ci

Lines changed: 1 addition & 1 deletion
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.9');
49+
define('MOODLE_PLUGIN_CI_VERSION', '3.4.10');
5050

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

docs/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)