Skip to content

Releases: scherersoftware/cake-notifications

v4.0.0-rc3

13 Jan 14:15

Choose a tag to compare

v4.0.0-rc3 Pre-release
Pre-release
Fix typehint

Cake 4.0

10 Jan 12:52

Choose a tag to compare

Cake 4.0 Pre-release
Pre-release
v4.0.0-rc2

Cake 4.0

v4.0.0-rc1

05 Nov 13:22
f843ff7

Choose a tag to compare

v4.0.0-rc1 Pre-release
Pre-release
  • Fix deprecation warning on CakePHP 3.8.
  • Deprecate various methods and throw E_USER_DEPRECATED on usage.
  • Add new coding standard

v3.1.0

11 Jun 16:30

Choose a tag to compare

Move bootstrapping and routes into Plugin.php, which requires CakePHP 3.6+

v3.0.1

11 Jun 16:27

Choose a tag to compare

Trigger warning when using deprecated functions

v3.0.0

11 Jun 16:28

Choose a tag to compare

Update for compatibility with CakePHP 3.5+

v2.2.1

03 Jul 14:57

Choose a tag to compare

Fix josegonzalez/cakephp-queuesadilla version constraint

v2.2.0

03 Jul 14:51

Choose a tag to compare

  • Add new set/get methods and deprecate mixed mode methods. The methods will be removed in version 3.0.0.
    • beforeSendCallback is now getBeforeSendCallback and setBeforeSendCallback
    • afterSendCallback is now getAfterSendCallback and setAfterSendCallback
    • queueOptions is now getQueueOptions and setQueueOptions
    • locale is now getLocale and setLocale .
  • Fix josegonzalez/cakephp-queuesadilla version constraint

v2.1.2

09 Jan 15:19

Choose a tag to compare

Cleanup

v2.0.5

16 Sep 09:16

Choose a tag to compare

Added some constants to prevent errors of dependant plugin