forked from django-getpaid/django-getpaid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
56 lines (46 loc) · 1.47 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
django-getpaid changes
======================
(master branch - current development)
-------------------------------------
* none yet
Version 1.6.0
-------------
* Adding paymill backend
* PEP 8 improvements
* Adding support for django 1.5 in test project (+ tests)
* Fixed issue on `utils.import_name` to allow packages without parents
* Adding dependency to pytz for przelewy24 backend
* Refactoring of PayU backend (xml->txt api, better logging) and adding support for non-auto payment accepting
Version 1.5.1
-------------
* Fixing packaging that causes errors with package installation
Version 1.5.0
-------------
* Adding new backend - Przelewy24.pl (thanks to IssueStand.com funding)
* Fixing packaging package data (now using only MANIFEST.in)
Version 1.4.0
-------------
* Cleaned version 1.3 from minor issues before implementing new backends
* Brazilian backend moip
* Updated PL translation
* Added brazilian portuguese translation
* Storing payment external id and description in the database (warning: database migration needed!)
* Transferuj backend can now predefine interface language when redirecting
* POST method supported on redirect to payment
Version 1.3.0
-------------
* Logotypes support in new payment form
* Fixing packaging
Version 1.2
-----------
* Dotpay backend added
* Hooks for backends to accept email and user name
* Refactoring
Version 1.1
-----------
* PayU backend added
* Lots of documentation
* Refactoring
Version 1.0
-----------
* First stable version