Skip to content

Latest commit

 

History

History
127 lines (108 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

127 lines (108 loc) · 3.81 KB

Change Log

1.3.3

  • Updated Genesis PHP SDK to version 2.0.2
  • Updated transaction types list in the ecomprocessing Checkout payment method
  • Added the following bank codes support through Online Banking transaction type:
    • LatiPay
    • SPEI

1.3.2

  • Updated Genesis PHP SDK to version 2.0.1
  • Added P24 transaction type support
  • Removed GiroPay transaction type from the Checkout payment method
  • Updated transaction types list in the ecomprocessing Checkout payment method

1.3.1

Fixed Genesis PHP SDK directory structure

1.3.0

  • Added Shopware 6.6.x support
  • Dropped support for Shopware 6.5 due to Shopware 6.6.x platform architecture changes
  • Update Genesis PHP SDK to version 2.0.0
  • Added Order finalization handling in the payment method
  • Fixed IPN handling during Web Payment Form cancellation
  • Fixed LoggerFactory implementation to suit Shopware 6.6 platform requirements
  • Fixed 3DSv2 parameters handling

1.2.7

  • Updated Genesis PHP SDK to version 1.24.6
  • Implemented Web Payment Form flow with an iFrame

1.2.6

  • Updated Genesis PHP library to version 1.24.0
  • Updated support of PaySafeCard transaction type via Web Payment Form

1.2.5

  • Added support for Blik one Click (BLK) payment method for the Online Banking payment type
  • Updated Genesis PHP SDK version to 1.22.0

1.2.4

  • Updated Genesis PHP SDK to 1.21.11

1.2.3

  • Updated Genesis PHP SDK to 1.21.10
  • Added Web Payment Form strict list order of the selected Transaction Types that are being sent to the Gateway
  • Tested up to 6.5.2.1

1.2.2

  • Added support for the latest Shopware 6.5.1.1 platform version

1.2.1

  • Added Bancontact Bank code to Online banking transaction type
  • Updated Genesis PHP SDK version to 1.21.6

1.2.0

  • Added support for 3DSv2 params through the ecomprocessing Checkout method
  • Added support for SCA Exemption settings through the ecomprocessing Checkout method
  • Added 3DSv2 parameters handling via Web Payment Form
  • Added SCA Exemption parameters handling via Web Payment Form
  • Updated Genesis PHP SDK version to 1.21.3
  • Tested up to Shopware 6.4.17.0 version

1.1.2

  • Added Pix Transaction Type via Web Payment Form
  • Updated Genesis PHP lib to version 1.21.2
  • Tested up to Shopware 6.4.13

1.1.1

  • Added Interac Bank code to Online banking transaction type
  • Tested up to Shopware v. 6.4.11

1.1.0

  • Added config option for enabling Web Payment Form Tokenization service. Please, contact your account manager before enabling tokenization
  • Updated to work with Shopware v. 6.4.10
  • Fixed payment_id database migration causing issues with the older Doctrine versions

1.0.4

  • Updated Genesis PHP SDK library to version 1.20.1
  • Added new transaction type Apple Pay via Web Payment Form with support of its methods:
    • Authorize
    • Sale

1.0.3

  • Updated Genesis PHP SDK library to version 1.20.0
  • Added new transaction type PayPal via Web Payment Form with support of its methods:
    • Authorize
    • Sale
    • Express
  • Updated Google Pay transaction type via Web Payment Form with the latest requirements from the payment gateway

1.0.2

  • Updated Genesis PHP SDK library to version 1.19.2
  • Updated Card.js JavaScript plugin used by the Direct Method
  • Added support for Google Pay transaction type via Checkout Method (Web Payment Form)

1.0.1

  • Added Shopware 6.4.x support
  • Fixed issue during re-installation
  • Fixed the Checkout Language Setting for the Web Payment Form

1.0.0

  • Added ecomprocessing Genesis Plugin skeleton
  • Added configurations
  • Added Web Payment Form service
  • Added Genesis Transaction data to the Database
  • Added Instant Payment Notification handling
  • Added support for Reference Transactions (Void, Capture, Refund)