Skip to content

Commit

Permalink
Add the missing coreapis.txt file to the PHAR archive
Browse files Browse the repository at this point in the history
Note that normally that file is used as fallback when
working offline, but better have it added to the PHAR.

Note that, soon, we'll replace that file by another one
because we have already lib/apis.json in core and we
will switch to it (better than crawling the devdocs).

Also, reorganise a little bit the CHANGELOG.md file.
  • Loading branch information
stronk7 committed Sep 15, 2023
1 parent c5b02cd commit 4e06058
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
"pix"
]
},
{
"in": "vendor/moodlehq/moodle-local_moodlecheck",
"name": [
"coreapis.*"
]
},
{
"in": "vendor/squizlabs/php_codesniffer",
"name": [
Expand Down
12 changes: 9 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ 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]
### Changed
- Reduced the number of own CI tests (internal change) executed with Travis.
- Updated project dependencies to current [moodle-cs](https://github.com/moodlehq/moodle-cs).

### Fixed
- Fix the `.env` support when running from within the PHAR archive.
- Fix the `mustache` command to work from within the PHAR archive.
- Fix the `phpcs` and `phpcbf` commands to work from within the PHAR archive.
- Solved various problems related with the execution of checks from PHAR:
- Fixed the `.env` support.
- Fixed the `mustache` command execution.
- Fixed the `phpcs` and `phpcbf` commands execution.
- Fixed the `phpdoc` command to use the bundled `coreapis.txt` file.

## [4.1.3] - 2023-09-08
### Changed
Expand Down

0 comments on commit 4e06058

Please sign in to comment.