Skip to content

Commit

Permalink
Changed the chart function visibility of the HighchartsExtension clas…
Browse files Browse the repository at this point in the history
…s. Updated TwigTest class.
  • Loading branch information
laurentmuller committed Apr 30, 2024
1 parent 8508d34 commit 0522fb7
Show file tree
Hide file tree
Showing 8 changed files with 249 additions and 220 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v15
uses: DavidAnson/markdownlint-cli2-action@v16

- name: Validate Composer
run: composer validate --strict
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## [Unreleased]

- Added markdown configuration file.
- Changed the `chart` function visibility of the `HighchartsExtension` class.
- Updated `TwigTest` class.

## [2.20.12] - 2024-04-22

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

## [2.20.4] - 2023-12-08

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

## [2.20.3] - 2023-11-28

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

## [2.20.0] - 2023-11-28

- Removed pretty print option
- Removed the pretty print option

## [2.19.19] - 2023-11-28

Expand Down Expand Up @@ -122,7 +125,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 pane option
- Add support for the pane option
- Add support for Highstock
- Extract a common interface from Highchart and Highstock
- Add support for rangeSelector
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HighchartsBundle

This is fork of the [ObHighchartsBundle](https://github.com/marcaube/ObHighchartsBundle)
This is a fork of the [ObHighchartsBundle](https://github.com/marcaube/ObHighchartsBundle)
with support for PHP 8.2.

`HighchartsBundle` eases the use of highcharts to display rich graphs and
Expand Down

0 comments on commit 0522fb7

Please sign in to comment.