Skip to content

Commit 492359b

Browse files
committed
Prepare for 3.1.0 release
1 parent c3f7ccd commit 492359b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
1111
## [Unreleased]
1212
No unreleased changes.
1313

14+
## [3.1.0] - 2021-05-14
15+
### Added
16+
- Support for PHP 8.0 jobs.
17+
- ACTION REQUIRED: Small modifications are required to both Travis and GHA integrations,
18+
only if adding PHP 8 jobs. These changes include 1) Setting up the `max_input_vars=5000`
19+
PHP configuration setting, for all runs, and 2) Enabling the `xmlrpc-beta` extension
20+
if the plugin requires xmlrpc services, only for PHP 8 runs. See
21+
[gha.dist.yml](https://github.com/moodlehq/moodle-plugin-ci/blob/master/gha.dist.yml) and
22+
[.travis.dist.yml](https://github.com/moodlehq/moodle-plugin-ci/blob/master/.travis.dist.yml) for more information.
23+
24+
### Changed
25+
- Updated various internal dependencies and tools.
26+
- Moved [moodle-local_moodlecheck](https://github.com/moodlehq/moodle-local_moodlecheck) and
27+
[moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) dependencies to use tagged references instead of commit ones.
28+
1429
## [3.0.8] - 2021-04-23
1530
### Changed
1631
- 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.
@@ -336,7 +351,8 @@ No unreleased changes.
336351
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
337352
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
338353

339-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.8...master
354+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.1.0...master
355+
[3.1.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.8...3.1.0
340356
[3.0.8]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.7...3.0.8
341357
[3.0.7]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.6...3.0.7
342358
[3.0.6]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.0.5...3.0.6

0 commit comments

Comments
 (0)