FriendsOfCake Crud Versions Save

Production-grade rapid controller development with built in love for API and Search

7.0.1

7 months ago

What's Changed

Full Changelog: https://github.com/FriendsOfCake/crud/compare/7.0.0...7.0.1

7.0.0

7 months ago

What's Changed

  • CakePHP 5 compatible release.

Breaking Changes

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

Full Changelog: https://github.com/FriendsOfCake/crud/compare/6.2.0...7.0.0

6.2.0

11 months ago

What's Changed

Full Changelog: https://github.com/FriendsOfCake/crud/compare/6.1.2...6.2.0

6.1.2

1 year ago

What's Changed

Full Changelog: https://github.com/FriendsOfCake/crud/compare/6.1.1...6.1.2

6.1.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/FriendsOfCake/crud/compare/6.1.0...6.1.1

6.1.0

2 years ago

What's Changed

Full Changelog: https://github.com/FriendsOfCake/crud/compare/6.0.2...6.1.0

6.0.2

2 years ago

6.0.1

3 years ago
  • Fix bake template for controller
  • Fix action invocation issue in upcoming CakePHP 4.2

6.0.0

3 years ago

CakePHP 4 compatible release.

5.5.1

3 years ago
  • Added the SerializeTrait to the DeleteAction #641