Skip to content

Commit

Permalink
Updated rector configuration. Move documentation to the root folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed May 10, 2024
1 parent 0522fb7 commit af35b10
Show file tree
Hide file tree
Showing 8 changed files with 85 additions and 71 deletions.
4 changes: 4 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
config:
line-length: false

globs:
- "*.md"
- "doc/*.md"
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- Added markdown configuration file.
- Changed the `chart` function visibility of the `HighchartsExtension` class.
- Updated `TwigTest` class.
- Updated rector configuration.
- Move documentation to the root folder.

## [2.20.12] - 2024-04-22

Expand Down Expand Up @@ -48,8 +50,7 @@

## [2.20.4] - 2023-12-08

- Moved `isExpression()` function from `ChartOption` class to `AbstractChart`
class.
- Moved is expression from chart option to abstract chart.

## [2.20.3] - 2023-11-28

Expand All @@ -66,7 +67,7 @@

## [2.20.0] - 2023-11-28

- Removed the pretty print option
- Removed pretty print option

## [2.19.19] - 2023-11-28

Expand Down Expand Up @@ -125,7 +126,7 @@
This release fixes a security issue. You are encouraged to update to it as soon
as possible. See [Security Advisory: ZF2014-01](https://framework.zend.com/security/advisory/ZF2014-01)

- Add support for the pane option
- Add support for pane option
- Add support for Highstock
- Extract a common interface from Highchart and Highstock
- Add support for rangeSelector
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ DRY out your chart code by writing it all in PHP!

## Documentation

* [Installation](resources/doc/installation.md)
* [Usage](resources/doc/usage.md)
* [Cookbook](resources/doc/cookbook.md)
* [Installation](doc/installation.md)
* [Usage](doc/usage.md)
* [Cookbook](doc/cookbook.md)
* [Highcharts API](https://api.highcharts.com/highcharts)

## Contributing
Expand Down

0 comments on commit af35b10

Please sign in to comment.