WooGraphQL v0.15.0
Pre-release
Pre-release
Changelog
v0.15.0 (2023-07-20)
Breaking changes:
- fix: Product attributes
labelinconsistences + syntax errors fix #771 (kidunot89) - fix: localAttributes and globalAttributes filtering and returned wrong values. #757 (creative-andrew)
Fixed:
- dev: remove deprecated usage of
AbstractConnectionResolver::get_offset()#760 (justlevine) - fix: remove
codecept_debug()call from production code #759 (justlevine) - fix: Fixed shipping address getting skipped unnecessary #752 (kidunot89)
Other Changes:
- chore: implement WPGraphQL Coding Standards #769 (justlevine)
- fix: remove trailing commas from function calls #768 (justlevine)
- chore: use fully-qualified class names for PHPDoc types #767 (justlevine)
- fix: cleanup useless variables and ternaries #766 (justlevine)
- fix: initialize arrays before using #765 (justlevine)
- fix: use static closures when possible #764 (justlevine)
- fix!: update version requirements to what's actually needed by code #763 (justlevine)