From d97459a6d3a99fc07537eb64479037d3845cd323 Mon Sep 17 00:00:00 2001 From: Jacob Rief Date: Sat, 16 May 2020 17:48:38 +0200 Subject: [PATCH] Bump to version 1.2 --- CHANGELOG.md | 14 ++++++++++++++ README.md | 13 ------------- 2 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e380205 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changes + +## 1.2 (recommended for django-SHOP version 1.2) +* Add support for Django-3.0. +* Fix new PayPal requirement: Add additional costs not reflected in list of ordered items. +* Drop support for Django-2.0 and lower. +* Drop support for Python-2.7. + +## 1.0.1 +* Fix #6: PayPal's create payment now is invoked by the server. + +## 1.0 + +* Adopted to django-SHOP version 1.0 diff --git a/README.md b/README.md index 934efb4..a3c7350 100644 --- a/README.md +++ b/README.md @@ -53,16 +53,3 @@ If a payment was rejected by PayPal, **djangoshop-paypal** redirects onto the CM ``shop-cancel-payment``, so make sure that such a page exists. -## Changes - -### 1.2 -* Fix new PayPal requirement: Add additional costs not reflected in list of ordered items. -* Drop support for Django<2.1. -* Drop support for Python-2.7. - -### 1.0.1 -* Fix #6: PayPal's create payment now is invoked by the server. - -### 1.0 - -* Adopted to django-SHOP version 1.0