Skip to content

Commit

Permalink
Release 2.9.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Apr 17, 2021
1 parent 561eec5 commit d764e9e
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.9.0 (2021-04-17)
==================

[Full commit log](https://github.com/s9e/TextFormatter/compare/e2d5fba85a92a62b477957943de3aecc0cc4d023...561eec5a1770736c08aa83778e287d05de5fc2d0)

### Added

- `4256d1f08` MediaEmbed: added Apple Podcasts
- `beb0082bc` XPathConvertor: added support for PHP 8.0 string functions

### Changed

- `f801b61f2` MediaEmbed: updated IMDb
- `44f22bfc8` MediaEmbed: updated Wistia
- `bd16776c5` Updated bundles
- `f1fe19a42` XPathConvertor: made the optional PHP features togglable
- `26ac52914` XSLT: explicitly set htmlspecialchars() escape mode


2.8.6 (2021-03-29)
==================

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.9.0-dev"
"version": "2.9.0"
}
}

0 comments on commit d764e9e

Please sign in to comment.