Skip to content

Latest commit

 

History

History
101 lines (58 loc) · 3.8 KB

File metadata and controls

101 lines (58 loc) · 3.8 KB

Documentation of the changes

2.0.4 - 2025-08-01

What's Changed

  • fix: some minor bugs by @Lakshan-Madushanka in #18

Full Changelog: https://github.com/Lakshan-Madushanka/laravel-comments-admin-panel/compare/2.0.3...2.0.4

2.0.3 - 2025-07-31

What's Changed

  • fix: config access of commenter by @Lakshan-Madushanka in #17

Full Changelog: https://github.com/Lakshan-Madushanka/laravel-comments-admin-panel/compare/2.0.2...2.0.3

2.0.2 - 2025-07-31

What's Changed

  • fix: namespace issues by @Lakshan-Madushanka in #16

Full Changelog: https://github.com/Lakshan-Madushanka/laravel-comments-admin-panel/compare/2.0.1...2.0.2

2.0.1 - 2025-07-31

Full Changelog: https://github.com/Lakshan-Madushanka/laravel-comments-admin-panel/compare/2.0.0...2.0.1

2.0.0

What's Changed

1.1.4 - 2024-09-24

What's Changed

  • Fix: Resources are published to invalid path by @Lakshan-Madushanka in #7

Full Changelog: https://github.com/Lakshan-Madushanka/laravel-comments-admin-panel/compare/1.1.2...1.1.4

1.1.3 - 2024-09-23

What's Changed

  • Fix: Resources are published to invalid path by @Lakshan-Madushanka in #7

Full Changelog: https://github.com/Lakshan-Madushanka/laravel-comments-admin-panel/compare/1.1.2...1.1.3

1.1.2 - 2024-08-08

  • Fix: Commentable models auto discovery not working in linux based sysyems
  • Replace DirectoryIterator with RecursiveDirectoryIterator and improve HasCommentableModels trait
  • Properly test HasCommentableModels trait
  • Full Changelog

1.1.1 - 2024-08-06

1.1.0 - 2024-08-06

  • Bug fix: Config publish to comments.php instead comments-admin-panel.php
  • Feature: Ability to explicitly define commentable models that admin panel should track #5.
  • Fix heading sizes and some other bugs and improvements in README.md
  • Full Changelog

1.0.3 - 2024-08-05

1.0.2 - 2024-07-30

  • Fix: Unable to identify models inside directories nested more than one level deep. See #2.
  • Full Changelog

1.0.1 - 2024-07-27

1.0.0 - 2024-07-10

First Stable Release

2.0.0-beta - 2024-06-23

  • Changed namespace to avoid confilicts with commenter package's namespace.
  • Full Changelog

1.0.0-beta - 2024-06-15

  • Beta release