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

Releases: nstapelbroek/culpa-laravel-5

Laravel 6 support

29 Feb 11:04
Compare
Choose a tag to compare
  • Dropped PHP versions < 7.2 & bumped dependencies to illuminate 6 (thanks @casberkman1)

Dropped PHP 5.5 Support

12 Jan 21:15
1a65af2
Compare
Choose a tag to compare

Updated dependencies.

Version 2: Schema improvements and reliability improvements

08 Jan 15:19
Compare
Choose a tag to compare

Changes

  • Add nullable to the Schema builder
  • Introduced interfaces you can use to indicate that your model is using certain traits

Backwards compatibility

backward compactibility is broken due to:

  • changes in the culpa.users.active_user configuration, which now returns a user instead of an identifier
  • The bleameable trait no longer works on models who arent extending from the Eloquent model. I've type hinted them because i needed more consistency in the code.

Initial release

08 Jan 10:30
Compare
Choose a tag to compare

Initial release of the standalone package. Pacakage is a fork of https://github.com/rmasters/culpa