- Removed the Lite edition.
- Deprecated
craft\commerce\models\ShippingMethod::isLite
. - Deprecated
craft\commerce\models\ShippingRule::isLite
. - Deprecated
craft\commerce\models\TaxRate::isLite
. - Deprecated
craft\commerce\models\LiteShippingSettings
. - Deprecated
craft\commerce\models\LiteTaxSettings
. - Deprecated
craft\commerce\controllers\LiteShippingController
. - Deprecated
craft\commerce\controllers\LiteTaxController
. - Deprecated
craft\commerce\services\ShippingMethods::getLiteShippingMethod()
.getAllShippingMethods()
should be used instead. - Deprecated
craft\commerce\services\ShippingMethods::saveLiteShippingMethod()
.saveShippingMethod()
should be used instead. - Deprecated
craft\commerce\services\ShippingRules::getLiteShippingRule()
.getAllShippingRules()
should be used instead. - Deprecated
craft\commerce\services\ShippingRules::saveLiteShippingRule()
.saveShippingRule()
should be used instead. - Deprecated
craft\commerce\services\TaxRates::getLiteTaxRate()
.getAllTaxRates()
should be used instead. - Deprecated
craft\commerce\services\TaxRates::saveLiteTaxRate()
.saveTaxRate()
should be used instead. - Fixed a SQL error that occurred when running the
commerce/upgrade
command on PostgreSQL. (#3380)