Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

39 lines (22 loc) · 1.55 KB

Changelog

1.2.2

1.2.1

1.2.0

1.1.0

  • WPGraphQL: Updated to v1.19.0.

1.0.0

This marks the release of v1.0 of the plugin.

  • WPGraphQL: Updated to v1.17.0.

0.3.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.

0.2.0

  • Content blocks: [BREAKING] By default, innerHTML no longer removes the wrapping tag. That behavior is still available by passing a field directive innerHTML(removeWrappingTag: true). The field outerHTML is now deprecated, since innerHTML provides that behavior. #38
  • WPGraphQL: Updated to v1.6.7. #34

0.1.0

Initial release