v0.13.3
This minor release improves compatibility with WPGraphQL v2.6.0, Gravity Forms v2.9.x, WordPress 6.9, and PHP 8.4. Additionally, we've migrated our development and testing environment to use @wordpress/env (wp-env), integrated Prettier and @wordpress/scripts for codebase management, and made some bug fixes and performance improvements.
What's Changed
- feat: Refactor File Upload handling for Gravity Forms 2.8.6+ compatibility.
- perf: Add support for AppContext::get() and ::set() in WPGraphQL v2.3.8+.
- perf: Migrate DataLoader registration to use lazy-loaded
graphql_data_loader_classesfilter. H/t @bpkennedy - fix: Cleanup activation lifecycle.
- fix: Prevent duplicate file counts for Single File Upload fields. Props @Gytjarek
- chore: Update Composer dependencies.
- dev: Integrated Prettier and
@wordpress/scriptsfor standardized codebase management. - dev: Migrate development and testing environment to
@wordpress/env(wp-env), and update scaffolding for best practices. - ci: Cleanup and optimize GitHub workflows.
- ci: Test compatibility against PHP 8.4.
- ci: Test compatibility against WPGraphQL v2.6.0 and WordPress 6.9.
New Contributors
- @dependabot[bot] made their first contribution in #464
- @Gytjarek made their first contribution in #461
Full Changelog: v0.13.2...v0.13.3