.. :changelog: History ------- 1.0.0 +++++++++++ * Switched to supporting Python 3 only * Updated to support Wagtail & Django > 2 only * Reworked the products app to make customisation easier (#76 and #47) * Documentation moved to Gitbook * Bug fixes: #130, #154, #165 0.2.0 (2017-07) ++++++++++++++++++++++ * Added a template tag for easy 'Add To Basket' buttons * Added a template tag for shipping rates * Created a client side Javascript library for the REST API * We built basic views for Checkout and Basket * Added template tags to help simplify integration with payment backends * Basic checkout template in the project_template * Bug fixes around payment gateway integrations * Created a standard address form * Pushed test coverage past 80% 0.1.1 (2017-04-14) +++++++++++++++++++ * 'rest-framework' corrected to 'rest_framework' (#57) * Limit Django requirements to 1.8-1.10 (#58) 0.1 (2017-04-14) +++++++++++++++++++ * Initial release.