Skip to content

Commit d9f0991

Browse files
committed
Merge branch 'v2'
2 parents 68c8d2f + 4af8c4e commit d9f0991

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 2.2.1
4+
- README.md and CHANGELOG.md Updated.
5+
6+
## 2.2.0
7+
- Added Laravel 6.x support.
8+
9+
## 2.1.2
10+
- Updated laravel required version in `composer.json` file.
11+
312
## 2.1.1
413
- Added Laravel 5.8 support.
514
- Extend config `wordpress-hash.php` with option to map email and password column if you've changed and default connection set to `wp-mysql`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
| **Laravel** | **wordpress-auth-driver-laravel** |
66
|---|---|
77
| 5.2 to 5.5 | ^1.0 |
8-
| 5.6 to 5.8 | ^2.0 |
8+
| 5.6 to 6.x | ^2.0 |
99

1010
## Installation
1111

1212
To install this package you will need
13-
- Laravel 5.6|5.7|5.8 ([for older versions of laravel](https://github.com/ahsankhatri/wordpress-auth-driver-laravel/tree/v1))
13+
- Laravel 5.6|5.7|5.8|6.x ([for older versions of laravel](https://github.com/ahsankhatri/wordpress-auth-driver-laravel/tree/v1))
1414
- PHP 7.1
1515

1616
The best way to install this package is with the help of composer. Run

0 commit comments

Comments
 (0)