You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,21 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
11
11
## [Unreleased]
12
12
No unreleased changes.
13
13
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
+
14
29
## [3.0.8] - 2021-04-23
15
30
### Changed
16
31
- 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.
336
351
-`moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
337
352
-`moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
0 commit comments