File tree 2 files changed +11
-6
lines changed 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
- CHANGELOG
2
- ===
1
+ # Changelog
3
2
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.
5
4
6
- 6-19-2019 - Added Laravel 5.8 support
5
+ ## 2.0 - 2025-04-07
7
6
8
- 9-05-2019 - Added Laravel 6.0 support
7
+ ### What's Changed from v1
9
8
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
294
294
}
295
295
}
296
296
```
297
-
297
+ ## Testing
298
+ ``` bash
299
+ composer test
300
+ ```
298
301
### Notes
299
302
You can’t perform that action at this time.
0 commit comments