Skip to content

Commit

Permalink
Released version 3.3.13.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Jul 25, 2022
1 parent 66f544a commit b6df59d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
'factories' => [
'bulkExporters' => Service\ViewHelper\BulkExportersFactory::class,
// Copy from AdvancedResourceTemplate. Copy in BulkExport and BulkEdit. Used in Contribute.
// Copy from AdvancedResourceTemplate. Copy in BulkExport, BulkEdit and BulkImport. Used in Contribute.
'customVocabBaseType' => Service\ViewHelper\CustomVocabBaseTypeFactory::class,
],
],
Expand Down
2 changes: 1 addition & 1 deletion 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-BulkExport"
support_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-BulkExport/issues"
configurable = false
version = "3.3.13.8"
version = "3.3.13.9"
omeka_version_constraint = "^3.1.0"
dependencies = "Log"
1 change: 1 addition & 0 deletions src/Service/ViewHelper/CustomVocabBaseTypeFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* @see \AdvancedResourceTemplate\\View\Helper\CustomVocabBaseType
* @see \BulkEdit\View\Helper\CustomVocabBaseType
* @see \BulkExport\View\Helper\CustomVocabBaseType
* @see \BulkImport\View\Helper\CustomVocabBaseType
* Used in Contribute.
*/
class CustomVocabBaseTypeFactory implements FactoryInterface
Expand Down
1 change: 1 addition & 0 deletions src/View/Helper/CustomVocabBaseType.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @see \AdvancedResourceTemplate\\View\Helper\CustomVocabBaseType
* @see \BulkEdit\View\Helper\CustomVocabBaseType
* @see \BulkExport\View\Helper\CustomVocabBaseType
* @see \BulkImport\View\Helper\CustomVocabBaseType
* Used in Contribute.
*/
class CustomVocabBaseType extends AbstractHelper
Expand Down

0 comments on commit b6df59d

Please sign in to comment.