Skip to content

Releases: dereuromark/cakephp-ratings

2.0.1

12 Mar 17:16
Compare
Choose a tag to compare

Fixes

Fixed compatibility with CakePHP 5.0.6+

2.0.0

13 Nov 12:18
Compare
Choose a tag to compare

CakePHP 5 compatible release

Enjoy!

2.0.0-RC

05 Oct 18:18
Compare
Choose a tag to compare

CakePHP 5 compatible pre-release

Please test. Once this has been tested and approved, the stable release can be tagged.

1.0.2

05 Oct 02:35
Compare
Choose a tag to compare

Fixes

Small fixes

1.0.1

05 Aug 13:42
Compare
Choose a tag to compare

Fixes

Fixed up some method signatures, specifically around hooks.

1.0.0

16 Apr 22:25
cc5e193
Compare
Choose a tag to compare

CakePHP 4 compatible release

The Ratings plugin will allow you to rate anything by simply adding the Ratings component to your controller.
The component will auto load a helper and behavior.

The core part of this plugin is the Ratable behavior that is attached to your models. In most cases, you don't need to attach it yourself, because the Rating component will take care of it.

1.0.0-beta

11 Mar 20:06
Compare
Choose a tag to compare

CakePHP 4 compatible pre-release

Please help to finalize for stable release.

0.1.3

13 Feb 14:48
Compare
Choose a tag to compare

Fixes

Small fixes incl Migrations file.
Removed deprecations.

0.1.2

15 Dec 03:22
Compare
Choose a tag to compare

Improvements

  • CakePHP 3.7 and PHP 7.3 compatibility
  • Removed deprecations

0.1.1

09 Jan 23:00
Compare
Choose a tag to compare

Small fixes

and improving the API