Releases: paymill/paymill-oxid
Releases · paymill/paymill-oxid
Release version 2.8.1
- Remove CURLOPT_CAINFO - path to Certificate Authority (CA) bundle
- Remove paymill.crt
- Change user agent info to "Paymill-OXID/2.8.1"
2.7.1
2.7.0
Mobile Theme Support
- added OXID mobile theme support. Tested with Nexus 7 Chrome emulation and iOS simulator (iPhone 4-inch iOS 7.1).
- added autocomplete="off" for input fields, browser shall not save sensitive data like credit card number and card verification value
- changed CVV input field type from "text" to "password"
- ui change: added support for payment long description (configurable in the OXID backend payment methods settings)
- ui change: credit card form - valid until months are shown in a new format instead of just having the name of the month it also shows the number, e.g. "1 - January"
- ui change: hover tooltip for CVV input field
- refactoring: removed all deprecated calls, e.g. oxConfig::getInstance() etc
- max length of transaction description set to 128 characters
- fixed: order number was not set correctly, is now updated after order execution