Releases: gaitco/rating
Releases · gaitco/rating
Release list
v2.1.1 — maintenance release
No behavioural changes. Nothing in src/ differs from v2.1.0 — there is no need to upgrade for functional reasons.
Changed
- Repository moved to the gaitco organisation; README and cross-package links updated. The Composer package name
ghanem/ratingis unchanged. composer.json: dropped the root-levelminimum-stability: devandprefer-stable. Composer ignores both when a package is installed as a dependency, so this changes nothing for consumers — it only stops the package pulling dev releases when the repository itself is the root.- README cross-links the
ghanem/rating-filamentcompanion package.
Fixed
- CI ran only on
master, so nothing was tested after the default branch becamemain. It now runs on both. - CI silently tested
*.x-devbranch heads instead of real releases on the Laravel 8–11 legs. Those majors are past security support, so Composer's advisory-block policy rejected every published release and quietly fell back to branch heads — the suite was green against code nobody installs. The legs now resolve real releases.
Both CI issues affect the test matrix only and are not shipped in the package.
Note on the changelog
The [Unreleased] section had accumulated everything that actually shipped in v2.1.0 (Laravel 13 support, the dated migration, the vendor:publish fix). It has been closed out as [2.1.0] so the history is accurate.
Full detail in CHANGELOG.md.
v2.01
v1.4
Merge pull request #15 from TartanLeGrand/master Fixed model functions
Release version
1.1.1
Update 2015_10_24_10000_create_ratings_table.php