All Versions
105
Latest Version
Avg Release Cycle
69 days
Latest Release
1670 days ago
Changelog History
Page 9
Changelog History
Page 9
-
v0.8.5 Changes
April 16, 2014- [be2bill] should not use capture onsite action when aliased credit card used.
-
v0.8.4 Changes
April 16, 2014- ๐ [be2bill] api endpoint has ".php" at the end. Fixes temporal glitches with api.
-
v0.8.3 Changes
April 14, 2014- ๐ [security][symfony] Fix bug:
PHP Fatal error: Undefined class constant 'ABSOLUTE_URL' in ...
- ๐ [security][symfony] Fix bug:
-
v0.8.2 Changes
April 10, 2014- [paypal] Set return\cancel (if not set) url from secured capture request.
- [paypal] Add NotifyAction to PaymentFactory.
- [paypal][action] Add generic NotifyAction.
- ๐ [security] Fix
GenericTokenFactory
. It did not handle afterPath correctly, when it is url. - ๐ [symfony][request] move symfony's response interactive request to bridge.
-
v0.8.1 Changes
April 08, 2014- ๐ [security] symfony's TokenFactory now require UrlGeneratorInterface.
- import namespaces.
- ๐ [security][symfony] move HttpRequestVerifier from bundle to bridge.
- ๐ [security][symfony] move TokenFactory from symfony bundle to bridge.
- ๐ [security] TokenFactory accepts urls as targetPath and afterPath.
- ๐ [doc] added laravel to supported frameworks list.
- [offline] wrap model by ArrayObject from bridge.
- [offline] Fixing Notice: Undefined index: paid in ...
-
v0.8.0 Changes
April 02, 2014- โ [paypal][pro] set bigger timeout to prevent test fails
- ๐ [klarna] add support of klarna checkout payment.
- [zend][storage] add zend table gateway storage.
- [omnipay] do not wrap omnipay's exceptions in capture action.
- ๐ [security] add generic token factory.
- ๐ [security] introduce token factory.
- โ [action] add tests for notify action
- [request] add response interactive request.
- ๐ [payex] remove duplicated tests.
- [registry] register storage extensions lazily.
-
v0.7.2 Changes
January 18, 2014- [be2bill][api] add a method to verify params hash.
-
v0.7.1 Changes
January 12, 2014- ๐ [registry]
SimpleRegistry::registerStorageExtensions
method is deprecated.
- ๐ [registry]
-
v0.7.0 Changes
December 26, 2013- ๐ merge all payment gateway into one payum repository and setup subtree split.
- ๐ move all current root classes to core namespace.
- [request] add
GetHttpQueryRequest
request - ๐ [request] add
PostRedirectUrlInteractiveRequest
request - ๐ [request] remove deprecated
XXXDetailsAggregatedModelsAction
actions. - [request] use execute same request with model details action
- ๐ [payment] making
findSupport
method more specific on the return value. Now it returns false when not supported action. - [composer] add missed libs to replace section
- ๐ [security] improve token hash generator
- ๐ [security] prevent accidental storing of sensitive info
- ๐ [security] wrapp sensitive values to prevent its saving somewhere
- ๐ [security] use SensitiveValue to safely process card number etc.
- [storage][filesystem] add identity map for filesystem storage.
- [payment] add
forcePrepend
argument toPayment::addApi
method. - [registry] add
SimpleRegistry::registerStorageExtensions
helper method. - [registry] add
PaymentRegistryInterface::getPayments
method. - [doctrine][orm] add mapping for simple model.
- [doctrine][mongo] add mapping for simple model.
- [model] add simple unified array model.
- ๐ [authorize.net] remove payment details custom model. Use ArrayObject from core or your own.
- ๐ [be2bill] add support of be2bill onsite payments
- ๐ [be2bill] fix. capture with credit card should support if
CARDCODE
provided. - ๐ [paypal express checkout][model] remove custom model and doctrine mapping for it.
- [paypal] Allow set custom params to authorize token url
- ๐ [payex][model] remove custom model and doctrine mapping for it.
-
v0.6.5 Changes
November 22, 2013- ๐ [request] CaptureDetailsAggregatedModelAction is deprecated.
- ๐ [request] SyncDetailsAggregatedModelAction is deprecated.
- ๐ [request] StatusDetailsAggregatedModelAction is deprecated.