Releases
2.0-beta9
Fixed
If an attribute value is null it will be returned instead of the {"en": null}
encoded string. (#130 )
When loading an exiting product with channel availability, the scheduling modal should no longer display without prompt.
Product
and ProductOption
models will now take the Scout prefix config setting on the indexes.
The Text
field type tolerance now accepts numeric values instead of just forcing strings.
Translating an attribute via ->translateAttribute('name')
will now handle non translatable fields for consistency.
When using the getcandy:meilisearch:setup
only indexes available within the app should be affected.
When installing GetCandy the correct configuration or rich text fields should now be applied. By (@KKSzymanowski )
Added
Added Taxes
facade to ensure the TaxManager
can be easily extended. (#129 )
collections
relationship has been added to the Product
model. By (@poppabear8883 )
GetCandy's models now support have added macro support. By (@edcoreweb )
Changed
Instead of assuming $user->id
we know use $user->getKey()
. By (@ryanmitchell )
Big maintainence update to the Docblocks across the codebase to help with IDE support. By (@KKSzymanowski )
View Changes
You can’t perform that action at this time.