Skip to content

Releases: williarin/wordpress-interop

1.14.0

28 Mar 17:45
c3c58e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.13.1...1.14.0

1.13.1

05 Dec 13:00
81d72db
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.13.0...1.13.1

1.13.0

11 Oct 15:02
0e79153
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.12.0...1.13.0

1.12.0

07 May 09:20
Compare
Choose a tag to compare

New features

  • Create a new term #57
  • Magic getters and setters for entities

Fixes

Deprecations

  • ManagerRegistryInterface::getDuplicationService() will be removed in 2.0. Use ManagerRegistryInterface::get(DuplicationServiceInterface::class) instead.
  • EntityManagerInterface::getDuplicationService() will be removed in 2.0. Use DuplicationService::create($manager) instead.

New Contributors

Full Changelog: 1.11.4...1.12.0

1.11.4

11 Oct 04:09
Compare
Choose a tag to compare

Fixes

  • Use WP table prefix in User capabilities field mapping by @rpkamp in #52

New Contributors

1.11.3

05 Aug 09:33
Compare
Choose a tag to compare

Fixes

  • Fix adding duplicated terms to an entity #50

1.11.2

05 Aug 08:06
Compare
Choose a tag to compare

Fixes

  • Fix nested conditions with loose operators #49

1.11.1

04 Aug 06:43
Compare
Choose a tag to compare

Fixes

  • Allow empty array provided to IN, IN ALL or NOT IN operators #48

1.11.0

03 Aug 09:00
Compare
Choose a tag to compare

New features

  • PHP 8.2 compatibility #42
  • New IN_ALL operator to query exactly all values in an array #43

Performance

  • Improve performance of EAV querying by using WHERE instead of HAVING #47

Fixes

  • Fix ContextAwareDenormalizerInterface deprecation #44
  • Fix IN operator with associative arrays #45
  • Fix GenericData denormalization #46
  • Fix multiple EAV conditions 3e7e7cc

1.10.0

24 Jul 07:17
Compare
Choose a tag to compare

New features

  • Query extra EAV properties which are not present in the entity class #38
  • Query terms from a joint entity #39