All Versions
9
Latest Version
Avg Release Cycle
154 days
Latest Release
4329 days ago
Changelog History
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, 2013General:
- ๐ง Unit tests are skipped unless the corresponding gateways are configured
- ๐ Bugfix - Use
settings.AUTH_USER_MODEL
instead ofget_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