Skip to content

v0.13.3

Choose a tag to compare

@justlevine justlevine released this 22 Jan 18:46
· 16 commits to main since this release
6d57630

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_classes filter. 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/scripts for 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

Full Changelog: v0.13.2...v0.13.3