v0.3.1 - 2024-08-11
This minor release fixes several bugs and improves compatibility with WPGraphQL for WooCommerce.
What's Changed
- fix: Fix interface conflicts
Product.
andProductVariation.seo
types with WPGraphQL for WooCommerce. H/t @robbiebel - fix: Prevent fatal errors when resolving custom
seo.openGraph
schemas by improving type handling. H/t @juniorzenb - fix: Expose
RankMathSeo.canonicalUrl
to unauthenticated users. H/t @marziolek - fix: Check if classes are loaded by a different autoloader before attempting to autoload them.
- chore: Update Composer dev-deps.
- tests: fix namespaces for Codeception tests.
- ci: test plugin compatibility with WordPress 6.6.1.
- ci: Remove WP < 6.3 from GitHub Actions tests for RankMath 1.0.218+ compatibility.
- ci: add
INCLUDE_EXTENSIONS
to.env
for installing external plugins (woocommerce, wp-graphql-woocommerce). - ci: replace uses of deprecated
docker-compose
withdocker compose
.
Full Changelog: 0.3.0...0.3.1