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

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 ...
  • 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.
  • 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 to Payment::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.