This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
Releases: getcandy/candy-hub
Releases · getcandy/candy-hub
v0.2.41
- [added] Added duplicate product screens
v0.2.39
- [improved] Setter for non existing attributes on product edit don't rely on existing check
v0.2.38
- [changed] Changed user experience when associating categories to products
v0.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
v0.2.36
- [improved] Order view can handle multiple shipping lines
v0.2.35
- [fixed] Fixed pagination on customer table
- [improved] Improved customer name fetching on customer table.
v0.2.34
- [improved] Support meta fields from order on order listing table
- [changed] Column names generated from config items
v0.2.33
- [fixed] Fixed pagination on orders table
- [fixed] Fixed order error if shipping not present.
v0.2.32
- [fixed] Fixed Shipping Method edit screen
- [added] UI/Component tweaks across hub
v0.2.31
- [fixed] Make sure we can select a layout in the first instance