You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`HasActions` trait renammed to `HasScheduledAction`
5
+
- no more recurring support
6
+
- column names changed
7
+
-`act_on` -> `act_date`
8
+
-`act_at` -> `act_time`
9
+
-`recurring` removed
10
+
- config file renammed to `scheduled-action.php`
11
+
- action status type getter local scopes to attribute accessor - [refer c26444a](https://github.com/devsrv/laravel-scheduled-model-action/commit/c26444a86521efb742a2029ec7cd2790041b8b53)
12
+
- fluent create method `forModel` renammed to `for` - [refer](https://github.com/devsrv/laravel-scheduled-model-action/commit/3862bd057dea76e43fa22cb7258a2c1db0b72885#diff-6594cc5a0ca7713d827cf28b57232041050abce29f57255122807f5224855504R20)
13
+
14
+
- fluent create method signatures changed - for chaining needs to start with `ModelAction::for($model)->...`
15
+
## v1.1.0 - 2021-07-08
16
+
17
+
### added
18
+
- delete any scheduled action when main model is deleted
0 commit comments