Payum v0.13.0 Release Notes

Release Date: 2014-12-26 // over 9 years ago
    • [ssl] Added cURL Options for the PayPal Sandbox SSL 3.0 Vulnerability (POODLE)
    • ๐Ÿšš [payment] remove all addXXX methods from PaymentInterface.
    • [payment] Introduce PaymentFactoryInterface. Simplify exist factories.
    • [request] Add missed markSuspended method to GetStatusInterface.
    • [request] Allow get raw content of the request.
    • [reply] Add ability to set Http StatusCode and headers.
    • ๐Ÿšš [action] Remove generic order action. Improve execute same request with details action.
    • [action] Execute same request with details has to be the last action.
    • [storage] Rename methods. Improve usage of Identity.
    • [doctrine] fix mapping of details field in the order model. It has to be object.
    • 0๏ธโƒฃ [buzz] Create default curl client, if no client is passed
    • ๐Ÿ”’ [security] Reuse league/url while manipulation with tokens urls.
    • ๐Ÿ”’ [security] Making afterPath optional on TokenFactoryInterface.
    • ๐Ÿ‘ [paypal-pro] Add support of refunds.
    • ๐Ÿ”จ [paypal-pro] Refactor Paypal Pro, remove not used stuff, simplify logic.
    • ๐Ÿ“ฆ [omnipay] Allow install Omnipay bridge ONLY as a standalone package. Not shipped with payum/payum any more.
    • ๐Ÿ”ง [symfony] Allow configure min max expiration years.
    • ๐Ÿ“„ [docs] Add chapter about refund.