Skip to content

Releases: williarin/wordpress-interop

1.16.1

26 Jul 11:23
301e3a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.16.0...1.16.1

1.16.0

24 Jul 22:16
3e1f8d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.15.1...1.16.0

1.15.1

18 Jul 10:39
06ccd53
Compare
Choose a tag to compare

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

18 Jun 12:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.14.0...1.15.0

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