Skip to content

4.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 18:21
· 1628 commits to 5.x since this release
4.5.0
c2630f1
  • 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)