All Versions
105
Latest Version
Avg Release Cycle
69 days
Latest Release
825 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.3.8 Changes
October 04, 2016- ๐ [gateway] Remove
guzzle.client
from the gateway factory config - [doc][paypal-rest] Init payment class variable with correct model class name.
- โก๏ธ [skeleton] Update AuthorizeAction.php
- ๐ fix tests, failed after some changes in league/uri lib.
- [doc] Fix typo
- ๐ [gateway] Remove
-
v1.3.7 Changes
September 16, 2016- ๐ [paypal] Add support of Paypal Pro Hosted payments.
- [stripe] error not detected in some cases.
- [stripe] add an action to get a credit card token from payment details.
- ๐ [paypal-ec] add support of cancel request.
- ๐ [security] Add createCancelToken method
- ๐ [skeleton] Remove deprecated features from skeleton.
- [be2bill] fix composer.json
- Require payum/core 1.3 as minimum version.
- Reuse splitsh-lite tool to split main repo.
- โ๏ธ [doc] fix various typos.
-
v1.3.6 Changes
July 25, 2016- ๐ป [gateway] Better handing for exception thrown on onPostExecute while processing an exception (EntityManager is closed issue).
-
v1.3.5 Changes
July 13, 2016- Made ApiAwareTrait interface tolerant
-
v1.3.4 Changes
June 09, 2016- [paypal][masspay] Fix bugs.
- โก๏ธ Updated guzzle6-adapter dependency & rolled back a workaround
- โ Added tests for Httplug client & message/stream factories
- ๐ Fix for Guzzle6 default client creation
- ๐ป Exception messages fix (added php-http/curl-client to hints)
- 0๏ธโฃ Default config values priority fix
- ๐ Fixed default client creation for CurlAdapter; added httplug.stream_factory to default options
- ๐ fix doc typos
-
v1.3.3 Changes
May 31, 2016- ๐ง [twig] Postpone twig configuration and paths injection.
- ๐ป [registry] fix exception message in getStorage method when object is given.
- โ add better messages on errors in api aware trait
- ๐ Fix stripe auto open
- [registry] Return dynamically stored gateways.
- ๐ [registry] First check factory option from config. Deprecate getFactoryName method
- [registry] Do not fallback to static registry in dynamic one. Use fallback for that.
-
v1.3.2 Changes
April 29, 2016- [doc] Add how to contribute from sub repository doc
- [paypal][rest] Return the api context in the config closure
- [symfony] Do not fail on empty request stack
- [registry] Keep already created gateway instances
-
v1.3.1 Changes
April 15, 2016- ๐ [paypal] Add support of Paypal Masspay.
- [paypal][ec] Fix usage of PENDINGREASON (paymentinfo instead of paymentrequest).
- ๐ [paypal][rest] Fixes and cleanups
- [core] Introduce ApiAwareTrait, GatewayAwareTrait, GenericTokenFactoryAwareTrait.
- [core] Add AuthorizePaymentAction.
- ๐ [doc] Add docs for EventDispatcherExtension.
-
v1.3.0 Changes
March 29, 2016- Foundation for payouts. Payout model, generic actions.
- Foundation for direct bank debit. BankAccount model.
- Decouple from Guzzle6. Use Httplug instead.
- Replace league/url (abandoned) with league/uri.
-
v1.2.9 Changes
April 29, 2016- [symfony] Do not fail on empty request stack