Skip to content

Releases: depsimon/laravel-wallet

Support Laravel 7

22 Mar 09:15
7dbc504
Compare
Choose a tag to compare
Merge pull request #14 from schrapel/patch-1

Update composer.json

Fix #4

13 Aug 08:59
Compare
Choose a tag to compare
v1.0.8

Merge branch 'master' of https://github.com/depsimon/laravel-wallet

actualBalance() now only takes accepted transactions into account

16 Jul 10:56
c600904
Compare
Choose a tag to compare
Merge pull request #3 from chadtomkiss/patch-1

Fix actualBalance to only include accepted transactions

v1.06

05 Apr 11:58
Compare
Choose a tag to compare

Fixing withdrawing issue

A wallet can now retrieve it's owner

02 Mar 14:58
Compare
Choose a tag to compare
v1.0.5

Adding the owner relationship in the Wallet model

A deposit can fail

22 Feb 17:11
Compare
Choose a tag to compare
v1.0.4

A deposit can fail

Fixing wallet update when balance is updated

22 Feb 11:13
Compare
Choose a tag to compare
v1.0.3

Fixing wallet update when balance is updated

Fixing transactions with default wallet

22 Feb 10:53
Compare
Choose a tag to compare
v1.0.2

Fixing transactions creation with default wallet

Fixing balance update

22 Feb 10:43
Compare
Choose a tag to compare
v1.0.1

Fixing balance update

Initial release

22 Feb 09:24
Compare
Choose a tag to compare
v1.0.0

Initial commit