- Improved store query performance. (#3481)
- Added
craft\commerce\gql\types\input\IntFalse
. - Fixed a bug where disclosure menus on the Stores index page weren’t listing all their items.
- Fixed an SQL error that occurred when querying for purchasables with the
hasStock
param. (#3505) - Fixed an error that could occur when querying for products or variants via GraphQL.
- Fixed a SQL error that could occur when generating the pricing catalog. (#3513)
- Fixed a bug where untracked stock items weren’t displaying correctly in the example templates. (#3510)
- Fixed a bug where the pricing catalog wasn’t getting updated after a pricing rule was disabled. (#3515)
- Fixed an SQL error that could occur when switching stores. (#3501)