File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.3.0 (2023-12-06)
4+
5+ * Feature: Full PHP 8.3 compatibility.
6+ (#29 by @yadaiio and #27 by @clue )
7+
8+ * Minor documentation improvements.
9+ (#25 by @PaulRotmann , #26 by @SimonFrings and #28 by @yadaiio )
10+
11+ * Improve test suite, use GitHub actions for continuous integration (CI).
12+ (#24 by @SimonFrings )
13+
314## 1.2.0 (2020-11-06)
415
516* Improve test suite and add ` .gitattributes ` to exclude dev files from export.
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ This project follows [SemVer](https://semver.org/).
7878This will install the latest supported version:
7979
8080``` bash
81- composer require clue/utf8-react:^1.2
81+ composer require clue/utf8-react:^1.3
8282```
8383
8484See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments