You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added check on customers for when using MySQL search driver to prevent undefined columns [#40](https://github.com/getcandy/getcandy/issues/40)
32
+
- Added check on customers for when using MySQL search driver to prevent undefined columns [#40](https://github.com/getcandy/getcandy/issues/40).
34
33
35
34
### Changed
36
35
37
36
- Changed `https` to `http` on country import due to issues with local environment CA installations.
38
37
39
38
## 2.0-beta4 - 2022-01-07
40
39
41
-
### Added
42
-
- Made customers searchable via Scout
43
-
- Added Addresses relationship to the customer model
40
+
### Fixed
41
+
42
+
- Fixes [Issue 24](https://github.com/getcandy/getcandy/issues/24) where URL relationship is `elements` when it should be `element`.
43
+
- Fixed an issue where `now()->year` would return an int on single digit months, but we need to have a leading zero.
44
44
45
45
### Changed
46
+
46
47
- Customers `meta` column now uses Laravel's `casts` property and is cast to an object.
47
48
48
-
### Fixes
49
-
- Fixes [Issue 24](https://github.com/getcandy/getcandy/issues/24) where URL relationship is `elements` when it should be `element`
50
-
- Fixed an issue where `now()->year` would return an int on single digit months, but we need to have a leading zero.
49
+
### Added
50
+
51
+
- Made customers searchable via Scout.
52
+
- Added addresses relationship to the customer model.
0 commit comments