craft\elements\User::toArray()
now includesprimaryBillingAddressId
andprimaryShippingAddressId
values in response arrays.craft\elements\Address::toArray()
now includesisPrimaryBilling
andisPrimaryShipping
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.