- BC BREAK: Removed api configuration
is_enterprise
column. Instead, we now use an Akeneo edition configuration for better granular checks.- To change the value, you have to update the configuration in page
/admin/akeneo/api/configuration
- In api_configuration fixture, you must use
edition
instead ofis_enterprise
. Values are available in classSynolia\SyliusAkeneoPlugin\Config\AkeneoEditionEnum
- If you are using
Synolia\SyliusAkeneoPlugin\Checker\IsEnterpriseCheckerInterface
in your project, and you run Akeneo Serenity, please note that it will return false. Please use Synolia\SyliusAkeneoPlugin\Checker\EditionCheckerInterface instead.
- To change the value, you have to update the configuration in page