v3.0.0
- Increase the minimum supported PHP version to 7.4
- Add support for PHP 8.2 version
- Add support for Laravel 9
- Add a
templater
configuration option - Remove the
throwException
configuration option - Change the
share
alias rename tosharebuttons
- Change config
providers
rename tobuttons
- Update the Laravel service provider
- Update README.md
- Massive refactoring
Breaking change: the container binding alias has changed from share
to sharebuttons
. Don't forget to republish the config file - pay attention that the providers
property was replaced with the buttons
property.