Skip to content

Commit

Permalink
Release 2.17.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Mar 24, 2024
1 parent 56da3f4 commit 328c056
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
2.17.0 (2024-03-24)
===================

[Full commit log](https://github.com/s9e/TextFormatter/compare/a78b8f9bc169d0b6dd81ffff3c97479875bd673d...56da3f43159570c2e19c9d1975f67547f6e53fb5)

### Added

- `c9f762aad` Added JavaScript support for str_replace() as an attribute filter
- `54546445f` Added deprecation warning to docs
- `a3aa58984` AttributeFilterChain: added support for constructor arguments in default filters
- `5a937310a` AttributeFilterCollection: added support for arguments passed to default filters
- `84ee03aad` FilterSyntaxMatcher: added support for named arguments
- `4599040f4` MediaEmbed: added Captivate
- `ddadd0525` MediaEmbed: added XenForo

### Fixed

- `56da3f431` Fixed links in docs
- `9dc8b1a69` Fixed nullable types for PHP 8.4

### Changed

- `894615027` MediaEmbed: updated Imgur
- `7372cd01f` MediaEmbed: updated Kaltura
- `fb4b6d957` MediaEmbed: updated Mastodon
- `0941fde59` Updated copyright notice
- `99dffbce7` Updated dependencies


2.16.0 (2024-01-07)
===================

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"test": "phpunit --exclude-group ''"
},
"extra": {
"version": "2.17.0-dev"
"version": "2.17.0"
}
}

0 comments on commit 328c056

Please sign in to comment.