Skip to content

Releases: craftcms/commerce

5.0.11.1

20 Jun 07:51
5.0.11.1
735b7a4
Compare
Choose a tag to compare
  • Fixed a PHP error that could occur on app initialization.

4.6.3.1

20 Jun 06:28
4.6.3.1
2668522
Compare
Choose a tag to compare
  • Fixed a PHP error that could occur on app initialization. (#3546)

5.0.11

18 Jun 17:22
5.0.11
98092cc
Compare
Choose a tag to compare
  • Added craft\commerce\elements\Product::getDefaultPrice().
  • Added craft\commerce\elements\Product::setDefaultPrice().
  • Fixed a bug where craft\commerce\elements\Product::$defaultPrice could return an incorrect value.
  • Fixed a bug where default variant attributes weren’t being saved on products.
  • Fixed a bug where search wasn’t working on user indexes.

5.0.10.1

14 Jun 10:18
5.0.10.1
9b242cb
Compare
Choose a tag to compare
  • Fixed a bug where duplicate Store location addresses were being created.
  • Fixed a bug where a customers’ primary address selections weren’t being saved.

5.0.10

12 Jun 13:43
5.0.10
73cb64f
Compare
Choose a tag to compare
  • craft\elements\User::toArray() now includes primaryBillingAddressId and primaryShippingAddressId values in response arrays.
  • craft\elements\Address::toArray() now includes isPrimaryBilling and isPrimaryShipping values in response arrays for user addresses.
  • Fixed a PHP error that could occur when saving a discount. (#3538)
  • Fixed a bug where the “Edit” action could be incorrectly shown when managing inventory locations.

5.0.9

05 Jun 18:33
5.0.9
b1dac45
Compare
Choose a tag to compare
  • Product Title fields are no longer shown when “Show the Title field” is disabled and there’s a validation error on the title attribute. (craftcms/cms#13876)
  • Fixed a PHP error that occurred when saving donation settings on multi-store installs. (#3521)

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.