Skip to content

Commit

Permalink
text and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Jun 2, 2022
1 parent 5bcd88a commit c0a026d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
> This release contains breaks which might affect your application. Checkout the [upgrade document](UPGRADE.md) for more details.
+ [#60](https://github.com/nadar/quill-delta-parser/pull/60) Changed the behavior of `nadar\quill\listener\Link`. Property `$wrapper` has been removed and replaced by `$wrapperOpen`, `$wrapperMiddle` and `$wrapperClose`.
+ [#61](https://github.com/nadar/quill-delta-parser/pull/61) Offical dropped PHP 7.1 support in Unit Test but test and support PHP 8.1 instead.
+ [#61](https://github.com/nadar/quill-delta-parser/pull/61) Offical dropped PHP 7.1 support added PHP 8.1 instead.

## 2.9.0 (5. April 2022)

Expand Down
4 changes: 2 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This document will help you upgrading from a version into another. For more deta

## from 2.x to 3.0

+ [#61](https://github.com/nadar/quill-delta-parser/pull/61) PHP 7.1 is official dropped in unit tests. The code does still work with PHP 7.1 until next major release.
+ [#60](https://github.com/nadar/quill-delta-parser/pull/60) Changed the behavior of `nadar\quill\listener\Link`. Property `$wrapper` has been removed and replaced by `$wrapperOpen`, `$wrapperMiddle` and `$wrapperClose`. If you are not overrding or have a customized setup the `Link` listenere, upgrading is safe.
+ [#61](https://github.com/nadar/quill-delta-parser/pull/61) PHP 7.1 is official dropped in unit tests. The code should still work with PHP 7.1 until next major release.
+ [#60](https://github.com/nadar/quill-delta-parser/pull/60) Changed the behavior of `nadar\quill\listener\Link`. Property `$wrapper` has been removed and replaced by `$wrapperOpen`, `$wrapperMiddle` and `$wrapperClose`. If you are not overriding or have a customized setup the `Link` listenere, upgrading is safe.

## from 1.x to 2.0

Expand Down

0 comments on commit c0a026d

Please sign in to comment.