Releases: valu-digital/wp-graphql-polylang
Releases · valu-digital/wp-graphql-polylang
v0.7.0
v0.6.0
- Ensure support with wp-graphql v1.x and Polylang 3.x #59
- Now running tests against wp-graphql 1.6.5 and Polylang 3.1.1 (latest versions at the time of writing).
- Fix crash when a translated page was a draft on anonymous queries #60 @esamattis
- Add ability filter by multiple languages with
languages
where arg #50 Thanks @simptheshrimp - Add
homeUrl
field toLanguage
type #55 Thanks @philJohnson isFrontPage
now returns true for translated frontpages too #48 Thanks @tpaananen79- Fix typo causing default language code enum to be registered even if code is already found #53 Thanks @huesy
All changes v0.5.0...v0.6.0
v0.5.0
- Fixed
menuItems
with the latest WP GraphQL #28 #29 thanks @davidfaber ! - Added support for preview posts #30 thanks @vilpersson !
- Tested now with Polylang 2.8 and WP GraphQL 0.13
Full changelog v0.4.0...v0.5.0
v0.4.0
Breaking Changes
WPGraphQL v0.6.0 or later is now required due to usage of is_graphql_http_request()
.
Other Changes
- Add support for ACF Options Pages
- Update to play nice with WPGraphQL v0.8.2 #23 thanks @jasonbahl
- Fix empty LanguageCodeEnum #20 thanks @jasonbahl
- Faster db seeding in tests a90c305
- Update php prettier
- Test setup fixes 84a14ce
- use is_graphql_http_request ba16a1b
All Changes
v0.3.9
v0.3.8
v0.3.7
v0.3.6
- Add
language
where arg support tocontentNodes
root query introduced by WPGraphQL 0.6. - Run tests against WPGraphQL 0.6
All changes v0.3.5...v0.3.6