Skip to content

Latest commit

 

History

History
63 lines (63 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

63 lines (63 loc) · 2.54 KB
  • 1.1.4 (2019-01-01)
    • Fix typo for Trexle and Stripe gateways.
  • 1.1.3 (2019-01-01)
    • Fix typo in creditcard for Pin Payments.
  • 1.1.2 (2017-05-03)
    • Add Trexle gateway ( @hossamhossny )
  • 1.1.1 (2016-07-19)
    • Fix live urls for Cardlink and Alphabank gateways.
  • 1.1.0 (2016-05-18)
    • Added Datacash gateway (direct and 3D secure)
    • Added NBG gateway, based on Datacash implementation.
    • Added Psigate gateway from develop branch as a working gateway.
    • Added Eurobank (Cardlink) support through Modirum gateway.
    • Added Alpha bank support through Modirum gateway.
    • Added Pin payments gateway.
    • Added Stripe gateway.
    • Added Beanstream gateway.
  • 1.0.17 (2015-12-22)
    • Added Ticket method to PiraeusPaycenter gateway.
    • Added new Gateway for PiraeusPaycenter redirection.
  • 1.0.16 (2014-12-19)
    • Add ExpirePreauth element for authorize in PiraeusPaycenter gateway.
  • 1.0.15 (2014-11-21)
    • Minor fixes to Centinel and PiraeusPaycenter gateways.
  • 1.0.14 (2014-11-20)
    • Fix ssl version on curl for CentinelPaypal.
  • 1.0.13 (2014-11-16)
    • Allow transparent setting options to adapter.
  • 1.0.12 (2014-07-16)
    • Added Iridium payment gateway ( @dimitrisGiannakakis )
  • 1.0.11 (2014-05-22)
    • Added Bridge Pay payment gateway ( @dimitrisGiannakakis )
  • 1.0.10 (2014-05-08)
    • Added WorldPay payment gateway ( @tomglue )
  • 1.0.9 (2013-10-08)
    • Added Exact payment gateway
    • Added Mercury payment gateway
    • Fix Paypal express authorization ( @wakeless-net )
  • 1.0.8 (2013-07-16)
    • Hide user login info from fixtures.ini. Added fixtures.ini dist which should be copied as fixtures.ini
    • Fix FatZebra recurring bug
    • Add Inflect class
    • Improve Eway gateway ( @wakeless-net )
    • Fix bugs in Realex gateway and add 3d secure integration ( @tomglue )
  • 1.0.7 (2013-04-29)
    • Added Fat Zebra Gateway
    • Fix minor bugs
  • 1.0.6 (2013-02-16)
    • Implement Hsbc Global Iris gateway ( @tomglue )
    • Implement Moneris payment gateway
    • Add capture, credit, void and recurring to PaypalExpress gateway
    • Introduce Options class for easy handling options
    • Introduce Address class for mapping address fields for gateway
    • Introduce AdapterInterface for setting custom options to a request.
  • 1.0.5 (2012-12-03)
    • Add support for Paypal Payflow UK ( @tomglue )
  • 1.0.4 (2012-11-26)
    • Add support for Centinel 3D secure and Paypal Payflow ( @tomglue )
  • 1.0.3 (2012-11-10)
  • 1.0.2 (2012-11-08)
  • 1.0.1 (2012-11-08)
  • 1.0.0 (2012-10-05)
    • Initial release