Skip to content

Commit

Permalink
Release 2.13.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Feb 11, 2023
1 parent 8b473fe commit bbd9e34
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2.13.1 (2023-02-11)
===================

[Full commit log](https://github.com/s9e/TextFormatter/compare/eb608586bef442a91a009bff6f0a685a0be9f1a3...8b473fee905a5e7719a48b576c12686427433d47)

### Added

- `f84dbded0` MediaEmbed: added Bunny Stream
- `922025f00` MediaEmbed: added support for YouTube Live URLs

### Changed

- `8b473fee9` Improved PHP 8.2 support
- `285322ab8` MediaEmbed: updated Tumblr
- `d1441d7ae` MediaEmbed: updated Tumblr
- `961b39811` Parser: remove U+FFFE and U+FFFF from input and output
- `889296b3b` Updated PHPUnit to 9.6


2.13.0 (2023-01-30)
===================

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"post-update-cmd": "php scripts/patchReadme.php"
},
"extra": {
"version": "2.13.1-dev"
"version": "2.13.1"
}
}

0 comments on commit bbd9e34

Please sign in to comment.