Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 784 Bytes

CHANGELOG.md

File metadata and controls

48 lines (26 loc) · 784 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.0] - 2022-04-25

Added

  • Support Laravel 9

[1.1.0] - 2021-08-10

Added

  • Support PHP 8

[1.0.0] - 2018-11-21

Added

  • 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