Releases: williarin/wordpress-interop
Releases · williarin/wordpress-interop
1.16.1
1.16.0
1.15.1
What's Changed
- Fix array to string conversion when normalizing criteria by @williarin in #66
- Fix malformed bound parameters #66
Full Changelog: 1.15.0...1.15.1
1.15.0
1.14.0
1.13.1
What's Changed
- Fix doctrine deprecation warning by @williarin in #61
- Fix a bug in where condition when persisting entity by @williarin in #63
Full Changelog: 1.13.0...1.13.1
1.13.0
What's Changed
- Standalone operators (NOT NULL, IS NOT NULL) by @williarin in #59
- Fix Symfony 6.3 deprecation warning by @williarin in #60
Full Changelog: 1.12.0...1.13.0
1.12.0
New features
- Create a new term #57
- Magic getters and setters for entities
Fixes
- Fix problems reported by PHPStan by @szepeviktor in #53
Deprecations
ManagerRegistryInterface::getDuplicationService()
will be removed in 2.0. UseManagerRegistryInterface::get(DuplicationServiceInterface::class)
instead.EntityManagerInterface::getDuplicationService()
will be removed in 2.0. UseDuplicationService::create($manager)
instead.
New Contributors
- @szepeviktor made their first contribution in #53
Full Changelog: 1.11.4...1.12.0