Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
0.2.37
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed Jun 19, 2019
1 parent 35f956f commit 4818f97
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
#0.2.37

- [fixed] Fixed some missing font awesome fonts
- [changed] When associating products to categories, an initial list will show on load
- [improved] Product name will now truncate if too long
- [improved] Reporting updates
- [improved] You can now have user fields set up to show on customer creation [1]

[1]
Just add this to your `config/getcandy.php` file:

```
'users' => [
'fields' => [
'some_custom_field' => [
'label' => 'Some Custom Field',
'type' => 'text',
]
],
],
```

Any fields here will be shown when creating a customer and will go into the `fields` JSON column on `user_details`

#0.2.36

- [improved] Order view can handle multiple shipping lines
Expand Down

0 comments on commit 4818f97

Please sign in to comment.