- Released
- May 5, 2026
- Channel
- Stable
- Tested with WordPress
- 6.9
- Product
- WPML GraphQL
Changelog
WPML GraphQL 1.2.0 makes ACF Options Pages language-aware — so now, you can pull the correct translated content from global settings fields.
- ACF Options Pages now respect language in GraphQL queries. If your site uses Advanced Custom Fields and Options Pages, you can now pass a language parameter in your WPGraphQL query and get back the translated values for that language.
- Querying translated content by URI now works as expected. You can now look up translated posts, pages, and custom post types using their URI — covering
postBy(`uri`:),post(`id`:, `idType`: `URI`),pageBy(`uri`:),page(`id`:, `idType`: `URI`),myCustomPostType(`id`:, `idType`: `URI`),myCustomPostTypeBy(`uri`:),nodeByUri(`uri`: ),contentNode(`id`:, `idType`: `URI`). This is useful when your headless frontend routes by URL and needs to fetch the right translation. - WooGraphQL fix: Querying product translations no longer causes a server error.
- A minor security issue was fixed.
Update or download
The update is available to all WPML clients with an active subscription — it appears on the Plugins page in your WordPress admin within 24 hours of release. You can also check for it right away under Plugins → Add New Plugin → Commercial. To download and install manually, go to Downloads in your wpml.org account (see the installation instructions) and remember to update all components together without mixing versions.
Need help or want to give feedback? Please use our technical support forum.