diff --git a/CHANGELOG.md b/CHANGELOG.md index 40dd6b8..ec0502f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## 2.2.1 + - README.md and CHANGELOG.md Updated. + +## 2.2.0 + - Added Laravel 6.x support. + +## 2.1.2 + - Updated laravel required version in `composer.json` file. + ## 2.1.1 - Added Laravel 5.8 support. - Extend config `wordpress-hash.php` with option to map email and password column if you've changed and default connection set to `wp-mysql` diff --git a/README.md b/README.md index a2c4b30..da99e80 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ | **Laravel** | **wordpress-auth-driver-laravel** | |---|---| | 5.2 to 5.5 | ^1.0 | -| 5.6 to 5.8 | ^2.0 | +| 5.6 to 6.x | ^2.0 | ## Installation To install this package you will need - - Laravel 5.6|5.7|5.8 ([for older versions of laravel](https://github.com/ahsankhatri/wordpress-auth-driver-laravel/tree/v1)) + - Laravel 5.6|5.7|5.8|6.x ([for older versions of laravel](https://github.com/ahsankhatri/wordpress-auth-driver-laravel/tree/v1)) - PHP 7.1 The best way to install this package is with the help of composer. Run