-
Notifications
You must be signed in to change notification settings - Fork 30
/
version.json
executable file
·65 lines (65 loc) · 1.81 KB
/
version.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
[
{
"major":3,
"date":"2015.12.02",
"changelog":[
"Fix a bug related calculating and saving one time use coupons."
]
},
{
"major":3,
"date":"2015.11.09",
"changelog":[
"Bug fix on GoCart.php library related to calculating shipping rates with a coupon added."
]
},
{
"major":3,
"date":"2015.10.01",
"changelog":[
"Update default address format to use a twig based template."
]
},
{
"major":3,
"date":"2015.08.28",
"changelog":[
"Escape search term in query for products and orders."
]
},
{
"major":3,
"date":"2015.08.26",
"changelog":[
"Fix search module for sorting results.",
"Fix button clearing on admin product list page.",
"Fix 404 PHP errors on nonexistent categories in the front end.",
"Remove artificial max file size limit from category image upload.",
"Delete category image file when deleting a category.",
"Fix restoring primary radio button to product forms on edit.",
"Fix address ajax call on GoCart installs that reside in a subfolder."
]
},
{
"major":3,
"date":"2015.08.20",
"changelog":[
"Fix category sort links on front end."
]
},
{
"major":3,
"date":"2015.08.12",
"changelog":[
"Updated HTACCESS and bootstrap.php to make installation on subfolders easier."
]
},
{
"major":3,
"date":"2015.08.11",
"changelog":[
"Modified Version file to json and include changelog.",
"Fixed Customer password encryption and automatic login."
]
}
]