Releases: nojimage/twitter-text-php
Releases · nojimage/twitter-text-php
Twitter Text PHP v2.0.1
- Extractor::extract() was broken, fix it.
Twitter Text PHP v2.0
Changes
- Pass twitter-text conformance 2.0.0
- Add to required php extension,
mbstring
andintl
. - Add
Parser
,ParseResults
,Configuration
class for twitter-text 2.0 "weighted" tweets. - Twtter\Text classes no longer extended Regex class.
- Deprecated
Validator::isValidTweetText()
,Validator::getTweetLength()
. Extractor
constractor no longer accepts$tweet
Validator
constractor no longer accepts$tweet
and$config
.Validator
constractor only acceptsConfiguration
incetance.
Twitter Text PHP v1.14.0
- passed twitter-text conformance v1.14.7 (NOTE: I can not update gTLDs, because the regular expression is too long.)
- support namespace
- support PHP 7
Twitter Text PHP v1.1.1
- passed twitter-text-confomance v1.8.0
- fixes Twitter_Autolink::addLinks() on loose mode, to work correctly.