v2.4.0
What's Changed
- Add config for asset class to make it easier to to customize by @ryanmitchell in #171
- Ensure it is possible to order entries by integer, float or date fields by @helloiamlukas in #154
- Remove custom collection methods by @jasonvarga in #162
- Split configs for asset containers, collection trees and navigation trees by @piljac1 in #133
fromModelshould accept any Eloquent model rather than forcing a specific model by @ryanmitchell in #179- Don't exclude parent data when saving entry data by @ryanmitchell in #182
- Update Taxonomy.php by @yaser2490 in #184
- fixed typo in global variables migration file name by @wonderne in #185
- Handle whereIn() in new ordering clause logic by @ryanmitchell in #188
New Contributors
- @piljac1 made their first contribution in #133
- @yaser2490 made their first contribution in #184
- @wonderne made their first contribution in #185
Full Changelog: v2.3.1...v2.4.0