wagtail-longclaw/CHANGELOG.rst

38 wiersze
965 B
ReStructuredText

2017-02-03 10:04:57 +00:00
.. :changelog:
History
-------
1.0.0
+++++++++++
2017-09-06 09:36:54 +00:00
2018-12-28 08:55:57 +00:00
* Switched to supporting Python 3 only
* Updated to support Wagtail & Django > 2 only
* Reworked the products app to make customisation easier (#76 and #47)
2018-12-28 14:56:28 +00:00
* Documentation moved to Gitbook
* Bug fixes: #130, #154, #165
2017-09-06 09:36:54 +00:00
0.2.0 (2017-07)
2017-04-28 11:07:18 +00:00
++++++++++++++++++++++
* 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%
2017-04-13 07:35:39 +00:00
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)
+++++++++++++++++++
2017-02-03 10:04:57 +00:00
* Initial release.