Releases: jorenvh/laravel-share
Releases · jorenvh/laravel-share
2.0.2
- Adapt tests to changed responses
I forgot to commit these to the previous release, sorry it's late already.
2.0.1
- Urlencode optional title & message parameters (Fixes issue #23)
2.0
- Add support for Font Awesome 5
1.0.3
Add Support for Laravel 5.5 package auto discovery
Fix publish path for translation files
This release fixes the path where language files are published to so that you can override the translation files.
1.0.1
- Add currentPage method
- Apply some cleanups