Skip to content

Commit 8d14f75

Browse files
committed
Prepare for 3.4.13 release
1 parent 0ae91b6 commit 8d14f75

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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.12');
49+
define('MOODLE_PLUGIN_CI_VERSION', '3.4.13');
5050

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

docs/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ 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+
13+
## [3.4.13] - 2023-09-02
1214
### Changed
1315
- Modified `moodle-local_ci` composer dependencies and manage them normally, removing some ancient bits that have [stopped working with Composer 2.6.0 and up](https://github.com/composer/composer/issues/11613).
1416
- Updated project dependencies to current [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) version.
@@ -505,7 +507,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
505507
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
506508
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
507509

508-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.12...3.x
510+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.13...3.x
511+
[3.4.13]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.12...3.4.13
509512
[3.4.12]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.11...3.4.12
510513
[3.4.11]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.10...3.4.11
511514
[3.4.10]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.9...3.4.10

0 commit comments

Comments
 (0)