-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create backwards compatible update.rdf that will allow Zotero 6 versi…
…ons of Cita to update to Zotero 7 versions
- Loading branch information
1 parent
923212c
commit 4fa3123
Showing
2 changed files
with
28 additions
and
17 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"addons": { | ||
"zotero-wikicite@wikidata.org": { | ||
"updates": [ | ||
{ | ||
"version": "0.5.5", | ||
"update_link": "https://github.com/diegodlh/zotero-cita/releases/download/v0.5.5/zotero-cita-v0.5.5.xpi", | ||
"applications": { | ||
"gecko": { | ||
"strict_min_version": "60.9", | ||
"strict_max_version": "60.9" | ||
} | ||
} | ||
}, | ||
{ | ||
"version": "1.0.0", | ||
"update_link": "https://github.com/diegodlh/zotero-cita/releases/download/v1.0.0/zotero-cita.xpi", | ||
"applications": { | ||
"zotero": { | ||
"strict_min_version": "6.999", | ||
"strict_max_version": "7.0.*" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} |
4fa3123
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice hack! Linking to the docs for further information: https://www.zotero.org/support/dev/zotero_7_for_developers#transition_process1
Does it make sense to update
update-beta.rdf
as well? In case someone updates to Zotero 7 while still using our latest beta v0.5.5-beta. What do you think, @Dominic-DallOsto?4fa3123
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 1fb3cce