From 28bc74a08ab6bc06091b799106747ced897698c0 Mon Sep 17 00:00:00 2001 From: Michael Dyrynda Date: Fri, 22 Jul 2016 23:30:02 +0930 Subject: [PATCH] Bump version --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a89956..959c279 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Cascading soft deletes for the Laravel PHP Framework -## v1.0.3 +## v1.0.4 ![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) @@ -20,6 +20,8 @@ In doing so, however, you lose the ability to use the cascading delete functiona As of `v1.0.2`, you can inherit `CascadeSoftDeletes` from a base model class, you no longer need to use the trait on each child if all of your models happen to implement `SoftDeletes`. +As of `v1.0.4`, the package supports cascading deletes of grandchildren records ([#8](https://github.com/michaeldyrynda/laravel-cascade-soft-deletes/issues/8), [#9](https://github.com/michaeldyrynda/laravel-cascade-soft-deletes/pull/9)). + ## Code Samples ```php