Skip to content

Tags: statamic/eloquent-driver

Tags

v4.20.2

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Ensure namespaced fieldsets are returned (#407)

* Ensure namespaced fieldsets are not ignored

* Ensure blueprintTest only tests blueprints

* Update test

* Same for blueprints

* wrong variable

* Revert the fix for namespaced blueprints

---------

Co-authored-by: Duncan McClean <duncan@duncanmcclean.com>

v4.20.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Ensure template is stored when importing entries (#404)

* Ensure template is imported

* 🍺

* fix unrelated pint issue

v4.20.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Supports Laravel 12 (#401)

* Allow Testbench 10 & PHPUnit 11 in composer.json

* Add Laravel 12 to testing matrix

v4.19.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Fix issues with importing and exporting forms (#390)

* Ensure shouldimport doesnt run multiple times

* Fix import issues

* Fix exports too

v4.19.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
PHP 8.4 Support (#387)

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* We can do without this.

* Require Statamic 5.41

v4.18.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Prevent creation of duplicate terms on slug change (#384)

* Fetch term by old slug if present

Signed-off-by: Philipp Daun <post@philippdaun.net>

* Add a test

---------

Signed-off-by: Philipp Daun <post@philippdaun.net>
Co-authored-by: Ryan Mitchell <ryan@thoughtcollective.com>

v4.17.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Allow non-CP collection config fields to persist (#381)

* Allow non-CP collection config fields to persist

* Taxonomies too

* And the rest

* handle null

v4.17.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Optimize taxonomy <> collection queries (#376)

* wip

* pluck the slug

* use whereIn and wrap column

* test match driver

* test match driver

* support pgsql

* remove todo

* fix typo in variable name

* refactor

* Use config'd models

* Some more co-ercing

* 🍺

* update comment

* add case for postgress

* add test case for TermQueryBuilder where entries.driver is file

* cleanup dump

* We can't assume that the taxonomy is held in data now

---------

Co-authored-by: Bram de Leeuw <bram.deleeuw@wearejust.com>
Co-authored-by: Ryan Mitchell <ryan@thoughtcollective.com>

v4.16.2

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Add site database table exists (#375)

* Add site database table exists

* Pint

* Defer to model for table

* fun

---------

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

v4.16.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Fallback to locale or 'en' when site lang is not present (#372)