Skip to content

Commit

Permalink
Prepare the v3.3.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jan 19, 2024
1 parent 2fd5234 commit f4c5229
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ 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]
## [v3.3.13] - 2024-01-19
### Changed
- Applied various internal, coding and CI improvements:
- Modified own CI tests to behave better.
- Locked `nikic/php-parser` to `v4` to avoid jumping to `v5` yet (PHP compatibility).
- Updated composer dependencies to current versions, notably `PHP_CodeSniffer` (3.8.1).

### Added
- New `moodle.Commenting.TodoComment` Sniff will be in charge to control that all the todo comments in core (both `// TODO` and `@todo` ones). Always come with a link to the [MDL project in the Tracker](https://tracker.moodle.org/projects/MDL).

Its behaviour can be controlled both by the `commentRequiredRegex` property in ruleset files or by the `moodleTodoCommentRegex` configuration option in `phpcs.xml` files and CLI invocations. Setting them to empty string disables the Sniff completely.


## [v3.3.12] - 2023-12-19
### Changed
- Moved `PHP_CodeSniffer` from `squizlabs` (being abandoned) to `PHPCSStandars` (new repository). Everybody is welcome to [contribute](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/.github/CONTRIBUTING.md) or help [sponsoring](https://github.com/PHPCSStandards/PHP_CodeSniffer) the project!
Expand Down Expand Up @@ -111,7 +124,8 @@ All features are maintained and no new features have been introduced to either t

All the details about [previous releases] can be found in [local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) own change log.

[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.12...main
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.13...main
[v3.3.13]: https://github.com/moodlehq/moodle-cs/compare/v3.3.12...v3.3.13
[v3.3.12]: https://github.com/moodlehq/moodle-cs/compare/v3.3.11...v3.3.12
[v3.3.11]: https://github.com/moodlehq/moodle-cs/compare/v3.3.10...v3.3.11
[v3.3.10]: https://github.com/moodlehq/moodle-cs/compare/v3.3.9...v3.3.10
Expand Down

0 comments on commit f4c5229

Please sign in to comment.