Merge pull request #1 from mronkko/master
Changed the required versions of extensions from x.x.x.SVN to x.x.x.SOURCE
This commit is contained in:
commit
9289b7f4e0
|
@ -35,7 +35,7 @@ const INTEGRATION_PLUGINS = ["zoteroMacWordIntegration@zotero.org",
|
|||
"zoteroOpenOfficeIntegration@zotero.org", "zoteroWinWordIntegration@zotero.org"];
|
||||
|
||||
Zotero.Integration = new function() {
|
||||
const INTEGRATION_MIN_VERSIONS = ["3.1.7.SVN", "3.5b2.SVN", "3.1.3.SVN"];
|
||||
const INTEGRATION_MIN_VERSIONS = ["3.1.7.SOURCE", "3.5b2.SOURCE", "3.1.3.SOURCE"];
|
||||
|
||||
var _tmpFile = null;
|
||||
var _osascriptFile;
|
||||
|
|
Loading…
Reference in New Issue
Block a user