Skip to content

Releases: as247/wp-eloquent

v2.1.9

21 Nov 05:51
730ac14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.8...v2.1.9

v2.1.8

31 Oct 07:58
f092bfb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.7...v2.1.8

v2.1.7

29 Jun 15:02
41d3903
Compare
Choose a tag to compare

What's Changed

  • add errorInfo and errorCode for pdo by @as247 in #11

Full Changelog: v2.1.6...v2.1.7

v2.1.6

31 May 16:47
72bc401
Compare
Choose a tag to compare

What's Changed

  • Setup correct prefix from $wpdb by @as247 in #8
  • Remove composer.json by @as247 in #9
  • Auto cast int and float by @as247 in #10

Full Changelog: v2.1.5...v2.1.6

v2.1.5

30 May 15:36
7bc7986
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.4...v2.1.5

v2.1.4

28 May 17:50
88d06cf
Compare
Choose a tag to compare

What's Changed

  • Fix the warning: Return type of As247\WpEloquent\Container\Container:… by @as247 in #6

Full Changelog: v2.1.3...v2.1.4

v2.1.3

28 May 17:49
0104c86
Compare
Choose a tag to compare

What's Changed

  • Fix the warning: Return type of As247\WpEloquent\Container\Container:… by @as247 in #5

Full Changelog: v2.1.2...v2.1.3

v2.1.2

28 May 17:43
9bda381
Compare
Choose a tag to compare

What's Changed

  • Fix the warning: Return type of As247\WpEloquent\Container\Container:… by @as247 in #4

New Contributors

  • @as247 made their first contribution in #4

Full Changelog: v2.1.1...v2.1.2

v2.1.1

28 May 17:37
Compare
Choose a tag to compare

Fix
Return type of As247\WpEloquent\Container\Container::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Full Changelog: v2.1...v2.1.1

v2.1

28 May 16:47
Compare
Choose a tag to compare

Better way to emulate PDO and fully support doctrine/dbal for migration