Skip to content

Releases: loadsys/CakePHP-CreatorModifier

Version 1.0.4

14 Aug 18:35
42a87ed
Compare
Choose a tag to compare
  • Update Github token
  • Set version of php-coveralls in order to meet composer requirements
  • Fix a small codesniff

Version 1.0.3

27 Jun 15:42
Compare
Choose a tag to compare
  • Add PHP Coveralls Information
  • Add Contributor Covenant Code of Conduct v1.4
  • Updated Readme
  • In the event of a Session Failure, adds logging and a failback to manually start the session and recheck for the currently logged in user id. Related Issues #16 and #15
  • Improved .gitignore file

Version 1.0.2

12 Aug 17:08
Compare
Choose a tag to compare

Bug Fix whereby Sessions would be deleted on not existing and causing edge case issues whereby Flash messages would then be deleted.

Tidies up a handful of loose ends.

22 Jul 20:38
Compare
Choose a tag to compare

Two releases in one day! 😮

No real impact on the usage, just some straightening up of useless code.

Initial release.

22 Jul 13:27
Compare
Choose a tag to compare

Cribbing heavily from the core's TimestampBehavior, this one will automatically set creator_id and modifier_id fields in your records to the User.id of the currently logged in User.

We're brashly releasing this, largely untested, as v1.0.0, because, well, we want to get it rolled into our Cake 3 app skeleton. 😇