Skip to content

Releases: christofferok/laravel-emojione

5.1.0

24 Jul 06:12
d9f8d8c
Compare
Choose a tag to compare

Laravel 9 support

5.0.0

03 Aug 07:20
a675b71
Compare
Choose a tag to compare

PHP 8 support

4.0.4

17 Sep 07:14
76079be
Compare
Choose a tag to compare

Laravel 8 support

4.0.3

31 May 12:56
77df87a
Compare
Choose a tag to compare

Laravel 7 support

4.0.2

17 Sep 12:14
Compare
Choose a tag to compare

Laravel 6 support

4.0.1

18 Dec 15:21
Compare
Choose a tag to compare

You can now turn on ascii emoji transformation from config.

To enable add this to your config/emojione.php:

'ascii' => true

Thanks to @pincombe for the PR 👍

4.0.0

06 Sep 07:25
Compare
Choose a tag to compare

Support for the EmojiOne 4.0 release! 🎉

See README.md for instructions on upgrading from 3.x to 4.0 💪🏼

3.0.0

06 Sep 07:23
Compare
Choose a tag to compare

Just tag a release to match the Emojione version. No real changes

2.1.3

08 May 13:46
91a1d6b
Compare
Choose a tag to compare

Typos and readme changes

2.1.2

22 Jul 12:34
Compare
Choose a tag to compare
  • Package now auto discoverable in Laravel 5.5
  • imagePathPNG is now run through url() if defined