closes #1186, ask before upgrading field codes

adds field code warning to Word plug-in and updates API version
This commit is contained in:
Simon Kornblith 2008-10-29 06:57:34 +00:00
parent 9c02d05c33
commit 92ea15948f

View file

@ -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;