Skip to content

Releases: williarin/wordpress-interop

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

1.9.0

17 Jul 04:26
Compare
Choose a tag to compare

New features

  • Remove terms from entity #33

Fixes

  • Fix DuplicationService not updating post_status #37
  • Fix DuplicationService suffix #35
  • Fix PostMetaRepository findBy with NULL value #34
  • Fix exceptions when empty strings in DB when type should be integer #36

1.8.1

15 Jul 07:07
Compare
Choose a tag to compare

Fixes

  • Remove nullable type for DuplicationServiceInterface in AbstractEntityManager constructor #32

1.8.0

14 Jul 13:17
Compare
Choose a tag to compare

New features

  • RelationshipCondition: allow Operand parameter and selectable relationship field #26
  • Entity persistence #28
  • Entity duplication #29 #31

Fixes

  • Allow null parameter for unserialize_if_needed() #27

1.7.1

12 Jun 07:08
Compare
Choose a tag to compare

Fixes

  • Handle array-to-string and PostRelationshipCondition-to-string conversions #23
  • Validate prefixed and null fields #24
  • Remove useless GROUP BY columns when using SelectColumns #25

1.7.0

17 Mar 09:26
Compare
Choose a tag to compare

New features

  • Operator IN #15
  • Operator NOT IN #21
  • Term and taxonomy relationship conditions #16
  • Post relationship conditions #22
  • Entity dynamic properties #17
  • Throw an exception if option or postmeta doesn't exist during update #18

Fixes

  • Fix missing columns in GROUP BY clause #19

1.6.0

05 Mar 14:47
Compare
Choose a tag to compare

New features

  • Users querying #14