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

Changelog History
Page 3

  • v1.2.8 Changes

    March 25, 2016
    • [stripe] Allow use of explicitly passed credit card.
    • [bridge][symfony] Add Symfony's template engine aware RenderTemplateAction action.
  • v1.2.7 Changes

    March 24, 2016
    • [stripe] Subscription billing.
  • v1.2.6 Changes

    March 18, 2016
    • ๐Ÿ— [bridge][symfony] add obtain credit card action builder.
    • ๐Ÿ— [builder] Revert "[builder] Allow create a gateway without explicit factory set. The core one is used."
  • v1.2.5 Changes

    March 16, 2016
    • [stripe] add ability to store credit card and charge it later.
    • [bridge] Allow Symfony 3 request stack
    • ๐Ÿ›  [doc] small doc fixes
  • v1.2.4 Changes

    March 07, 2016
    • [credit-card] Fixes regression in the bundle. Symfony's validator marks all fields as invalid on credit card form submission.
    • โœ๏ธ [skeleton] fix some typos.
  • v1.2.3 Changes

    March 04, 2016
    • 0๏ธโƒฃ [spl] add get method to array object. with default option.
  • v1.2.2 Changes

    March 01, 2016
    • ๐Ÿ”’ [security] add ensure var is sensitive value method.
    • ๐Ÿ”’ [security] add __debugInfo to SensitiveValue object.
    • ๐Ÿ›  [doc] various doc fixes
  • v1.2.1 Changes

    February 22, 2016
    • โšก๏ธ [doc] Update list of supported gateways
    • โž• Add subtree split bin
    • โšก๏ธ Update deps of symfony phpunit bridge.
    • [sofort] Add sofort gateway
    • โž• Add Gitter badge
    • ๐Ÿšš [doc] Remove links to payum.org.
    • ๐Ÿ“š [doc] Create a main documentation landing page. prepare for payum.org shut down.
  • v1.2.0 Changes

    February 12, 2016
    • ๐Ÿ‘Œ Supports Symfony 3.x
    • [symfony] Add GatewayFactoryBuilder
    • [symfony] Add CoreGatewayFactoryBuilder
    • [symfony] Add TokenFactoryBuilder
    • [symfony] Add HttpRequestVerifierBuilder
    • [symfony] Add ContainerAwareRegistry
    • [symfony] Add ContainerAwareCoreGatewayFactory
    • [twig] Improve twig loader injection. Inject it to custom twig instance. Do not inject the loader several times.
    • ๐Ÿ— [builder] Allow to add configs several times and merge them, including core gateway, gateway, factory configs.
    • ๐Ÿ— [builder] Allow create a gateway without explicitly setting a factory. The core one is used.
    • ๐Ÿšš [http] Remove encription curl options, use default ones.
    • ๐Ÿ›  [paypal-ec] Fixed paypal status does not detect cancelled payments
    • โšก๏ธ [stripe] Updates stripe api to 2.0 - 3.x version.
  • v1.1.4 Changes

    January 14, 2016
    • [offline] add canceled status
    • [skeleton] Require payum/core with needed fix