All Versions
105
Latest Version
Avg Release Cycle
69 days
Latest Release
1766 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v0.11.1 Changes
September 15, 2014- [omnipay] Fix undefined offset 1 error. No more splits, the holder name is set as a first name.
- [doctrine][registry] fix ability to get a storage by passing doctrine proxy object.
-
v0.11.0 Changes
September 10, 2014- ๐ [klarna] add klarna invoice support.
- [request] add authorize request.
- โฌ๏ธ [tests] upgrade phpunit up to 4.x
- ๐ [request] Rename interactive requests to replies.
RedirectUrlInteractiveRequest
becomeHttpRedirect
reply. - ๐ [request] Remove
Request
postfix. CaptureRequest become just Capture. - [request] Rename
SimpleStatusRequest
toGetHumanStatus
request. - [request] Rename
BinaryMaskStatusRequest
toGetBinaryStatus
request.
-
v0.10.0 Changes
July 31, 2014- โ๏ธ [doc] fix typos, improve examples, get-it-started page.
- [paypal ec][api] simplify Api class constructor. The client is optional now.
- [paypal ec][api] Api methods now takes array as argument and return array as well. Do not expose buzz outside Api.
- ๐ [tests] remove fragile functional tests.
- โ๏ธ [composer] fix typos in composer.json
- [http] add client ip and user agent to the get http request.
- [doctrine] rename
array
property todetails
. - ๐ [stripe] add stripe.js, checkout support.
- [template] use twig as a templating engine.
- [template] add twig factory, simplify first setup.
- ๐ง [template] allow configure a layout.
- ๐ [request] remove deprecated requests.
- [registry] decouple
StorageRegistry
from payments removing name argument.
-
v0.9.3 Changes
July 21, 2014- ๐ [doctrine] Quote a column
array
in metadata forArrayObject
class. Array is a reserved word in some databases.
- ๐ [doctrine] Quote a column
-
v0.9.2 Changes
July 08, 2014- [request] fix post redirect interactive request, it has to extend response interactive request.
-
v0.9.1 Changes
July 08, 2014- [be2bill] fix capture with aliased credit card.
-
v0.9.0 Changes
June 17, 2014- ๐ [registry] decouple
StorageRegistry
from payments. Thename
argument was removed. - ๐ [security] allow create notify token without model set.
- [creditcard] allow set null as expire at date.
- [creditcard] allow secure credit card sensitive values.
- [creditcard]
CreditCardInterface
getters does not returnSensitiveValue
anymore. - [creditcard] rename credit card method
setCardholder
andgetCardholder
to justsetHodler
andgetHolder
. - [creditcard] use
DateTime
to represent expire date. - [spl] the method
ArrayObject::validatedNotEmpty
was renamed tovalidateNotEmpty
. - ๐ [request] remove
UserInputRequeredRequest
request. - ๐ [omnipay] support Omnipay version >=2.
- [omnipay] add
OnsiteCaptureAction
. - [omnipay] allow obtain credit card in
CaptureAction
. - [omnipay] fix not imported namespace, onsite capture, prepare for obtain cc.
- ๐ [omnipay] add support of POST redirect.
- [paypal-pro] allow obtain credit card.
- [be2bill] allow obtain credit card.
- [authorize.net] allow obtain credit card.
- [paypal] Add DoReferenceTransactionActionAction and DoReferenceTransactionActionRequest
- ๐ [security][symfony] Pass bollean true to url generator. Fixes fatal error on an old symfony's versions.
- ๐ [registry] decouple
-
v0.8.8 Changes
May 29, 2014- [request] add ObtainCreditCardRequest.
- [model] add credit card model.
- ๐ [security] add mask util. allows mask strings with diff options.
- ๐ง [doc] configure TokenStorage to use hash field as idPropery.
-
v0.8.7 Changes
May 05, 2014- [request] add simple status request.
-
v0.8.6 Changes
May 01, 2014- ๐ [security] allow create notify token without model set.