Skip to content

Commit

Permalink
Bump version for Laravel 5.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Aug 24, 2016
1 parent a4fb676 commit 9650037
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.0.5
## v1.1.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 All @@ -24,6 +24,8 @@ As of `v1.0.4`, the package supports cascading deletes of grandchildren records

As of `v1.0.5`, the package has better support of `hasOne` relationships ([#10](https://github.com/michaeldyrynda/laravel-cascade-soft-deletes/issues/10), [#11](https://github.com/michaeldyrynda/laravel-cascade-soft-deletes/issues/11)).

`v1.1.0` adds compatibility with Laravel 5.3.

## Code Samples

```php
Expand Down

0 comments on commit 9650037

Please sign in to comment.