Skip to content

Commit b382100

Browse files
committed
Prepare for 3.4.8 release
1 parent 059c1bb commit b382100

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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.7');
49+
define('MOODLE_PLUGIN_CI_VERSION', '3.4.8');
5050

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

docs/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ 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.8] - 2023-03-06
1214
### Changed
1315
- Modified the Travis templates and docs to point that, since [MDL-75012](https://tracker.moodle.org/browse/MDL-75012) (core update to Node 18), Ubuntu Focal 20.04 is the minimum required by runs.
1416
- ACTION REQUIRED: Review any Travis configuration for 39_STABLE and up. Now they require Ubuntu 20.04 (focal) to be specified.
15-
- The `codechecker` command has been rename to `phpcs`, to better match other command names. The old name remains as alias, so no change is required.
17+
- The `codechecker` command has been renamed to `phpcs`, to better match other command names. The old name remains as alias, so no change is required.
1618

1719
## [3.4.7] - 2023-03-04
1820
### Changed
@@ -481,7 +483,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
481483
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
482484
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
483485

484-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.7...master
486+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.8...3.x
487+
[3.4.8]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.7...3.4.8
485488
[3.4.7]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.6...3.4.7
486489
[3.4.6]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.5...3.4.6
487490
[3.4.5]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.4...3.4.5

0 commit comments

Comments
 (0)