Skip to content

Releases: nojimage/twitter-text-php

Twitter Text PHP v3.3.1

12 Jul 03:34
3f2e31f
Compare
Choose a tag to compare
  • Don't count carriage return characters in end of line sequence #46 #47 (Thanks @kochi-luida

Twitter Text PHP v3.3.0

05 Jun 05:44
Compare
Choose a tag to compare
  • Autolink can change base url. refs #44 #45 (Thanks @j3j5
  • Support PHP 8.2

Twitter Text PHP v3.2.0

28 Oct 13:27
Compare
Choose a tag to compare
  • Add support and tests for PHP 8
  • Drop support for PHP 5.3 - 7.3

Twitter Text PHP v3.1.2

18 Mar 11:42
979bcf6
Compare
Choose a tag to compare
  • Hit highlighting: avoid errors with PHP 8. #39

Twitter Text PHP v3.1.1

30 Sep 13:44
7f466b3
Compare
Choose a tag to compare
  • Avoid distributing tests & other unnecessary files. refs #35

Twitter Text PHP v3.1.0

22 Apr 12:16
Compare
Choose a tag to compare
  • Pass twitter-text conformance 3.1.0
  • Update EmojiRegex, support Unicode Emoji 12.1
  • Add Autolink::setRel() method. Autolink can set rel attribute. refs #30, #33
  • Add Autolink::setToAllLinkClasses() method. refs #31, #34
  • fixes code style, use PSR 12

Twitter Text PHP v3.0.1

28 Jan 05:12
ddbcbba
Compare
Choose a tag to compare
  • Add Autolink::setUsernameIncludeSymbol(). When the option set to true, 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

31 Oct 11:47
Compare
Choose a tag to compare
  • 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

17 May 11:10
b6103f2
Compare
Choose a tag to compare
  • The result of Twitter\Text\Extractor::extract() will include cashtags. #22

Twitter Text PHP v2.0.2

15 Feb 12:13
c2f3f18
Compare
Choose a tag to compare
  • Pass twitter-text conformance 2.0.5
  • Change default configuration to v2 in Validator.