Releases: creagia/redsys-php
Releases · creagia/redsys-php
3.0.1
3.0.0
What's Changed
New features:
- POST requests responses are now handled by the package.
Breaking changes
- Renamed exceptions: All the exceptions have been renamed to include the
*Exception
suffix. - Renamed
RedsysNotification
asRedsysResponse
. - POST requests responses returns
NotificationParameters
or aPostRequestError
.
Low impact changes
- Drop spatie/data-transfer-object dependency
- Fixes parameter name in README.md by @ordago in #29
- Refactors to use php match expression by @ordago in #31
New Contributors
Full Changelog: 2.0.1...3.0.0
2.0.1
2.0.0
This version is a complete rewrite. Though there are lots of breaking changes, all features of v1 are retained.
Notable changes and additions:
- Currency amounts are handled in cents as integer
- Every request parameter documented by Redsys is available
- Credential-On-File (token) helpers
- Redirection and REST integration methods
Full Changelog: 1.0.1...2.0.0