Releases: creagia/laravel-redsys
Releases · creagia/laravel-redsys
3.0.2
3.0.1
What's Changed
- Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #64
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #66
Full Changelog: 3.0.0...3.0.1
3.0.0
What's Changed
- nullable for card number (some comerces don´t allow return card number) by @gonbooster in #43
- Handle post method responses by @dtorras in #62
- Fix local gateway for single thread server by @dtorras in #63
- Breaking: Updated database schema to allow different transaction types (refunds for example) with the same order number.
Updated main dependency:
- Breaking: creagia/redsys-php v3 compatibility. Check the changelog.
Full Changelog: 2.0.0...3.0.0
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:
- New: Manage bank cards as tokens with Credential-on-File requests
- New: Redirection and REST integration methods
- New: Requests could not be associated with Eloquent models
- New: Custom request with every Redsys parameter available
- Breaking: Currency amounts handled in cents as integer
- Breaking: Naming for classes, methods and schema changed
1.1.2
1.1.1
What's Changed
- Return normalized status from payment attempt
- Create explicit Redsys notification relationship
New Contributors
- @dependabot made their first contribution in #2
Full Changelog: 1.1.0...1.1.1