closes #1186, ask before upgrading field codes
adds field code warning to Word plug-in and updates API version
This commit is contained in:
parent
9c02d05c33
commit
92ea15948f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
const API_VERSION = 2;
|
||||
const COMPAT_API_VERSION = 5;
|
||||
const COMPAT_API_VERSION = 6;
|
||||
|
||||
Zotero.Integration = new function() {
|
||||
var _contentLengthRe = /[\r\n]Content-Length: *([0-9]+)/i;
|
||||
|
|
Loading…
Add table
Reference in a new issue