All Versions
9
Latest Version
Avg Release Cycle
154 days
Latest Release
3958 days ago

Changelog History

  • v0.09

    June 18, 2013
  • v0.09.a Changes

    July 05, 2013

    ๐Ÿ”„ Changelog:

    • โž• Added travis CI - https://travis-ci.org/agiliq/merchant
    • โž• Added multiple items support in paypal integration
    • โž• Added bootstrap theme to demo - http://merchant.agiliq.com/
    • โž• Added recurring and direct payment API in eWay gateway.
    • โž• Added digital content and subscriptions support to Google Checkout integration
    • โž• Added ogone payments integration
    • โœ‚ Removed Samurai integration
    • Unified all integration templatetags to a single tag - render_integration

    Backward incompatible changes:

    • ๐Ÿšš Samurai integration has been removed
    • โšก๏ธ If you're using the templatetag for integrations, please update your templates to use the new unified render_integration templatetag.
  • v0.08

    February 28, 2013
  • v0.07

    November 01, 2012
  • v0.06

    September 05, 2012
  • v0.05

    May 18, 2012
  • v0.3

    January 26, 2015
  • v0.2 Changes

    December 02, 2013

    General:

    • ๐Ÿ”ง Unit tests are skipped unless the corresponding gateways are configured
    • ๐Ÿ‘‰ Bugfix - Use settings.AUTH_USER_MODEL instead of get_user_model
    • Demo - fill up initial data for all gateways

    Beanstream gateway:

    • โž• Adding recurring payment support for Beanstream gateway

    Eway gateway:

    • ๐Ÿ‘Œ Improved tests for purchase, failure

    ๐Ÿ›  and other small bugfixes, docs.

  • v0.1 Changes

    October 14, 2013

    ๐Ÿ”„ Changelog:

    • โž• Added PIN payments support (https://pin.net.au)
    • ๐Ÿ‘ Multiple items support - Paypal Offsite
    • ๐Ÿ›  Fixed Beanstream tests
    • ๐Ÿ›  Bugfixes