diff --git a/README.md b/README.md index 17e93ce..1211ec8 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ https://www.drupal.org/docs/8/api/migrate-api/migrate-process-plugins/list-of-pr ## Installation Install as usual, see -[this](https://drupal.org/documentation/install/modules-themes/modules-8) for +[this](https://www.drupal.org/docs/extending-drupal/installing-modules) for further information. Configure allowed binary paths at `/admin/config/islandora_spreadsheet_ingest`. diff --git a/islandora_spreadsheet_ingest.info.yml b/islandora_spreadsheet_ingest.info.yml index 01cfaee..f6cdf44 100644 --- a/islandora_spreadsheet_ingest.info.yml +++ b/islandora_spreadsheet_ingest.info.yml @@ -2,7 +2,7 @@ name: 'Islandora Spreadsheet Ingest' description: "Support for CSV import of Islandora content." type: module package: DGI -core_version_requirement: ^8 || ^9 +core_version_requirement: ^9 || ^10 dependencies: # We implement a plugin making use of their base class. - drupal:migrate diff --git a/modules/islandora_spreadsheet_ingest_example/islandora_spreadsheet_ingest_example.info.yml b/modules/islandora_spreadsheet_ingest_example/islandora_spreadsheet_ingest_example.info.yml index 5def2ce..ed813c3 100644 --- a/modules/islandora_spreadsheet_ingest_example/islandora_spreadsheet_ingest_example.info.yml +++ b/modules/islandora_spreadsheet_ingest_example/islandora_spreadsheet_ingest_example.info.yml @@ -2,7 +2,7 @@ name: 'Islandora Spreadsheet Ingest Example' description: "Example CSV import of Islandora content." type: module package: DGI -core_version_requirement: ^8 || ^9 +core_version_requirement: ^9 || ^10 dependencies: - dgi_migrate:dgi_migrate - drupal:media