HEX
Server: Apache
System: Linux webm006.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: perditaeyz (838589)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/p/e/r/perditaeyz/www/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/Changes.md
# Changes

## 3.0.0

- Pass twitter-text conformance 3.0.0
- Change default configuration to v3 (emojiParsingEnabled=true)
- Add t.co with query string support
- Add Directional Characters support

## 2.0.2

- Pass twitter-text conformance 2.0.5
- Change default configuration to v2 in `Validator`.

## 2.0.1

- Fixes wrong method call in Extractor::extract() #19

## 2.0.0

- 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.