Skip to content

Releases: creagia/laravel-redsys

3.0.2

06 Nov 16:28
b9565b0
Compare
Choose a tag to compare

What's Changed

  • Fix phpstan/larastan Github action by @dtorras in #76

Full Changelog: 3.0.1...3.0.2

3.0.1

09 Jul 09:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

02 Jun 16:45
Compare
Choose a tag to compare

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

16 May 10:57
51881cd
Compare
Choose a tag to compare

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

15 Feb 15:14
b1bed36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

08 Feb 17:32
Compare
Choose a tag to compare

What's Changed

  • Return normalized status from payment attempt
  • Create explicit Redsys notification relationship

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

09 Feb 13:34
Compare
Choose a tag to compare
  • CHANGED: Laravel 9 support

1.0.1

29 Jan 17:56
Compare
Choose a tag to compare
  • Add exceptions for missing config options

1.0.0

26 Jan 15:59
Compare
Choose a tag to compare

Initial release