Skip to content

Releases: craftcms/commerce

5.0.8

29 May 16:23
5.0.8
de024ca
Compare
Choose a tag to compare
  • Fixed a bug where orders’ shippingMethodName values could be cleared out when saving a completed order with a plugin-provided shipping method. (#3519)
  • Fixed a PHP error that could occur on app initialization.
  • Fixed missing validation for Inventory Location handles. (#3511)
  • Fixed a SQL error that could occur when switching sites with a cart cookie set. (#3522)
  • Fixed an error that could occur when attempting to save a variant with special characters. (#3516)

4.6.2

29 May 16:21
4.6.2
50e3bd0
Compare
Choose a tag to compare
  • Fixed a bug where orders’ shippingMethodName values could be cleared out when saving a completed order with a plugin-provided shipping method. (#3519)
  • Fixed a PHP error that could occur on app initialization.

5.0.7

22 May 12:33
ce7b74c
Compare
Choose a tag to compare
  • 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)

4.6.1

22 May 12:27
4.6.1
06d37ba
Compare
Choose a tag to compare
  • Fixed a bug where carts weren’t getting restored correctly after login. (#3512)
  • Fixed a bug where it wasn’t possible to interact with disabled variant blocks. (#3507)
  • Fixed a PHP error that could occur when saving a new order.

5.0.6

15 May 14:13
5.0.6
cabc764
Compare
Choose a tag to compare
  • Fixed an error that occurred when deleting or duplicating a shipping rule on the Edit Shipping Rule screen. (#3490)
  • Fixed a bug where dimension fields did not respect their product type visibility settings. (#3493)
  • Fixed a SQL error that occurred when updating. (#3495,#3496)

5.0.5

09 May 08:00
198db38
Compare
Choose a tag to compare
Finished 5.0.5

5.0.4

08 May 21:52
5.0.4
0ad180b
Compare
Choose a tag to compare
  • Fixed a SQL error that could occur on the Edit Store screen. (#3482)
  • Fixed a SQL error that could that occurred when using the hasSales variant query param. (#3483)
  • Fixed SQL errors that could occur during installation. (#3486, #3488)

5.0.3

02 May 16:38
5.0.3
37c8af2
Compare
Choose a tag to compare
  • Added craft\commerce\helpers\ProjectConfigData::ensureAllStoresProcessed().
  • Added craft\commerce\models\OrderStatus::getConfig().
  • Fixed a bug where it wasn’t possible to download PDFs from the Orders index page. (#3477)
  • Fixed an error that could occur when installing Craft CMS + Craft Commerce with an existing project config. (#3472)
  • Fixed a bug where order status configs were missing their store assignments after rebuilding the project config.

5.0.2

01 May 14:16
a11e77e
Compare
Choose a tag to compare
  • Fixed a bug where setting a default tax zone would unset the default zone for all other stores. (#3473)
  • Fixed a bug where email queue jobs weren’t completing. (#3476)
  • Fixed a bug where it wasn’t possible to create a new order for a non-primary store from the control panel. (#3474)

5.0.1

01 May 08:41
5.0.1
ce0da8e
Compare
Choose a tag to compare
  • Fixed a bug where the “Commerce” Edit User screen wasn’t showing.
  • Added craft\commerce\controllers\UsersController.
  • Deprecated craft\commerce\fields\UserCommerceField.