Releases: nojimage/twitter-text-php
Releases · nojimage/twitter-text-php
Twitter Text PHP v3.3.1
- Don't count carriage return characters in end of line sequence #46 #47 (Thanks @kochi-luida
Twitter Text PHP v3.3.0
Twitter Text PHP v3.2.0
- Add support and tests for PHP 8
- Drop support for PHP 5.3 - 7.3
Twitter Text PHP v3.1.2
- Hit highlighting: avoid errors with PHP 8. #39
Twitter Text PHP v3.1.1
- Avoid distributing tests & other unnecessary files. refs #35
Twitter Text PHP v3.1.0
Twitter Text PHP v3.0.1
- Add
Autolink::setUsernameIncludeSymbol()
. When the option set totrue
, then include '@' in mention link. refs #28 - Add
Autolink::setSymbolTag()
,Autolink::setTextWithSymbolTag()
. These methods set markup HTML tag to be applied around text part of hashtags/usernames/lists/cashtag
Twitter Text PHP v3.0.0
- Pass twitter-text conformance 3.0.0
- Change default configuration to v3 (emojiParsingEnabled=true)
- Support t.co with query string
- Support Directional Characters
Twitter Text PHP v2.0.3
- The result of
Twitter\Text\Extractor::extract()
will include cashtags. #22
Twitter Text PHP v2.0.2
- Pass twitter-text conformance 2.0.5
- Change default configuration to v2 in
Validator
.