Skip to content

First Public Release

Latest
Compare
Choose a tag to compare
@mayeenulislam mayeenulislam released this 07 Apr 06:11
· 2 commits to master since this release

Changelog

  • Reorganized the structure of the package to match with the new Laravel package architecture
  • New API based on Facades (Has breaking changes)
    • Prefix all the Notific functions with Notific::, eg. getNotifications() will be Notific::getNotifications()
    • Modify the composer.json and remove this line from files array: "packages/technovistalimited/notific/src/helpers/helpers.php"
    • Run composer dump-autoload again
    • In database, the notifications.id and user_notifications.id are now bigInteger
  • Removed helper function
  • Fixes in Cache time (since Laravel 5.8 cache time is in seconds)
  • Reorganized model code into their own models
  • Reorganized migrations into separate files
  • PSR-2 compatible code
  • Minimum Laravel version bumped to v5.8
  • Released on Packagist.org