All Versions
105
Latest Version
Avg Release Cycle
69 days
Latest Release
1211 days ago

Changelog History
Page 7

  • v0.12.2 Changes

    November 07, 2014
    • ๐Ÿ”’ [security] Added cURL Options for the PayPal Sandbox SSL 3.0 Vulnerability (POODLE)
    • ๐Ÿ‘ป [omnipay-bridge] catch invalid credit card exception.
  • v0.12.1 Changes

    October 31, 2014
    • ๐Ÿ‘ป [symfony-bridge][forms] Fix exception "there is only 'years' option available."
    • [symfony-bridge] Add obtain credit card basic template.
    • ๐Ÿ‘ [doc] add Silex to the list of supported frameworks.
  • v0.12.0 Changes

    October 29, 2014
    • [action] add basic get http request action.
    • [action] ExecuteSameRequestWithModelDetailsAction now do sub request for empty details too.
    • ๐Ÿ”’ [request] move ModelAwareInterface to model namespace and TokenAwareInterface to Security one.
    • [request] add Refund request
    • ๐Ÿšš [request] remove usages of STATUS_SUCCESS and all related methods.
    • [request] BaseModelAware request was renamed to Generic one.
    • ๐Ÿšš [request] move logic from SecuredXXX requests to Generic, remove all SecuredXXX requests.
    • โœ… [tests] reduce code duplications in tests, introduce GenericActionTest.
    • [stripe] add GetHttpRequestAction to checkout factory.
    • [stripe] add GetHttpRequestAction to js factory.
    • [bridge][symfony] add ObtainCreditCardAction and credit card form to bridge from bundle.
    • [bridge][symfony] add symfony response to reply converter.
    • [orders] unified interface for all possible payments.
    • [order][paypal] set automatically notify url if not defined.
    • [order][doctrine] add mongo and orm mappings for order model.
    • [order][payex] add fill order details action.
    • [order][paypal-pro] add fill order details action.
    • [offline] add fill order details action.
    • [omnipay-bridge] add fill order details action.
    • ๐Ÿ”จ [omnipay-bridge] refactor tests, add auto fill of returnUrl, cancelUrl and clientIp.
    • [omnipay-bridge] fix undefined offset 1 error. set holder name as first name always.
    • [klarna-checkout] fix bad request. merchant.id invalid.
    • ๐Ÿšš [klarna-checkout] Remove GlobalXXXConnector. Replace CaptureAction with Authorize one.
    • ๐Ÿ‘ [klarna-invoice] add refund support.
    • [paypal] correctly recognize authorize status.
    • [paypal] add make status action aware of refunded payment status.
  • v0.11.8 Changes

    October 19, 2014
    • [klarna-checkoout] set correctly orderid in notify action.
    • [klarna-invoice] populate klarna from details must be inside try catch block.
  • v0.11.7 Changes

    September 29, 2014
    • [payment] Critcal bug fix. It was possible to mix credentials of different payments if you use them in single process.
  • v0.11.6 Changes

    September 28, 2014
    • โšก๏ธ [paypal][ipn] do not update express checkout related info when session has expired.
    • [klarna] add CreditPart action.
  • v0.11.5 Changes

    September 18, 2014
    • [klarna] error_code has to be int.
  • v0.11.4 Changes

    September 17, 2014
    • [klarna] fix encoding when setting error code, message back to details.
  • v0.11.3 Changes

    September 17, 2014
    • [storage] fix bug "Interface Doctrine\Common\Persistence\Proxy does not exist".
  • v0.11.2 Changes

    September 16, 2014
    • [paypal-pro] StatusAction has to accept GetStatusInterface, not only GetBinaryStatus instance.