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

Changelog History
Page 5

  • v0.15.3 Changes

    August 03, 2015
    • [buzz] Do not force TLSv1 Cipher for NSS.
  • v0.15.2 Changes

    June 10, 2015
    • โšก๏ธ [paypal-ec] Add UpdateRecurringPaymentsProfile require and an action for it.
  • v0.15.1 Changes

    April 28, 2015
    • [composer] Require stable versions
  • v0.15.0 Changes

    April 27, 2015
    • [extension] Rework extension. Introduce context.
    • [storage] Change StorageInterface::findBy returned value. It must be an array of object. or empty.
    • [doctrine][mongo] add a mapping for GatewayConfig.
    • [doc] document iso4217 use cases.
    • [request] decouple GetCurrency request from Payum\ISO4217 lib.
    • [gateway] Allow pass custom instance of iso4217.
    • [travis] sudo: false
    • โž• Add payum/iso4217 to composr deps.
    • ๐Ÿ“‡ Rename Order to Payment
    • ๐Ÿ“‡ Rename Payment and PaymentXXX classes to Gateway and GatewayXXX ones.
    • [action] Add ability to get ISO4217 info. Add a request and action for that. Simply payment interface.
    • [action] use Convert request in CapturePaymentAction.
    • ๐Ÿšš [request] Add convert request. Remove FillOrderDetails one.
    • [symfony] Add CreditCardDateValidator validator.
    • [request] Make GetHumanStatus request compatible with interface.
    • [payment] add setter and getter for credit card on payment.
    • ๐Ÿ‘ [stripe] add support of direct payments.
    • ๐Ÿ‘ [stripe] improve payment status handling, add support of authorize\refund. better handling of pending.
    • [klarna] Klarna return amount
    • [klarna] Klarna credit invoice
    • [klarna] Klarna resend invoice
    • [klarna-checkout] allow use of v2.0 SDK.
    • [klarna-checkout] check if acceptHeader property exists.
    • [klarna-checkout] change constant names
    • ๐Ÿ‘ [klarna-checkout] add support of klarna checkout recurring payments.
  • v0.14.7 Changes

    September 29, 2015
    • ๐Ÿšš [reply] remove "continue", clicking on it user can do double payment
    • โšก๏ธ [factory] Add UpdateRecurringPaymentProfileAction config on PaymentFactory.
  • v0.14.6 Changes

    June 10, 2015
    • โšก๏ธ [paypal-ec] Add UpdateRecurringPaymentsProfile require and an action for it.
  • v0.14.5 Changes

    April 15, 2015
    • [bridge][symfony] allow unset checkbox field (sandbox for example) on payment config form.
    • ๐Ÿ“ฆ [composer] add symfony\validator package to dev dependencies.
  • v0.14.4 Changes

    April 08, 2015
    • [symfony] Add CreditCardDate constraint. Checks that expiration date is greater than today.
  • v0.14.3 Changes

    April 03, 2015
    • ๐Ÿ—„ Introduce Payment model. Deprecate Order model.
    • ๐Ÿ—„ Introduce Gateway interfaces and classes. Deprecate Payment ones.
    • [doc] add basic examples.
  • v0.14.2 Changes

    March 13, 2015
    • [klarna-invoice] Fix payment factory. Always runs in live mode.