Releases: NikolaGavric94/laravel-square
Releases · NikolaGavric94/laravel-square
v1.1.0
Added
- Support for nikolag/core package
Changed
- Code cleanup
- Structure of
nikolag.php
configuration file - Removed migration files, they are now in core package
- Renamed
SquareCustomer
toSquareService
- Renamed
SquareContract
toSquareServiceContract
- Changed input parameters for
charge()
andtransactions()
functions onSquareServiceContract
Fixed
- Problem with custom exception handler
v1.0.4
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
v1.0.2
v1.0.1
Added
- Ability to change currencies thanks to pull request #6 by @Godlikehobbit
- Tests for changing currency
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
Added
- Added customers, transactions and charge
- Created facade for accessing these features
Changed
- Nothing
Fixed
- Nothing