Skip to content

Commit eefb684

Browse files
committed
ChangeLog updated and readme.
1 parent 7625d21 commit eefb684

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
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.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)