You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,23 @@
1
1
# Changelog
2
2
3
-
## [Unreleased]
3
+
## [0.3.1]
4
4
5
-
- fix: Fix interface conflicts on `wp-graphql-woocommerce``Product` and `ProductVariation` types. H/t @robbiebel
6
-
- fix: Improve `seo.openGraph` type handling to prevent fatal errors when resolving custom schemas. H/t @juniorzenb
7
-
- fix: expose `RankMathSeo.canonicalUrl` to unauthenticated users. H/t @marziolek
5
+
This _minor_ release fixes several bugs and improves compatibility with WPGraphQL for WooCommerce.
6
+
7
+
- fix: Fix interface conflicts `Product.` and `ProductVariation.seo` types with WPGraphQL for WooCommerce. H/t @robbiebel
8
+
- fix: Prevent fatal errors when resolving custom `seo.openGraph` schemas by improving type handling. H/t @juniorzenb
9
+
- fix: Expose `RankMathSeo.canonicalUrl` to unauthenticated users. H/t @marziolek
10
+
- fix: Check if classes are loaded by a different autoloader before attempting to autoload them.
8
11
- chore: Update Composer dev-deps.
9
-
-ci: add `INCLUDE_EXTENSIONS` to `.env`for installing external plugins (woocommerce, wp-graphql-woocommerce).
12
+
-tests: fix namespaces for Codeception tests.
10
13
- ci: test plugin compatibility with WordPress 6.6.1.
11
-
- ci: replace uses of deprecated `docker-compose` with `docker compose`.
12
14
- ci: Remove WP < 6.3 from GitHub Actions tests for RankMath 1.0.218+ compatibility.
15
+
- ci: add `INCLUDE_EXTENSIONS` to `.env` for installing external plugins (woocommerce, wp-graphql-woocommerce).
16
+
- ci: replace uses of deprecated `docker-compose` with `docker compose`.
13
17
14
18
## [0.3.0]
15
19
16
-
This _major_releases simplifies the GraphQL schema by narrowing the `seo` field types to their implementations. We've also bumped the minimum version of WPGraphQL to v1.26.0 and refactored the `RedirectionConnectionResolver` to use the improved lifecycle methods introduced in that release.
20
+
This _major_release simplifies the GraphQL schema by narrowing the `seo` field types to their implementations. We've also bumped the minimum version of WPGraphQL to v1.26.0 and refactored the `RedirectionConnectionResolver` to use the improved lifecycle methods introduced in that release.
0 commit comments