Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 610 Bytes

CHANGELOG.md

File metadata and controls

31 lines (20 loc) · 610 Bytes

Changelog

All Notable changes to Laravel Comment will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

[1.0.0] - 2018-11-21

Added

  • Initial Release.
  • Commentable has been reimplemented as a contract.
  • HasComments trait has been implemented.
  • comment.php configuration file has been created.

[0.3.0] - 2017-01-31

Added

  • Laravel 5.4 Support.

[0.2.1] - 2016-10-20

Added

  • User model isAdmin calculation.

[0.2.0] - 2016-10-18

Added

  • Laravel 5.3 Support.

[0.1.0] - 2016-06-11

  • Initial Release