Skip to content

Tags: statamic/eloquent-driver

Tags

v4.35.2

Toggle v4.35.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix exporting when using UUIDs (#524)

v4.35.1

Toggle v4.35.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix exporting of entries (#516)

v4.35.0

Toggle v4.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support whereHas etc on Entries and Terms (#512)

* Support on EntryQueryBuilder

* Support terms too

* Remove concern as its provided by base builder

* version bump

* 🍺

* Fix terms test

* Fix failing tests from other 5.68 changes

* and the last

v4.34.0

Toggle v4.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix sorting by numbers when using collection `in` condition (#513)

* Fix sorting by floats when using collection `in` condition

* why doesnt pint catch this

---------

Co-authored-by: Ryan Mitchell <ryan@thoughtcollective.com>

v4.33.0

Toggle v4.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Deleted directory items on S3 container still in Statamic Assets DB a…

…fter running sync-assets (#511)

* first stab at fixing this

* actually run delete

* fix bad merge

* PINT!

* Implement @ryanmitchell's suggestions with minor fixes.

* PINT!

* one more change to ensure that sub directories are being deleted

* PINT!

* remove dump and add additional folder check

* remove map in favor of better comparison on filesystem

* use blessed Str facade

* recache

---------

Co-authored-by: Ryan Mitchell <ryan@thoughtcollective.com>

v4.32.0

Toggle v4.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support inject/cascade on taxonomies (#504)

v4.31.0

Toggle v4.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix speed regression on model status query by going through eloquent …

…model (#497)

* Fix speed regression on model status query by going through eloquent model

* When we're plucking id, go for speed

* Abstract out blink column cache

v4.30.2

Toggle v4.30.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[4.x] Pluck collectionHandle not collection (#491)

* Pluck collectionHandle not collection

* Fixes

* 🍺

v4.30.1

Toggle v4.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update code style workflows (#489)

* Delete `pint-fix` workflow

* Sync linting workflow with core

v4.30.0

Toggle v4.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[4.x] Always load model for assets (#479)

* Always load model for assets

* Fixing test

* Fix test, attempt 2

* Fixing test, attempt 3

* Nitpicks - early return and formatting

* Update test to be more meaningful with explanation

* Revert test changes and make a separate test

---------

Co-authored-by: Ryan Mitchell <ryan@thoughtcollective.com>