Skip to content

Commit

Permalink
Released version 3.4.49.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Jan 1, 2024
1 parent 177a804 commit 82115ed
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
26 changes: 25 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
{
"name": "daniel-km/omeka-s-module-bulk-import",
"type": "library",
"description": "Extensible bulk import module for xml, sql databases, spreedsheets, and json endpoints.",
"license": "CECILL-2.1",
"authors": [
{
"name": "Daniel Berthereau",
"email": "[email protected]"
}
],
"homepage": "https://gitlab.com/Daniel-KM/Omeka-S-module-BulkImport",
"support": {
"issues": "https://gitlab.com/Daniel-KM/Omeka-S-module-BulkImport/-/issues",
"forum": "https://forum.omeka.org/"
},
"keywords": [
"Omeka S",
"module",
"admin",
"import",
"migration"
],
"require": {
"ext-xml": "*",
"codemirror/codemirror": "^5.65",
Expand Down Expand Up @@ -56,7 +78,9 @@
}
],
"extra": {
"installer-types": ["omeka-addon-asset"],
"installer-types": [
"omeka-addon-asset"
],
"installer-paths": {
"asset/vendor/{$name}/": [
"type:omeka-addon-asset"
Expand Down
4 changes: 2 additions & 2 deletions config/module.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[info]
name = "Bulk Import"
description = "Extensible bulk import module for xml, sql databases, spreedsheets, and json endpoints."
tags = "admin, import"
tags = "admin, import, migration"
license = "CECILL-2.1"
author = "Daniel Berthereau"
author_link = "https://gitlab.com/Daniel-KM"
module_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-BulkImport"
support_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-BulkImport/-/issues"
configurable = true
version = "3.4.48"
version = "3.4.49"
omeka_version_constraint = "^4.0.0"
dependencies = "Log"

0 comments on commit 82115ed

Please sign in to comment.