Skip to content

Commit

Permalink
Prepare for 4.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jul 14, 2023
1 parent 2c853ce commit 323ecc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/moodle-plugin-ci
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) {
}

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

define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@');
define('ENV_FILE', dirname(__DIR__) . '/.env');
Expand Down
8 changes: 6 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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]
## [4.1.1] - 2023-07-14
### Added
- Add support for the following optional env variables, that will be used on installation, getting precedence over the corresponding existing option:
- `DB_USER`: To specify the database username (alternative to `--db-user`)
Expand All @@ -19,6 +19,9 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt

Note that these new env variables behave exactly the same than the existing (and often used) `DB` one, that is also a priority alternative to `--db-type` on install.

### Changed
- Updated project dependencies to current [moodle-local_moodlecheck](https://github.com/moodlehq/moodle-local_moodlecheck) and [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) versions.

## [4.1.0] - 2023-05-29
### Added
- Add the `--testdox` option to the `phpunit` command.
Expand Down Expand Up @@ -545,7 +548,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/4.1.0...master
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.1...master
[4.1.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.0...4.1.1
[4.1.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.0.0...4.1.0
[4.0.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.12...4.0.0
[3.4.12]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.11...3.4.12
Expand Down

0 comments on commit 323ecc4

Please sign in to comment.