Releases: UseMuffin/Trash
Releases · UseMuffin/Trash
3.0.0-beta
CakePHP 4 compatible release
2.1.1
- Skip beforeFind when trash field is used in a where clause #36
- Avoid unnecessary
where
clause generated by withThrashed
finder.
2.0.0
- Add support for passing options into the cascading delete process. #24
- Fix cascading trash bail out and overreach. #26
- Add further trash/restore option support. #28
1.2.0
- Move schema introspection from constructor to
getTrashField()
. (#18)
1.1.0
- #12 - Added cascading soft deletion support.
1.0.1
- Fix trash function to be compatible with CounterCacheBehavior
- Update TrashBehavior to work when property is not accessible