Skip to content

Releases: UseMuffin/Trash

3.0.0

26 Mar 07:26
4e0b501

Choose a tag to compare

CakePHP 4 compatible stable release.

3.0.0-RC

19 Aug 18:19

Choose a tag to compare

3.0.0-RC Pre-release
Pre-release
Update travis config

3.0.0-beta2

28 Mar 15:57
232d9ea

Choose a tag to compare

3.0.0-beta2 Pre-release
Pre-release

Cake 4.x compatible release. Previous beta was mistakenly tagged off master instead of cake-4.x branch.

3.0.0-beta

22 Dec 07:12
537676a

Choose a tag to compare

3.0.0-beta Pre-release
Pre-release

CakePHP 4 compatible release

2.1.1

30 Oct 09:35
537676a

Choose a tag to compare

  • Skip beforeFind when trash field is used in a where clause #36
  • Avoid unnecessary where clause generated by withThrashed finder.

2.1.0

17 Apr 21:28
a995ce3

Choose a tag to compare

  • Update for CakePHP 3.5+.

2.0.0

10 Oct 18:04

Choose a tag to compare

  • 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

21 Jun 05:09

Choose a tag to compare

  • Move schema introspection from constructor to getTrashField(). (#18)

1.1.0

03 Aug 19:10

Choose a tag to compare

  • #12 - Added cascading soft deletion support.

1.0.1

24 Jun 14:34

Choose a tag to compare

  • Fix trash function to be compatible with CounterCacheBehavior
  • Update TrashBehavior to work when property is not accessible