All Versions
105
Latest Version
Avg Release Cycle
69 days
Latest Release
2396 days ago
Changelog History
Page 4
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
addCoreGatewayFactoryConfigmethod - [payum] add
getTokenStoragemethod 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
supportsmethod. - [doc] add Payum vs Omnipay doc.
- ๐ [authorize.net] Use official sdk authorizenet/authorizenet-php deprecation.
- [payumBuilder] add
-
v1.0.0-BETA4 Changes
September 29, 2015- ๐ [reply] remove "continue", clicking on it user can do double payment
- โก๏ธ [factory] Add
UpdateRecurringPaymentProfileActionconfig 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
UpdateRecurringPaymentProfileActionconfig on PaymentFactory.