This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
releases.json
101 lines (101 loc) · 3.88 KB
/
releases.json
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[
{
"version": "0.0.13",
"downloadUrl": "https://github.com/bossanova808/CommerceRegisterOnCheckout/archive/0.0.13.zip",
"date": "2018-02-14T00:00:00.000Z",
"notes": [
"[Added] do `clearRegisterSession` to explicitly clear http session vars",
"[Fixed] Explicitly set registered to null if registration is not attempted"
]
},
{
"version": "0.0.12",
"downloadUrl": "https://github.com/bossanova808/CommerceRegisterOnCheckout/archive/0.0.12.zip",
"date": "2017-10-18T00:45:00.000Z",
"notes": [
"[Fixed] NB ***Required update** Needed for latest Commerce changes (remove of email from commerce_customers table in favour of order->email)",
"[Fixed] Update docs with example to explain that you must run your actual payment only AFTER the registration details are lodged",
"[Improved] Better logging"
]
},
{
"version": "0.0.11",
"downloadUrl": "https://github.com/bossanova808/CommerceRegisterOnCheckout/archive/0.0.11.zip",
"date": "2017-04-16T00:45:00.000Z",
"notes": [
"[Fixed] Do not allow empty passwords (thanks Tom Sullivan)"
]
},
{
"version": "0.0.10",
"downloadUrl": "https://github.com/bossanova808/CommerceRegisterOnCheckout/archive/0.0.10.zip",
"date": "2017-04-16T00:45:00.000Z",
"notes": [
"[Added] Add onBeforeRegister event (thanks Tom Sullivan)"
]
},
{
"version": "0.0.9",
"downloadUrl": "https://github.com/bossanova808/CommerceRegisterOnCheckout/archive/0.0.9.zip",
"date": "2017-03-27T00:00:01.001Z",
"notes": [
"[Fixed] Use Query Builder (thanks Tom Sullivan)"
]
},
{
"version": "0.0.8",
"downloadUrl": "https://github.com/bossanova808/CommerceRegisterOnCheckout/archive/0.0.8.zip",
"date": "2017-03-16T00:00:01.001Z",
"notes": [
"[Added] Add onRegisterComplete event (thanks Tom Sullivan)"
]
},
{
"version": "0.0.7",
"downloadUrl": "https://github.com/bossanova808/CommerceRegisterOnCheckout/archive/0.0.7.zip",
"date": "2017-03-08T00:00:01.001Z",
"notes": [
"[Fixed] Respect tablePrefix and deal with possible missing address ids"
]
},
{
"version": "0.0.6",
"downloadUrl": "https://github.com/bossanova808/CommerceRegisterOnCheckout/archive/0.0.6.zip",
"date": "2017-02-22T05:41:01.158Z",
"notes": [
"[Added] Transfer address records to the newly created Craft User"
]
},
{
"version": "0.0.5",
"downloadUrl": "https://github.com/bossanova808/CommerceRegisterOnCheckout/archive/0.0.5.zip",
"date": "2017-02-21T05:41:01.158Z",
"notes": [
"[Fix] Fix install error with 0.0.4 due to odd differing syntax between createTable and addColumnAfter"
]
},
{
"version": "0.0.4",
"downloadUrl": "https://github.com/bossanova808/CommerceRegisterOnCheckout/archive/0.0.4.zip",
"date": "2017-02-20T05:41:01.158Z",
"notes": [
"[Added] Set the last used shipping & billing address Ids so the newly created users immediately get to use their address records"
]
},
{
"version": "0.0.3",
"downloadUrl": "https://github.com/bossanova808/CommerceRegisterOnCheckout/archive/0.0.3.zip",
"date": "2017-02-18T05:41:01.158Z",
"notes": [
"[Fixed] Create database on install, not just on up migration...."
]
},
{
"version": "0.0.1",
"downloadUrl": "https://github.com/bossanova808/CommerceRegisterOnCheckout/archive/0.0.1.zip",
"date": "2016-09-06T05:41:01.158Z",
"notes": [
"[Added] Initial release"
]
}
]