Skip to content

Commit

Permalink
Released version 3.4.38 for Omeka S v3 and v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Jan 9, 2023
1 parent aaebe70 commit 7b1cd14
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/module.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ 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.3.38"
omeka_version_constraint = "^3.1.0"
version = "3.4.38"
omeka_version_constraint = "^3.1.0 || ^4.0.0"
dependencies = "Log"
2 changes: 1 addition & 1 deletion src/Mvc/Controller/Plugin/Bulk.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php declare(strict_types=1);

/*
* Copyright 2017-2022 Daniel Berthereau
* Copyright 2017-2023 Daniel Berthereau
*
* This software is governed by the CeCILL license under French law and abiding
* by the rules of distribution of free software. You can use, modify and/or
Expand Down
2 changes: 1 addition & 1 deletion src/Mvc/Controller/Plugin/FindResourcesFromIdentifiers.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php declare(strict_types=1);

/*
* Copyright 2017-2021 Daniel Berthereau
* Copyright 2017-2023 Daniel Berthereau
*
* This software is governed by the CeCILL license under French law and abiding
* by the rules of distribution of free software. You can use, modify and/or
Expand Down
2 changes: 1 addition & 1 deletion src/Mvc/Controller/Plugin/MetaMapperConfig.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php declare(strict_types=1);

/*
* Copyright 2017-2022 Daniel Berthereau
* Copyright 2017-2023 Daniel Berthereau
*
* This software is governed by the CeCILL license under French law and abiding
* by the rules of distribution of free software. You can use, modify and/or
Expand Down
2 changes: 1 addition & 1 deletion src/Mvc/Controller/Plugin/ProcessXslt.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php declare(strict_types=1);

/*
* Copyright 2015-2022 Daniel Berthereau
* Copyright 2015-2023 Daniel Berthereau
*
* This software is governed by the CeCILL license under French law and abiding
* by the rules of distribution of free software. You can use, modify and/or
Expand Down

0 comments on commit 7b1cd14

Please sign in to comment.