Skip to content

Releases: statamic/eloquent-driver

v1.1.0

11 Nov 21:11
7fdc919
Compare
Choose a tag to compare

What's Changed

  • Use jsonb data type for PostgreSQL to increase perfomance by @helloiamlukas in #82
  • Only fill entry model with id if it already has one, to prevent postgres error by @helloiamlukas in #68
  • Add expectation to mocked version to fix assertion counts by @jasonvarga in #88

Full Changelog: v1.0.3...v1.1.0

v1.0.3

02 Nov 20:54
0fd3d9d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

26 Oct 21:29
a096a4d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

14 Sep 14:12
2c4a775
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

01 Sep 18:45
bba3c81
Compare
Choose a tag to compare

What's Changed

  • Minimum PHP version is now 8.0
  • Minimum Statamic version is now 3.3
  • Support for most items. (Collections, taxonomies, globals, forms, assets, blueprints, fieldsets, revisions) by @ryanmitchell in #42

New Contributors

Full Changelog: v0.3.0...v1.0.0

v0.3.0

07 Jul 14:01
4a74088
Compare
Choose a tag to compare

What's Changed

  • Make paginate() compatible with core by @nckrtl in #51

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

20 Oct 19:22
2694cd2
Compare
Choose a tag to compare

What's new

  • Simpler installation. #35

What's changed

  • Config relocated to config/statamic/eloquent-driver.php (automatically handled by update script). #35

v0.1.2

30 Sep 14:56
Compare
Choose a tag to compare

What's fixed

  • Misc multisite fixes. #29 #28 #23 #15
  • Fix timestamp casting and handling. #29 #15
  • Fix file entry import script. #29 #19

v0.1.1

11 Jan 23:35
84b0d40
Compare
Choose a tag to compare

What's fixed

  • Fix ID generation when using PostgreSQL. #5
  • Fix blueprint not being stored. #6