Skip to content

Releases: silverstripe/silverstripe-omnipay

2.3.0

11 Sep 11:51
Compare
Choose a tag to compare
  • FEATURE: WorldPay Extension to better integrate with WorldPay (#165)
  • Bugfix in SagePay Extension
  • Documentation restructuring

2.2.0

28 Feb 17:42
Compare
Choose a tag to compare
  • NEW FEATURE: Create-Card Service (#161). Currently only tested with DPS PxPay.
  • ENHANCEMENT: Added a SagePay Extension to make it easy to integrate SagePay with SilverStripe-Omnipay (#163).
  • FIX: Increase Reference field size in GatewayMessage (#162).
  • Updated translation files.

2.1.0

23 Dec 16:52
Compare
Choose a tag to compare
  • NEW FEATURE: Configurable field renaming for GatewayFieldsFactory (#149)
  • ENHANCEMENT: Provide a way to access Payment from a ServiceResponse instance (#154)
  • Several improvements to documentation
  • Updated translation files

2.0.0

06 Jul 15:59
Compare
Choose a tag to compare
  • Omnipay 2.x compatible (requires Omnipay 2.4 or higher)
  • Deprecated old config API in favor of a more flexible config structure (#105)
  • Deprecated snake_case static methods (transition to PSR-2) (#104)
  • Implemented services for all common omnipay methods: Purchase, authorize, capture, refund, void.
  • Services return a ServiceResponse and not a GatewayResponse. This change was mainly done to avoid confusion with Omnipay
  • UI Components such as the Payment Admin and Gridfield actions have been moved to a separate module.
  • Implemented support for asynchronous status notifications from payment providers.
  • Unit-Test coverage greatly increased.

See detailed changelog and upgrading guide.

1.3.0

06 Jul 15:55
Compare
Choose a tag to compare
  • Fixed Payment filtering bug in ModelAdmin (#78)
  • Add ability to manage several manual payments modules. (#79)
  • Extension point for extra data to complete purchases (#83)
  • Provide an accessor for translated status value. (#91)
  • Remove Created field from payment-admin filter dialogue. (#92)
  • Moved to SilverStripe organization