diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 24337a5..a203744 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-20.04] - php: ['7.4', '8.0', '8.1'] + php: ['8.0', '8.1', '8.2'] name: P${{ matrix.php }} steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d4c2fa..f060c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.0] - TBC + +* Updated PHP requirement to 8.* only [PR#28](https://github.com/mikebarlow/megaphone/pull/28) +* Updated to Livewire 3 [PR#28](https://github.com/mikebarlow/megaphone/pull/28) +* Updated Testbench and Pest [PR#28](https://github.com/mikebarlow/megaphone/pull/28) + ## [1.2.0] - 2023-02-25 * Removed `public $user` from component and changed loading of announcements to prevent user model data exposure. [PR #22](https://github.com/mikebarlow/megaphone/pull/22) diff --git a/README.md b/README.md index 2d6dbb1..3863542 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ Before using Megaphone, a demo is available for you to view and try the Bell Ico [View the Megaphone Demo](https://megaphone.mikebarlow.co.uk) +## Upgrade from 1.x + +Upgrade docs... + ## Installation Simply require the package via composer into your Laravel app.