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

Changelog History
Page 4

  • v1.1.3 Changes

    December 26, 2015
    • ๐Ÿ— [builder] Add abiliry to pass gateway factory factory, as callable
    • [action][creditcard] pass token with the request so that actionUrl is set.
  • v1.1.2 Changes

    December 17, 2015
    • [paypal-ec] Do not overwrite previous query parameters when adding cancelled=1 to cancel url.
  • v1.1.1 Changes

    December 16, 2015
    • [paypal-ec] Fix status action. The status must be pending when user comes back from Paypal side.
  • v1.1.0 Changes

    December 11, 2015
    • ๐Ÿ‘Œ Supports PHP7
    • ๐Ÿ— [builder] Add ability to customize concrete gateway factory config.
    • [action] Set action url to obtain credit card form
    • ๐Ÿ”’ [security] Implement JsonSerializable interface of SensitiveValue.
    • [paypal-ec] Implemented DoCapture PayPal method
    • ๐Ÿ‘ [paypal-ec] Add support of authorize request
    • [paypal-ec] Fixing an issue with marking paypal payment as canceled
    • [bridge][symfony] Fix response status code in obtain credit card action.
    • [offline] Add authorize action
    • ๐Ÿ‘ [klarna] Add support of payment model. add converter for it.
    • โšก๏ธ [klarna] Add timeout tolerant fetch\create\update order.
  • v1.0.0 Changes

    November 09, 2015
    • [payumBuilder] add addCoreGatewayFactoryConfig method
    • [payum] add getTokenStorage method to payum object
    • ๐Ÿ‘ [paypal][ec] better handling of cancelled payments.
    • ๐Ÿ‘ [paypal][ec] add support of order confirmation step.
    • [stripe] pass payum token to obtain stripe token action.
    • ๐Ÿ”’ [security] set token hash to token model if not set
    • [symfony] add gateways choice form type.
    • [payumBuilder][omnipay] skip broken gateways.
    • ๐Ÿ— [payumBuilder][builder] auto register omnipay's factories.
    • [be2bill] Improve capture and notify actions, do not rely on session. Fully working solution.
    • ๐Ÿ‘ป [exception] add suggestion on how to troubleshoot request not supported issues.
    • ๐Ÿ‘ [gateway] Allow use of injected api and gateway in supports method.
    • [doc] add Payum vs Omnipay doc.
    • ๐Ÿ—„ [authorize.net] Use official sdk authorizenet/authorizenet-php deprecation.
  • v1.0.0-BETA4 Changes

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

    September 28, 2015
    • ๐Ÿ— [facade] add ability to pass builders (closures) to Payum facade builder, various bug fixes.
  • v1.0.0-BETA2 Changes

    September 25, 2015
    • [registry] add ability to disable auto adding of storage extensions.
    • [registry] Add FallbackRegistry
    • ๐Ÿ— [facade] add Payum facade and its builder
    • โšก๏ธ [doc] Update supported-gateways.md
    • [paypal-ec] Fix empty paypal description
    • Licence owner is changed
  • v1.0.0-BETA1 Changes

    August 14, 2015
    • โฌ‡๏ธ Drop support of php5.3 and php5.4
    • [vendors] Make some libraries non required. They are still required but "softly".
    • [http-client] Reuse PSR-7 as http client.
    • ๐Ÿšš [twig] Move javascript vendors to separate twig block
    • [factory] Introduce core gateway factory.
    • ๐Ÿšš [request] Add setter\getter for parameters property in RenderTemplate request. Remove context.
    • [request] Add ability to pass first\current models with obtain credit card request.
    • [symfony] Fix compatibility with Symfony 2.7
    • [symfony] Add EventDispatcherExtension.
    • ๐Ÿ‘ป [payex] Change exception message
    • [paypal][rest] require stable version of sdk.
    • [paypal][api] Replace $request by $fields
    • โšก๏ธ [klarna] Klarna Invoice Update
    • [klarna] Use sandbox recurring base uri if sandbox mode.
    • [stripe] Add currency to checkout token template
    • [stripe] Set stripe form payment action if variable exists
    • [stripe] Use stripe javascript object only after the script is loaded
    • โœ… [tests] use ::class whenever its possible
    • โœ… [travis] Run tests on php7
  • v0.15.4 Changes

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