Skip to content

Commit

Permalink
Merge branch 'v2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsankhatri committed Apr 26, 2020
2 parents 68c8d2f + 4af8c4e commit d9f0991
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9f0991

Please sign in to comment.