Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

Releases: unimatrix/cakephp-utility

CakePHP Utility 1.2.4 released

13 Sep 11:04
Compare
Choose a tag to compare

Changes since 1.2.3

  • Added BenchmarkHelper
  • Cleaned up CronHelper

CakePHP Utility 1.2.3 released

12 Sep 14:08
Compare
Choose a tag to compare

Changes since 1.2.2

  • SimpleAuth bugfix

CakePHP Utility 1.2.2 released

26 Aug 18:01
Compare
Choose a tag to compare

Changes since 1.2.1

  • Removed an unused variable from the Cron Shell Helper

CakePHP Utility 1.2.1 released

24 Aug 19:48
Compare
Choose a tag to compare

Changes since 1.2.0

  • DateTimePicker Widget added
  • Added support to Minify Helper, basically everything with that tag will be moved to the bottom after all the other scripts (jquery or whatever library you use)

CakePHP Utility 1.2.0 released

19 Aug 14:54
Compare
Choose a tag to compare

Changes since 1.1.9

  • Facebook FQL got deprecated, alternatives found

CakePHP Utility 1.1.9 released

18 Aug 17:53
Compare
Choose a tag to compare

Changes since 1.1.8 patch 2

  • Added Cron Shell helper to be used with mtdowling/cron-expression
  • Added EmailConsoleErrorHandler for CLI support (will email exceptions to debug address using the EmailComponent)
  • SimpleAuth now takes advantage of Cookies if the Cookie Component is loaded
  • Switched name from CakeSessionPersistentDataHandler to SessionHandler

CakePHP Utility 1.1.8 patch 2 released

12 Aug 14:19
Compare
Choose a tag to compare

Changes since 1.1.8 patch 1

  • Added Captcha german locale (needs to be copied over to your project/src/Locale to work)
  • Added Lib\Facebook\CakeSessionPersistentDataHandler that allows the correct use of Cake sessions

CakePHP Utility 1.1.8 patch 1 released

04 Aug 17:05
Compare
Choose a tag to compare

Changes since 1.1.8

  • Added Captcha english locale (needs to be copied over to your project/src/Locale to work)

CakePHP Utility 1.1.8 released

02 Aug 15:03
Compare
Choose a tag to compare

Changes since 1.1.7 patch 3

  • The Sluggable Behavior will now provide unique slugs by default to avoid conflicts

CakePHP Utility 1.1.7 patch 3 released

01 Aug 13:04
Compare
Choose a tag to compare

Changes since 1.1.7 patch 2

  • Added support for different login credentials for backend and frontend while using the same SimpleAuth object