Changed the required versions from SVN to SOURCE to reflect name changes
This commit is contained in:
parent
acd54cd2c0
commit
6dfb6af461
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue