⚠️ Magento module: do not use versions 1.2.244, 1.2.245 and 1.2.246

An issue introduced in version 1.2.244 causes a syntax error.

Do not use the following versions in production or downstream environments:

  • 1.2.244
  • 1.2.245
  • 1.2.246

The issue was fixed in version 1.2.247 .


How to upgrade to 1.2.247

If you are using one of the affected versions, upgrade to 1.2.247 by running:

composer remove vendor/fastly/magento/fastly-magento2
composer require vendor/fastly/magento/fastly-magento2:1.2.247
bin/magento setup:upgrade --keep-generated
bin/magento setup:static-content:deploy
bin/magento cache:clean