Skip to content

Releases: kudashevs/laravel-share-buttons

v2.0.0

22 Dec 08:54
Compare
Choose a tag to compare
  • Change the package templater
  • Move representations from a language file to config
  • Update README.md

This is a major release which has a breaking change. It removes the language file with representations.

v1.1.5

22 Dec 08:53
Compare
Choose a tag to compare
  • Update README.md file
  • Fix README.md the language filename

v1.1.4

22 Dec 08:53
Compare
Choose a tag to compare
  • Add a hacker news share provider
  • Add a skype share provider
  • Some improvements

This release requires the share-buttons.php config file update.

v1.1.3

22 Dec 08:52
Compare
Choose a tag to compare
  • Add a pocket share provider
  • Fix ShareButtonsFacade docblock with signatures

This release requires the share-buttons.php config file update.

v1.1.2

22 Dec 08:52
Compare
Choose a tag to compare
  • Add a pocket share provider
  • Update the facebook provider with default text
  • Some style improvements

v1.1.1

21 Dec 11:06
Compare
Choose a tag to compare
  • Add templaters to use in formatters
  • Some improvements

v1.1.0

21 Dec 11:06
Compare
Choose a tag to compare
  • Move share URL query string to the config
  • Add usage of templaters to the share provider abstraction
  • Add a new options parsing flow to the share provider abstraction
  • Update share providers with usage of a templater
  • Refactor the providers factory to hide providers list
  • Add createInstance() method to the providers factory
  • Some improvements

This release requires the share-buttons.php config file update because of some changes in its format.
Please update the url keys in providers section manually, or delete the file and then publish a new
config file with the php artisan vendor:publish command.

v1.0.2

21 Dec 11:05
Compare
Choose a tag to compare
  • Move share URL query string to providers
  • Some style improvements

v1.0.1

11 Dec 18:10
Compare
Choose a tag to compare
  • Add Laravel 6 to run-tests action
  • Some style improvements

v1.0.0

11 Dec 17:37
Compare
Choose a tag to compare
  • initial release