Skip to content

Releases: NikolaGavric94/laravel-square

v1.1.0

06 Oct 15:43
Compare
Choose a tag to compare

Added

Changed

  • Code cleanup
  • Structure of nikolag.php configuration file
  • Removed migration files, they are now in core package
  • Renamed SquareCustomer to SquareService
  • Renamed SquareContract to SquareServiceContract
  • Changed input parameters for charge() and transactions() functions on SquareServiceContract

Fixed

  • Problem with custom exception handler

v1.0.4

26 Sep 16:24
Compare
Choose a tag to compare

Added

  • Missing methods for getting transactions by status

Changed

  • Removed local scope methods for getting transactions by status
  • Updated project documentation

Fixed

  • Nothing

v1.0.3

26 Sep 09:30
Compare
Choose a tag to compare

Added

  • Automatic registration of package service providers and facades

Changed

  • Nothing

Fixed

  • Resolved #8

v1.0.2

24 Sep 22:54
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Upgraded to work with Laravel 5.5.x

Fixed

  • Resolved #7

v1.0.1

12 Sep 13:56
Compare
Choose a tag to compare

Added

Changed

  • Changed credentials for square api

Fixed

  • Fixed rollback trait which caused travis cli build to fail
  • Fixed charge method in HasCustomer, had some redundant code

Initial release

10 Jul 00:10
Compare
Choose a tag to compare

Added

  • Added customers, transactions and charge
  • Created facade for accessing these features

Changed

  • Nothing

Fixed

  • Nothing