Releases: williarin/wordpress-interop
Releases · williarin/wordpress-interop
1.11.2
Fixes
- Fix nested conditions with loose operators #49
1.11.1
Fixes
- Allow empty array provided to IN, IN ALL or NOT IN operators #48
1.11.0
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
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
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
Fixes
- Remove nullable type for
DuplicationServiceInterface
in AbstractEntityManager
constructor #32
1.8.0
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
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
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