Releases: NikolaGavric94/laravel-square
Releases · NikolaGavric94/laravel-square
v3.3.0
v3.2.1
Added
- Updated Square SDK version: 29.0.0.20230720
v3.2.0
Added
- Support for Laravel 10
v3.1.0
Added
- Support for new Square library: Square SDK ver. 25.1.0.20230119
- Support for Laravel 9
Changed
- Reworked the way exceptions were being generated and thrown to a more fluid way
- Various refactors to adapt codebase to PHP8
v3.0.2
Fixed
- Fixes TypeError when trying to update already existing customer, contributor minor update #71
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Added
- Support for new Square library: Square SDK ver. 17.0.0.20211215
- Added new
SCOPE
field for deductibles (Taxes & Discounts) which can be one of following values: (ORDER, LINE_ITEM) - Support for github actions
- Increased test coverage
Changed
- README.md section with
Version Compatibility
is now updated to include newSquare SDK
version too. - Improved error exception handling
Fixed
- Resolved #60
Full Changelog: v2.6.0...v3.0.1
v2.6.0
Added
- Support for
Laravel 8.x
- Latest
Square API
version (3.20200528.1
)
Changed
- README.md section with
Version Compatibility
is now updated to includeLaravel 8.x
- Product (Line item) level discounts and taxes are now registered under
Order
with a type ofLINE_ITEM
as per documentation. This change doesn't require any update on the side of the developer.
Fixed
- Resolved #51
v2.5.0
v2.4.2
Added
buildOrderModelFromArray
into the OrderBuilder
Changed
- setOrder now properly assigns property values (no more mass assignments).
- Order system examples are now updated with proper examples
- README.md section with
Orders system
is now updated to include$table
property
Fixed
- Resolved #37
v2.4.1
Added
location_id
,note
andreference_id
into charge method
Changed
charge
method signature for both HasProducts and HasCustomers trait- BREAKING CHANGE:
charge
method when using facade approach now requireslocation_id
to be present in the$options
array - BREAKING CHANGE:
charge
method signature for Customer system on both trait and facade approach - BREAKING CHANGE:
charge
method signature for Order system on both trait and facade approach