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

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 become HttpRedirect reply.
    • ๐Ÿšš [request] Remove Request postfix. CaptureRequest become just Capture.
    • [request] Rename SimpleStatusRequest to GetHumanStatus request.
    • [request] Rename BinaryMaskStatusRequest to GetBinaryStatus 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 to details.
    • ๐Ÿ‘ [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 for ArrayObject class. Array is a reserved word in some databases.
  • 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. The name 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 return SensitiveValue anymore.
    • [creditcard] rename credit card method setCardholder and getCardholder to just setHodler and getHolder.
    • [creditcard] use DateTime to represent expire date.
    • [spl] the method ArrayObject::validatedNotEmpty was renamed to validateNotEmpty.
    • ๐Ÿšš [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.
  • 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.