Skip to content

Commit

Permalink
update readme for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Feb 14, 2018
1 parent fab7a58 commit 74ae3c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Cascading soft deletes for the Laravel PHP Framework
## v1.3.0
## v1.4.0

![Travis Build Status](https://travis-ci.org/michaeldyrynda/laravel-cascade-soft-deletes.svg?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/michaeldyrynda/laravel-cascade-soft-deletes/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/michaeldyrynda/laravel-cascade-soft-deletes/?branch=master)
Expand Down Expand Up @@ -30,6 +30,8 @@ As of `v1.0.5`, the package has better support of `hasOne` relationships ([#10](

`v1.3.0` adds compatibility with Laravel 5.5.

`v1.4.0` adds compatibility with Laravel 5.6.

## Code Samples

```php
Expand Down

0 comments on commit 74ae3c8

Please sign in to comment.