- Remove CURLOPT_CAINFO - path to Certificate Authority (CA) bundle
- Remove paymill.crt
- Change user agent info to "Paymill-Prestashop/2.1.1"
- added compatibility for EU-Legal(https://github.com/EU-Legal/modules)
- added refund within shop-administration
- added capture within shop-administration
- added preauth/capture feature for manually capture
- Changed register url and added referrer
- Core-Release
- improved Design for Prestashop 1.6
- Transaction description limited to 128 charakters
- disabled autocompletation for inputfields
- adjust code to cover up prestashop-standards
- add new configuration: active creditcard brands
- Visa
- MasterCard
- American Express
- CartaSi
- Carte Bleue
- Diners Club
- JCB
- Maestro
- China UnionPay
- Discover Card
- Dankort
- The two payment forms ELV and SEPA were merged to one form. Therefor the option SEPA was removed from the configuration.
- added Prenotification for SEPA (Day of Debit will be shown on the invoice and on the order confirmation mail)
- added support for Presta 1.6
- added support for mobile theme
- added iban validation
- added improved creditcard predetection and improved validation
- added webhook - change orderstate when a order is refunded via paymillcockpit
- Updated Lib
- Reuse a Client instead of creating a new one for each order
- Added Source to Lib
- Added Feature: Hide payment when keys are invalid
- Added Feature: Detect and show creditcardbrand when entering a creditcardnumber
- Fixed Bug: wrong orderstate after successful order
- Fixed Redirect on error
- Added Currency-checkbox for payments
- Fixed Redirect Link
- Added Option to enable Creditcard-payments
- Added Feature: FastCheckout - saves an Id refering to the customers paymentdata and prefills the data for the customer for a quicker checkout.
- Improved paymentvalidation
- Improved 3DSecure-handling
- Fixed Bug: Modul is missing configuration
- Added Feature: Backend-log
- initial Version