Skip to content

v2.1.1 — maintenance release

Latest

Choose a tag to compare

@AbdullahGhanem AbdullahGhanem released this 02 Aug 13:55
· 1 commit to main since this 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/rating is unchanged.
  • composer.json: dropped the root-level minimum-stability: dev and prefer-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-filament companion package.

Fixed

  • CI ran only on master, so nothing was tested after the default branch became main. It now runs on both.
  • CI silently tested *.x-dev branch 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.