Skip to content

Releases: gaitco/rating

v2.1.1 — maintenance release

Choose a tag to compare

@AbdullahGhanem AbdullahGhanem released this 02 Aug 13:55

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.

v2.01

Choose a tag to compare

@AbdullahGhanem AbdullahGhanem released this 15 Dec 15:43
73fbe91
V2.01

add support for laravel 8

v1.4

Choose a tag to compare

@AbdullahGhanem AbdullahGhanem released this 25 Apr 23:22
Merge pull request #15 from TartanLeGrand/master

Fixed model functions

Release version

Choose a tag to compare

@AbdullahGhanem AbdullahGhanem released this 19 Mar 09:53
1.3

update reame

1.1.1

Choose a tag to compare

@AbdullahGhanem AbdullahGhanem released this 11 Nov 17:38
Update 2015_10_24_10000_create_ratings_table.php

tag 1.1

Choose a tag to compare

@AbdullahGhanem AbdullahGhanem released this 11 Nov 17:12
Update README.md