Skip to content

Releases: FriendsOfCake/crud

7.0.1

04 Oct 17:51
4378ee9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.0.0...7.0.1

7.0.0

28 Sep 17:24
7b2f796
Compare
Choose a tag to compare

What's Changed

  • CakePHP 5 compatible release.

Breaking Changes

  • ProxyTrait::_table() has been renamed to ProxyTrait::_model()

Full Changelog: 6.2.0...7.0.0

6.2.0

05 Jun 11:10
b84ea81
Compare
Choose a tag to compare

What's Changed

  • Added type to signature of _patch by @frankvanhest in #691
  • Use "keyField" and "valueField" query string vars for Lookup action. by @ADmad in #694
  • Bump requests from 2.20.1 to 2.31.0 in /docs by @dependabot in #696

Full Changelog: 6.1.2...6.2.0

6.1.2

22 Feb 00:11
66b96d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.1.1...6.1.2

6.1.1

09 Jul 16:39
046f2e2
Compare
Choose a tag to compare

What's Changed

  • Make ControllerTrait::isAction() return a dummy closure for mapped actions. by @ADmad in #675
  • Update request type detectors for CakePHP 4.4 by @sitedyno in #677
  • Update CI config by @ADmad in #678

New Contributors

Full Changelog: 6.1.0...6.1.1

6.1.0

01 Feb 14:12
ace4262
Compare
Choose a tag to compare

What's Changed

  • Fix deprecation warnings on CakePHP 4.3. by @ADmad in #670

Full Changelog: 6.0.2...6.1.0

6.0.2

28 Aug 17:42
Compare
Choose a tag to compare
Fix CI config

6.0.1

20 Nov 18:35
Compare
Choose a tag to compare
  • Fix bake template for controller
  • Fix action invocation issue in upcoming CakePHP 4.2

6.0.0

07 Jul 11:59
514fa6f
Compare
Choose a tag to compare

CakePHP 4 compatible release.

5.5.1

07 Jul 05:58
fbb3f08
Compare
Choose a tag to compare
  • Added the SerializeTrait to the DeleteAction #641