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

Changelog History
Page 1

  • v1.6.0

    February 13, 2020
  • v1.5.1

    December 18, 2018
  • v1.5.0 Changes

    January 09, 2018
    • ➕ add tests for encoded requests
    • ➕ add RequestTokenVerifier, use league uri to check urls
    • require league/uri 5 in core too
    • ➕ add support of omnipay v3
    • ⬆️ Upgrade phpunit
    • ✂ removed PHP 5.5/5.6 support
    • 🔄 Change community gateway for Braintree
    • 📄 Some docs improvements
    • ✂ Removed unused use referencing Sonata Admin Bundle
    • [stripe] add create subscription action.
    • 👍 [be2bill] add support of 3dSecure.
    • 🚚 [payex] remove doctrine from deps
    • ✅ [payex] upd test wsdl link
    • [offline] added refund and payout actions to offline gateway
  • v1.4.3 Changes

    September 01, 2017
    • [bridge][omnipay-v3] make compatible with OmnipayV3Bridge
  • v1.4.2 Changes

    June 21, 2017
    • [paypal-ec] Re-factor CancelRecurringPaymentsProfileAction as actions proxy
    • [paypal-ec] Change CancelRecurringPaymentsProfileAction namespace
    • 👍 [paypal-ec] Fix PayPal express checkout NVP Cancel action support scope
  • v1.4.1 Changes

    June 21, 2017
    • [core] Do not use base api classes where it is appropriate
    • [core] Do not use GatewayAwareAction class. Use interface + trait
    • 👻 [sofort] add an exception if invalid config key given
    • [sofort] Add ability to disable notifications.
    • [doc] Minor gramatical changes
    • [doc] Add new Uniteller gateway for 1.4 version
    • ⚡️ [doc] Update instant-payment-notification.md
    • ⬆️ [doc] Upgrade 3rd party libs requirments
    • ⚡️ [doc] Update examples.md
    • 📄 [doc] Add docs on how to encrypt and store gateway configs in database
  • v1.3.11 Changes

    March 22, 2017
    • 0️⃣ [klarna][checkout] Fix default uris options are not set correctly to config obj.
    • [doc] Fix scripts links
    • [doc] Fix config include, when create a capture url
    • [doc] Correct description for catchReply argument.
    • 💅 code style fixes
  • v1.3.10 Changes

    February 03, 2017
    • [bridge][symfony] Allow choices to be defined as callbacks.
    • 📄 [docs] Fix code examples. Add namespace imports to code examples
    • 📄 [docs] Put all docs in one place.
    • [travis] Fix library version conflict
    • 🏗 [travis] Prevent build fails when commit often.
  • v1.3.9 Changes

    January 31, 2017
    • ✅ [paypal][rest] Fix testsFix comments starting with # are deprecated
    • [core] Twig 2.x - compatibility
    • [paypal][ec] Mark reversed payments failed
    • 🛠 [doc] various typo fixes and improvements