All Notable changes to laravel-share
will be documented in this file
- initial release
- Add currentPage method
- Apply some cleanups
- Fix publish path for translation files
- Add support for Laravel 5.5 Package Auto-Discovery
- Bug fix for Laravel 5.5 Package Auto-Discovery, this fixes issue #9
- Add support for Font Awesome 5, next to Font Awesome 4. PR #16
- Urlencode optional title & message parameters (Fixes issue #23)
- Adapt tests to changed responses with urlencoded title & message parameters
- Add Whatsapp share provider
- Add Pinterest share provider
- Remove Google Plus share provider
- Add Redit share provider
- Add Telegram share provider
- Add support for the title attribute. (credit to Bogdan Cismariu)
- Add
getRawLinks
method to only return the raw links
- use
Arr::first
instead ofarray_first
helper
Breaking changes:
- The minimum required php version is now php 7.3
- Dropped out of the box support for Font Awesome 4
- Upgraded phpunit unit version to v9.4
Other changes:
- Updated the Linkedin base url to the 2020 version
- Updated the Pintreset base url to use https
- Added support for "rel" attribute on the generated share links
- Add Laravel 9 support
- Increase minimum required php version to php 7.4