- Update WPGraphQL to v1.22.1: Updates WPGraphQL to v1.22.1
- Add preview URL filter: Adds the ability to modify preview URL destinations.
- Update VIP Block Data API v1.2.1: Update the VIP Block Data API to
1.2.1
, which supportsrich-text
attributes in WordPress 6.5.
- VIP Block Data API plugin added to bundle as an alternative to Content Blocks.
- WPGraphQL: Updated to v1.19.0.
This marks the release of v1.0 of the plugin.
- WPGraphQL: Updated to v1.17.0.
- Adjusted the minimum support version for WP, PHP as well as the WP version that it's tested upto.
- Added a link to this repo, in the plugin's uri so it's easy to navigate to.
- Added installation instructions in the README.
- Content blocks: [BREAKING] By default,
innerHTML
no longer removes the wrapping tag. That behavior is still available by passing a field directiveinnerHTML(removeWrappingTag: true)
. The fieldouterHTML
is now deprecated, sinceinnerHTML
provides that behavior. #38 - WPGraphQL: Updated to v1.6.7. #34
Initial release