Skip to content

Releases: nojimage/twitter-text-php

Twitter Text PHP v2.0.1

18 Jan 02:06
a963299
Compare
Choose a tag to compare
  • Extractor::extract() was broken, fix it.

Twitter Text PHP v2.0

16 Jan 12:18
e19d55e
Compare
Choose a tag to compare

Changes

  • Pass twitter-text conformance 2.0.0
  • Add to required php extension, mbstring and intl.
  • 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 accepts Configuration incetance.

Twitter Text PHP v1.14.0

21 Sep 06:31
Compare
Choose a tag to compare
  • 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

28 Feb 16:32
Compare
Choose a tag to compare
  • passed twitter-text-confomance v1.8.0
  • fixes Twitter_Autolink::addLinks() on loose mode, to work correctly.