Skip to content

Commit

Permalink
Bump to version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 16, 2020
1 parent c2aed51 commit d97459a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d97459a

Please sign in to comment.