diff --git a/Customer/Model/AcSyncStatus.php b/Customer/Model/AcSyncStatus.php new file mode 100644 index 0000000..53b275b --- /dev/null +++ b/Customer/Model/AcSyncStatus.php @@ -0,0 +1,29 @@ + CronConfig::SYNCED, + 'label' => __('Synced'), + ], + [ + 'value' => CronConfig::NOT_SYNCED, + 'label' => __('Not Synced'), + ], + [ + 'value' => CronConfig::FAIL_SYNCED, + 'label' => __('Not Synced'), + ], + ]; + } +} diff --git a/Customer/composer.json b/Customer/composer.json index 3b529b2..7e9cf64 100644 --- a/Customer/composer.json +++ b/Customer/composer.json @@ -9,7 +9,7 @@ "config": { "sort-packages": true }, - "version": "2.1.4", + "version": "2.1.5", "require": { "php": "~7.3.0||~7.4.0||~8.0||~8.1||~8.2", "activecampaign/core": "2.1.*" diff --git a/Customer/etc/module.xml b/Customer/etc/module.xml index f8c4170..b578eb7 100644 --- a/Customer/etc/module.xml +++ b/Customer/etc/module.xml @@ -1,6 +1,6 @@ - + diff --git a/Customer/view/adminhtml/ui_component/customer_listing.xml b/Customer/view/adminhtml/ui_component/customer_listing.xml index 73526e7..6d3a115 100644 --- a/Customer/view/adminhtml/ui_component/customer_listing.xml +++ b/Customer/view/adminhtml/ui_component/customer_listing.xml @@ -18,6 +18,7 @@ + select true diff --git a/marketplace-composer.json b/marketplace-composer.json index 277286c..044ea9f 100644 --- a/marketplace-composer.json +++ b/marketplace-composer.json @@ -2,7 +2,7 @@ "name": "activecampaign/module-integration", "description": "ActiveCampaign extension for Magento 2.3 and 2.4", "type": "metapackage", - "version": "2.0.12", + "version": "2.0.13", "license": [ "OSL-3.0" ],