Skip to content

Releases: wallee-payment/php-sdk

4.9.1

Choose a tag to compare

@andrewrowanwallee andrewrowanwallee released this 11 Aug 11:59
dc7f6c3

Release 4.9.1

5.2.2

Choose a tag to compare

@wallee-deployment-user wallee-deployment-user released this 16 Apr 10:27

Updated dependency of firebasePhpJwt to '7.0'.

5.2.0

Choose a tag to compare

@wallee-deployment-user wallee-deployment-user released this 03 Feb 09:13

Changes:

  • Updated the minimum supported PHP version for the SDK to 8.2+
  • Introduced a new ExpressCheckoutService
  • Added a new metaData field in several entities
  • Changes in SubscriptionUpdateRequest entity

5.1.0

Choose a tag to compare

@wallee-deployment-user wallee-deployment-user released this 12 Nov 12:59

Feature

  • Analytics queries now require ExternalId to be submitted
  • Existing operations in AnalyticsQueriesService can now be performed with either QueryToken or ExternalId

5.0.0

Choose a tag to compare

@wallee-deployment-user wallee-deployment-user released this 29 Oct 13:02

Introducing API v2 Support (Breaking Changes)

This is a major milestone release for the SDK! New version has been completely rewritten to support our new, more powerful REST API v2.

This update brings significant improvements in performance, security, and features. Due to the foundational changes in the API, this version is not backward-compatible with previous versions of the SDK.

BREAKING CHANGES

Before upgrading, please be aware of the following:

  • REST API v1 Is No Longer Supported: This SDK version works only with REST API v2. To continue using API v1, you must remain on the previous versions of this package.

  • Complete Method Rewrite: All client methods have been renamed and restructured to align with the new API v2 endpoints.

  • New Authentication: The client initialization and authentication process has been updated to match API v2 requirements.

  • Updated Error Handling: Error responses now follow the new API v2 error schema.

  • Model/Type Changes: All request and response models have been replaced with new ones based on the API v2 specification.

What's New

  • Full REST API v2 Support: All new endpoints are now available.

  • Improved Performance: Optimized request handling for faster and more reliable communication.

  • Enhanced Security: Implements the latest authentication and signing mechanisms required by API v2.

Authentication Guide

We strongly recommend reading the Authentication Guide before upgrading.

Documentation

For full details on the new API, please see the official API v2 documentation:
https://app-wallee.com/en-us/doc/api/web-service

4.8.1

Choose a tag to compare

@andrewrowanwallee andrewrowanwallee released this 29 Oct 14:47

Update CA Bundle

4.9.0

Choose a tag to compare

@andrewrowanwallee andrewrowanwallee released this 30 Jul 13:31

Added explicit nullable types

4.8.0

Choose a tag to compare

@edgaraswallee edgaraswallee released this 24 Mar 13:23

Initial release

4.6.0

Choose a tag to compare

@wallee-deployment-user wallee-deployment-user released this 04 Sep 09:20

Small update

4.5.0

Choose a tag to compare

@wallee-deployment-user wallee-deployment-user released this 14 Aug 08:16

Add support to PHP 7.4