|
@@ -4,6 +4,67 @@ Changelog
|
4
|
4
|
|
5
|
5
|
For releases after 0.4, see the release notes in the docs.
|
6
|
6
|
|
|
7
|
+0.4.11 - 2013-08-08
|
|
8
|
+-------------------
|
|
9
|
+
|
|
10
|
+Add extra blocks to order dashboard template.
|
|
11
|
+
|
|
12
|
+0.4.10 - 2013-07-03
|
|
13
|
+-------------------
|
|
14
|
+
|
|
15
|
+Extend range of bankcard expiry month field.
|
|
16
|
+
|
|
17
|
+0.4.9 - 2013-04-17
|
|
18
|
+------------------
|
|
19
|
+
|
|
20
|
+Make ``AbstractStockRecord`` abstract (`#645`)
|
|
21
|
+
|
|
22
|
+.. _`#645`: https://github.com/tangentlabs/django-oscar/pull/645
|
|
23
|
+
|
|
24
|
+0.4.8 - 2013-04-08
|
|
25
|
+------------------
|
|
26
|
+
|
|
27
|
+Fix bug with order dashboard line editing (`#622`_)
|
|
28
|
+
|
|
29
|
+.. _`#622`: https://github.com/tangentlabs/django-oscar/pull/622
|
|
30
|
+
|
|
31
|
+0.4.7 - 2013-03-20
|
|
32
|
+------------------
|
|
33
|
+
|
|
34
|
+Fix bug with order dashboard searching (`#587`_)
|
|
35
|
+
|
|
36
|
+.. _`#587`: https://github.com/tangentlabs/django-oscar/pull/587
|
|
37
|
+
|
|
38
|
+0.4.6 - 2013-03-05
|
|
39
|
+------------------
|
|
40
|
+
|
|
41
|
+Fix dependencies in ``setup.py``
|
|
42
|
+
|
|
43
|
+0.4.4 - 2013-01-25
|
|
44
|
+------------------
|
|
45
|
+
|
|
46
|
+Extend ``get_class`` to support loading from non-Oscar packages
|
|
47
|
+
|
|
48
|
+0.4.4 - 2013-01-16
|
|
49
|
+------------------
|
|
50
|
+
|
|
51
|
+Correct django-haystack in setup.py
|
|
52
|
+
|
|
53
|
+0.4.3 - 2013-01-16
|
|
54
|
+------------------
|
|
55
|
+
|
|
56
|
+Pin django-haystack version as backwards-incompatiable changes are happening
|
|
57
|
+
|
|
58
|
+0.4.2 - 2012-12-14
|
|
59
|
+------------------
|
|
60
|
+
|
|
61
|
+Nano-release to fix logout redirect bug
|
|
62
|
+
|
|
63
|
+0.4.1 - 2012-12-06
|
|
64
|
+------------------
|
|
65
|
+
|
|
66
|
+Nano-release to bump dependency versions.
|
|
67
|
+
|
7
|
68
|
0.4 - 2012-10-19
|
8
|
69
|
----------------
|
9
|
70
|
|
|
@@ -53,6 +114,29 @@ changes.
|
53
|
114
|
|
54
|
115
|
Please ask on the mailing list if any other problems are encountered.
|
55
|
116
|
|
|
117
|
+0.3.7 - 2013-07-03
|
|
118
|
+------------------
|
|
119
|
+* Extend number of years in bankcard expiry field
|
|
120
|
+
|
|
121
|
+0.3.6 - 2013-04-08
|
|
122
|
+-------------------
|
|
123
|
+* Fix line-handling bug in order dashboard.
|
|
124
|
+
|
|
125
|
+0.3.5 - 2012-09-28
|
|
126
|
+------------------
|
|
127
|
+A couple of minor adjustments for Tangent projects
|
|
128
|
+
|
|
129
|
+* Add handling of custom redirect after adding to basket
|
|
130
|
+* Add recursive URL decoration
|
|
131
|
+
|
|
132
|
+0.3.4 - 2012-09-24
|
|
133
|
+------------------
|
|
134
|
+
|
|
135
|
+* Rework price lookups in offer calculations (backport of functionality from 0.4)
|
|
136
|
+* Add additional block to profile template
|
|
137
|
+
|
|
138
|
+Diff: https://github.com/tangentlabs/django-oscar/compare/0.3.3...0.3.4
|
|
139
|
+
|
56
|
140
|
0.3.3 - 2012-08-24
|
57
|
141
|
-------------------
|
58
|
142
|
|
|
@@ -111,6 +195,11 @@ instead of::
|
111
|
195
|
# base.html
|
112
|
196
|
{% extends 'templates/base.html' %}
|
113
|
197
|
|
|
198
|
+0.2.2 - 13 July 2012
|
|
199
|
+~~~~~~~~~~~~~~~~~~~~
|
|
200
|
+
|
|
201
|
+Fixes a bug with applying absolute-discount benefits
|
|
202
|
+
|
114
|
203
|
|
115
|
204
|
0.2.1 - 09 July 2012
|
116
|
205
|
--------------------
|