Skip to content

Commit

Permalink
docs: add CHANGELOG entries for v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Mar 31, 2021
1 parent 3ee642a commit f64b9ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v4.0.0] - 2021-03-31

- Change `BasePlugin::__construct` signature to `__construct(array $options = [])` (make `$options` optional)
- Add `getTranslations` and `setTranslations` to `MoReader` class
- Add a new even simpler example using `setTranslations`
- Remove options array sent to `MoReader`, it was useless

## [v3.0.0] - 2021-03-24

- Use `phpmyadmin/twig-i18n-extension` for Twig translation tag and pipe support
Expand Down

0 comments on commit f64b9ca

Please sign in to comment.