Skip to content

Commit

Permalink
Update CHANGELOG.md file with the new release information
Browse files Browse the repository at this point in the history
  • Loading branch information
kudashevs committed Mar 17, 2024
1 parent 2ace9d8 commit 12d47e7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All Notable changes to `laravel-share-buttons` will be documented in this file

## [v5.0.0 - 2024-03-17](https://github.com/kudashevs/laravel-share-buttons/compare/v4.0.0...v5.0.0)

- Drop support of the old 6 and 7 Laravel versions
- Add support for PHP 8.3
- Add support for Laravel 11
- Add support for PHPUnit 11
- Update README.md
- Some improvements

This is a major release because it drops the old Laravel versions.

## [v4.0.0 - 2023-08-15](https://github.com/kudashevs/laravel-share-buttons/compare/v3.3.0...v4.0.0)

- Add a separate JS function that can be attached to an event manually suggested by @ronald2wing
Expand Down Expand Up @@ -92,4 +103,4 @@ Breaking change: the container binding alias has changed from `share` to `shareb
- 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.
This is a major release which has a breaking change. It removes the language file with representations.

0 comments on commit 12d47e7

Please sign in to comment.