File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1- CHANGELOG
2- ===
1+ # Changelog
32
4- This changelog contains all notable change of the laravel-review-rateable package
3+ All notable changes to ` laravel-review-rateable ` will be documented here.
54
6- 6-19-2019 - Added Laravel 5.8 support
5+ ## 2.0 - 2025-04-07
76
8- 9-05-2019 - Added Laravel 6.0 support
7+ ### What's Changed from v1
98
9+ * Complete rewrite: Complete rewrite of v1. New v2 allows more control over you reviews/ratings.
10+ * Define custom rating keys, labels, and value boundaries (min/max) via a config file.
11+ * Organize ratings by department (e.g. default, sales, support) with their own criteria.
Original file line number Diff line number Diff line change @@ -294,6 +294,9 @@ class ProductReviewController extends Controller
294294 }
295295}
296296```
297-
297+ ## Testing
298+ ``` bash
299+ composer test
300+ ```
298301### Notes
299302
You can’t perform that action at this time.
0 commit comments