Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 842 Bytes

CHANGELOG.md

File metadata and controls

62 lines (33 loc) · 842 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.

See GitHub releases.

1.4.0

Added

  • Support Laravel 11

1.3.0

Added

  • Support Laravel 10

1.2.0

Added

  • Support Laravel 9

1.1.0

Added

  • Support PHP 8

1.0.0

Added

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

0.3.0

Added

  • Laravel 5.4 Support.

0.2.1

Added

  • User model isAdmin calculation.

0.2.0

Added

  • Laravel 5.3 Support.

0.1.0

  • Initial Release