Icons made by
Chanut from
www.flaticon.com
+Icons by [Chanut](https://www.flaticon.com/authors/chanut) on [Flaticon](https://www.flaticon.com/).
diff --git a/Translations/en_US/messages.ini b/Translations/en_US/messages.ini
index f026900..23672f1 100644
--- a/Translations/en_US/messages.ini
+++ b/Translations/en_US/messages.ini
@@ -7,4 +7,6 @@ mautic.custom.import.csv.import.parallel.sucess="Parallel import process n. %s s
mautic.custom.import.parallel.records.limit="Import records limit"
mautic.custom.import.parallel.records.limit.tooltip="Maximum number of records to import for this script execution."
mautic.custom.import.remove.tags="Remove tags from contacts"
-mautic.custom.import.tags.removed="Tags %s removed"
\ No newline at end of file
+mautic.custom.import.tags.removed="Tags %s removed"
+mautic.custom.import.owner_id="Select Import Owner"
+mautic.custom.import.owner_id.placeholder="Select Import Owner"
diff --git a/composer.json b/composer.json
index 0bb7030..ce0a495 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,10 @@
"name": "mtcextendee/mautic-custom-import-bundle",
"type": "mautic-plugin",
"require": {
- "mautic/composer-plugin": "^1.0"
+ "php": "^8.0",
+ "mautic/core-lib": "^5.0"
+ },
+ "extra": {
+ "install-directory-name": "MauticCustomImportBundle"
}
}
-