laravel-wallet

Easy work with virtual wallet

MIT License

Downloads
528.7K
Stars
1.1K
Committers
26

Bot releases are hidden (Show)

laravel-wallet - 9.6.2

Published by rez1dent3 over 1 year ago

Fixed

What's Changed

Full Changelog: https://github.com/bavix/laravel-wallet/compare/9.6.1...9.6.2

laravel-wallet - 7.3.6

Published by rez1dent3 over 1 year ago

Fixed

  • Fixed infinite lock

Full Changelog: https://github.com/bavix/laravel-wallet/compare/7.3.5...7.3.6

laravel-wallet - 8.4.3

Published by rez1dent3 over 1 year ago

Fixed

  • Fixed infinite lock

Full Changelog: https://github.com/bavix/laravel-wallet/compare/8.4.2...8.4.3

laravel-wallet - 9.6.1

Published by rez1dent3 over 1 year ago

Added

  • Add support laravel 10.x

What's Changed

Full Changelog: https://github.com/bavix/laravel-wallet/compare/9.6.0...9.6.1

laravel-wallet - 8.4.2

Published by rez1dent3 almost 2 years ago

Fixed

  • fix withdraw/transfer

Full Changelog: https://github.com/bavix/laravel-wallet/compare/8.4.1...8.4.2

laravel-wallet - 7.3.5

Published by rez1dent3 almost 2 years ago

Fixed

  • fix withdraw/transfer

Full Changelog: https://github.com/bavix/laravel-wallet/compare/7.3.4...7.3.5

laravel-wallet - 9.6.0

Published by rez1dent3 almost 2 years ago

Added

  • Full support for standard transactions and laravel nova #589

What's Changed

Full Changelog: https://github.com/bavix/laravel-wallet/compare/9.5.0...9.6.0

laravel-wallet - 9.5.0

Published by rez1dent3 about 2 years ago

Added

  • Improved performance api handles #576

Changed

  • Cache query optimize. v2 #580
  • Optimize StateServiceInterface #582

Fixed

  • Memory leak. StateServiceInterface #583

What's Changed

Full Changelog: https://github.com/bavix/laravel-wallet/compare/9.4.0...9.5.0

laravel-wallet - 9.4.0

Published by rez1dent3 about 2 years ago

Added

  • Add support Model::preventSilentlyDiscardingAttributes() #574 #572
  • Add partial support octane #573 #570

What's Changed

Full Changelog: https://github.com/bavix/laravel-wallet/compare/9.3.0...9.4.0

laravel-wallet - 9.3.0

Published by rez1dent3 about 2 years ago

Added

  • StorageServiceLockDecorator by @rez1dent3 in #563
  • StateServiceInterface by @rez1dent3 in #564
  • Add atomic-service.md by @rez1dent3 in #561

Updated

  • Bump uuid from 8.3.2 to 9.0.0 by @dependabot in #566

What's Changed

Full Changelog: https://github.com/bavix/laravel-wallet/compare/9.2.0...9.3.0

laravel-wallet - 9.2.0

Published by rez1dent3 about 2 years ago

Updated

  • upgrade actions by @rez1dent3 in #541
  • Bump size-limit from 8.0.0 to 8.0.1 by @dependabot in #543
  • Update rector/rector requirement from ^0.13 to ^0.14 by @dependabot in #544
  • Update laravel/cashier requirement from ^13.11 to ^14.0 by @dependabot in #545
  • Update linters and rules by @rez1dent3 in #547
  • Bump prismjs from 1.28.0 to 1.29.0 by @dependabot in #549

Fixed

  • Contract phpdoc fix by @rez1dent3 in #551
  • fix TestCase by @rez1dent3 in #555

Added

  • Add telegram link by @rez1dent3 in #553
  • Ability to dynamically create a wallet by @rez1dent3 in #550
  • Quality tests by @rez1dent3 in #554
  • Allow to use atomic service by @rez1dent3 in #548
  • docs by @rez1dent3 in #557

Changed

  • refactoring with new phpstan by @rez1dent3 in #556

What's Changed

Full Changelog: https://github.com/bavix/laravel-wallet/compare/9.1.0...9.2.0

laravel-wallet - 7.3.4

Published by rez1dent3 about 2 years ago

Fixed

  • Fixed a bug with sending multiple events inside the queue. Extra events were sent.

Full Changelog: https://github.com/bavix/laravel-wallet/compare/7.3.3...7.3.4

laravel-wallet - 9.1.0

Published by rez1dent3 about 2 years ago

Added

  • TransactionCreatedEvent #538 (@myckhel #535)

Fixed

  • Fixed a bug with sending multiple events inside the queue. Extra events were sent.

What's Changed

Full Changelog: https://github.com/bavix/laravel-wallet/compare/9.0.4...9.1.0

laravel-wallet - 9.0.4

Published by rez1dent3 about 2 years ago

Fixed

  • Add allow plugin infection by @rez1dent3 in #528
  • Fix transaction amount_float mutator by @keatliang2005 in #533 #534

Updated

  • Bump terser from 5.13.0 to 5.14.2 by @dependabot in #527
  • Bump webpack from 5.73.0 to 5.74.0 by @dependabot in #529

What's Changed

Full Changelog: https://github.com/bavix/laravel-wallet/compare/9.0.3...9.0.4

laravel-wallet - 9.0.3

Published by rez1dent3 over 2 years ago

Fixed

  • Fixed lumen. Change CacheManager to CacheFactory for compatibility. #520 #521 @Beagon

What's Changed

Full Changelog: https://github.com/bavix/laravel-wallet/compare/9.0.2...9.0.3

laravel-wallet - 9.0.2

Published by rez1dent3 over 2 years ago

Fixed

  • Fix laravel-ide-helper generate:model #517 @keatliang2005

What's Changed

New Contributors

Full Changelog: https://github.com/bavix/laravel-wallet/compare/9.0.1...9.0.2

laravel-wallet - 9.0.1

Published by rez1dent3 over 2 years ago

Fixed

  • Fixed a bug that prevented items from being returned via Cart::withItem

What's Changed

Full Changelog: https://github.com/bavix/laravel-wallet/compare/9.0.0...9.0.1

laravel-wallet - 9.0.0

Published by rez1dent3 over 2 years ago

Added

  • ExtraDtoInterface #479
  • Product custom price #485

Changed

  • Changing the logic of funds transfers #483
  • Split Product interface #474
  • PHP 8+ Union types #482
  • Eager loading #480

Removed

  • method Cart::addItems
  • method Cart::addItem
  • method Cart::setMeta

Updated

  • Performance just got a little better
  • Public contracts have become stricter
  • Inside is now strongly typed

Deprecated

  • interface Product
  • method CartPay::paid

What's Changed

Full Changelog: https://github.com/bavix/laravel-wallet/compare/8.4.1...9.0.0

laravel-wallet - 9.0.0-RC2

Published by rez1dent3 over 2 years ago

What's Changed

Full Changelog: https://github.com/bavix/laravel-wallet/compare/9.0.0-RC1...9.0.0-RC2

laravel-wallet - 9.0.0-RC1

Published by rez1dent3 over 2 years ago

Package Rankings
Top 1.53% on Packagist.org
Badges
Extracted from project README
Maintainability Test Coverage Financial Contributors on Open Collective Mutation testing badge Latest Stable Version Latest Unstable Version License composer.lock Sparkline Supported by JetBrains
Related Projects