Releases: statamic/eloquent-driver
Releases · statamic/eloquent-driver
v2.6.1
What's Changed
- Bug fix on global repository registration by @ryanmitchell in #197
- Fix console export now that repositories are split by @ryanmitchell in #196
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- Split globals and global variables, provide eloquent global variable repository by @ryanmitchell in #178
- Don't double-save descendants by @jasonvarga in #193
- Add global variables to about command by @ryanmitchell in #195
Full Changelog: v2.5.1...v2.6.0
v2.5.1
What's Changed
- Fix issues with selecting fields in the content API by @ryanmitchell in #183
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's New
- Add a block to
php please support:detailsto show repository config by @ryanmitchell in #192
What's Fixed
- Fix fieldsets export by @clementmas in #190
- Delete old meta after move/rename by @ryanmitchell in #71
New Contributors
- @clementmas made their first contribution in #190
Full Changelog: v2.4.0...v2.5.0
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
v2.3.1
What's Changed
- Bug fix in globals migration introduced in 2.3.0 by @ryanmitchell in #180
Full Changelog: v2.3.0...v2.3.1
v2.3.0
This release includes schema updates. After updating, please backup your database and run php artisan migrate.
What's Changed
- Allow 'hidden' blueprints to be un-hidden by @ryanmitchell in #166
- Replaced foreign keys with simple indexes by @FrittenKeeZ in #100
- Fix offset being specified without limit and without pagination on EntryQueryBuilder by @ryanmitchell in #176
- Fix to hyphenated taxonomies from uri by @Alt-Ben in #156
- Restructure global variables to use its own table by @ryanmitchell in #168
- The default blueprint in core has changed, so update seeder to replicate by @ryanmitchell in #170
- Ensure computed values are stored in the database so they can be queried by @ryanmitchell in #167
- Add export console commands to support moving back to stache by @ryanmitchell in #157
New Contributors
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Fix entries blueprint performance by @FrittenKeeZ in #129
- Remove unnecessary
usein abstract TestCase by @ryanmitchell in #165 - Use Entry facade for origins to avoid duplicate queries by @ryanmitchell in #123
- Add blink to taxonomy queries by @ryanmitchell in #111
- Blink entry queries in term query builder by @ryanmitchell in #124
- Entry import: follow makeModelFromContract() approach used in other imports by @ryanmitchell in #163
- Set origin id on entry model by @jasonvarga in #160
- Store origin data alongside localized data by @ryanmitchell in #114
- Clear resolved facades before changing them on imports by @ryanmitchell in #174
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Fix path to trees file in README by @petemolinero in #117
- Fixed asset calling delete on null by @FrittenKeeZ in #101
- Only save custom sort field and direction by @ryanmitchell in #138
- Update entry order when saving a tree and collections are stored in files by @jasonvarga in #158
- Add presets to asset container settings by @ajcsilva in #134
- Fixing some model references to configurable references by @dimitri-koenig in #145
- Change entry collection order update be a job by @ryanmitchell in #107
- Set Entry updated_at to the timestamp of the Carbon object by @ryanmitchell in #125
- Bring submission events inline with Statamic by @indykoning in #127
- Change blink handle for 'all' as it clashes with handles of 'all' by @ryanmitchell in #136
- Fixed taxonomy not being respected when querying specific ids by @FrittenKeeZ in #103
New Contributors
- @petemolinero made their first contribution in #117
- @ajcsilva made their first contribution in #134
- @dimitri-koenig made their first contribution in #145
- @indykoning made their first contribution in #127
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Support Statamic v4 by @ryanmitchell in #142
- Add Laravel 10 support
- Statamic 3.3 and 3.4 are no longer supported.
- Laravel 8 is no longer supported.
- PHP 7.4 is no longer supported.
- Change taxonomy import to make importing taxonomies/terms optional by @ryanmitchell in #89
Full Changelog: v1.2.0...v2.0.0