forked from django-getpaid/django-getpaid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES
39 lines (32 loc) · 956 Bytes
/
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
django-getpaid changes
======================
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