Skip to content

Releases: asciisd/referrals-laravel

Fix issues

12 Oct 18:26
436bcc6
Compare
Choose a tag to compare
v2.4.3

Update README.md

v2.4.2

19 Oct 12:44
Compare
Choose a tag to compare

[X] Fix Bug: Adding correct referrer_id inside the referrer_id column for the new invited users.

v2.4.1

08 Oct 09:45
Compare
Choose a tag to compare
  • Bug fix on creating a new referral token.

v2.4.0

07 Oct 04:13
Compare
Choose a tag to compare
Upgrading package, fix bugs, adding new methods

v2.3.0

06 Oct 09:26
Compare
Choose a tag to compare
  • Fixing bugs.
  • Adding new methods in Referral model:
    -- public function allReferrals(): HasMany method to retrieve all invited users by each referral.
    -- public function details to return each referral's full details from the users' table.
  • Fixing bugs in App\Nova\Referral resource.

v2.2.2

05 Oct 15:40
Compare
Choose a tag to compare

Fixing relationship bugs.

v2.2.1

05 Oct 15:32
Compare
Choose a tag to compare

Update composer.json file.

v2.2.0

05 Oct 15:20
Compare
Choose a tag to compare

Changing the migration table to be a one-to-many relationship.

v2.1.4

05 Oct 13:09
Compare
Choose a tag to compare

Fix getReferraIdFromToken method

v2.1.3

05 Oct 12:53
Compare
Choose a tag to compare

Fixing bug to return referrer user id