Skip to content

5.0.10

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 13:43
· 1053 commits to 5.x since this release
5.0.10
73cb64f
  • 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.