Skip to content

Commit

Permalink
Create backwards compatible update.rdf that will allow Zotero 6 versi…
Browse files Browse the repository at this point in the history
…ons of Cita to update to Zotero 7 versions
  • Loading branch information
Dominic-DallOsto committed Aug 27, 2024
1 parent 923212c commit 4fa3123
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 17 deletions.
17 changes: 0 additions & 17 deletions update.json

This file was deleted.

28 changes: 28 additions & 0 deletions update.rdf
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.*"
}
}
}
]
}
}
}

2 comments on commit 4fa3123

@diegodlh
Copy link
Owner

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?

@diegodlh
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 1fb3cce

Please sign in to comment.