Skip to content

Commit

Permalink
Updated Gruntfile and tweaked plugin.ini to permit use w/ Omeka 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesname committed Feb 8, 2021
1 parent 762a405 commit 0d8de01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ module.exports = function(grunt) {

// NPM
'!package.json',
'!package-lock.json',
'!node_modules/**',

// COMPOSER
Expand Down Expand Up @@ -107,7 +108,11 @@ module.exports = function(grunt) {
'!*.iml',

// Docker
'!docker-compose.yml'
'!docker-compose.yml',

// CI
'!.github',
'!.travis.yml'

]
}
Expand Down
2 changes: 1 addition & 1 deletion plugin.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author="Scholars' Lab"
description="Integrate Apache Solr into Omeka for primary searching."
link="https://github.com/EHRI/SolrSearch"
support_link="https://github.com/EHRI/SolrSearch/issues"
omeka_minimum_version="2.7"
omeka_minimum_version="2.6"
omeka_tested_up_to="2.7"
omeka_target_version="2.7"
version="2.4.0-ehri"
Expand Down

0 comments on commit 0d8de01

Please sign in to comment.