Skip to content

Commit

Permalink
Version 2.20.9.
Browse files Browse the repository at this point in the history
Updated CI actions.
Completed tests.
Added new tests.
Updated psalm configuration and annotations.
Removed "$trim" parameter for "createExpression" function.
  • Loading branch information
laurentmuller committed Mar 20, 2024
1 parent 12ba0c2 commit 9254897
Show file tree
Hide file tree
Showing 13 changed files with 107 additions and 112 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Change log

## [Unreleased]
### [Unreleased]

Check failure on line 3 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build

Heading levels should only increment by one level at a time

CHANGELOG.md:3 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md001.md

Check failure on line 3 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build

Heading levels should only increment by one level at a time

CHANGELOG.md:3 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md001.md

### [2.20.9] - 2024-03-20

- Updated CI actions.
- Completed tests.
- Added new tests.
- Updated psalm configuration and annotations.
- Removed `$trim` parameter for `createExpression` function.

### [2.20.8] - 2024-01-09

Expand Down Expand Up @@ -123,6 +127,7 @@ as possible. See [Security Advisory: ZF2014-01](https://framework.zend.com/secur
- Initial release

[Unreleased]: https://github.com/laurentmuller/HighchartsBundle/compare/1.7...HEAD
[2.20.9]: https://github.com/laurentmuller/HighchartsBundle/compare/2.20.8...2.20.9
[2.20.8]: https://github.com/laurentmuller/HighchartsBundle/compare/2.20.7...2.20.8
[2.20.7]: https://github.com/laurentmuller/HighchartsBundle/compare/2.20.6...2.20.7
[2.20.6]: https://github.com/laurentmuller/HighchartsBundle/compare/2.20.5...2.20.6
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ One may ask you to [squash your commits](http://gitready.com/advanced/2009/02/10
too. This is used to "clean" your Pull Request before merging it (we don't want
commits such as `fix tests`, `fix 2`, `fix 3`, etc.).

Also, while creating your Pull Request on GitHub, you MUST write a description
Also, while creating your Pull Request on GitHub, you MUST write a description,
which gives the context and/or explains why you are creating it.

Thank you!
Expand Down
106 changes: 53 additions & 53 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9254897

Please sign in to comment.