Skip to content

Commit

Permalink
Update to Zotero 5.0.96
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrom34 committed Mar 1, 2021
1 parent 79a31d4 commit 63802f5
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Freeware=true
CommercialUse=true

[Version]
PackageVersion=5.0.95.1
PackageVersion=5.0.96.0
DisplayVersion=5.0

[Control]
Expand Down
4 changes: 2 additions & 2 deletions App/Zotero/application.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[App]
Vendor=Zotero
Name=Zotero
Version=5.0.95.1
BuildID=20210118200627
Version=5.0.96
BuildID=20210226002522
Copyright=Copyright (c) 2006-2018 Contributors
ID[email protected]

Expand Down
7 changes: 7 additions & 0 deletions App/Zotero/components/zotero-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,13 @@ function ZoteroService() {
zContext.Zotero.startupErrorHandler();
} else
if (zContext.Zotero.startupError) {
// Try to repair the DB on the next startup, in case it helps resolve
// the error
try {
zContext.Zotero.Schema.setIntegrityCheckRequired(true);
}
catch (e) {}

try {
zContext.Zotero.startupError =
zContext.Zotero.Utilities.Internal.filterStack(
Expand Down
2 changes: 1 addition & 1 deletion App/Zotero/extensions/[email protected]/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>Zotero LibreOffice Integration</em:name>
<em:version>5.0.25.SA.5.0.95.1</em:version>
<em:version>5.0.25.SA.5.0.96</em:version>
<em:creator>Center for History and New Media<br/>George Mason University</em:creator>
<em:developer>Simon Kornblith</em:developer>
<em:homepageURL>https://www.zotero.org</em:homepageURL>
Expand Down
2 changes: 1 addition & 1 deletion App/Zotero/extensions/[email protected]/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>Zotero Word for Windows Integration</em:name>
<em:version>5.0.19.SA.5.0.95.1</em:version>
<em:version>5.0.19.SA.5.0.96</em:version>
<em:creator>Center for History and New Media</em:creator>
<em:developer>Simon Kornblith</em:developer>
<em:homepageURL>https://www.zotero.org</em:homepageURL>
Expand Down
Binary file modified App/Zotero/pdfinfo.exe
Binary file not shown.
Binary file modified App/Zotero/pdftotext.exe
Binary file not shown.
Binary file modified App/Zotero/uninstall/helper.exe
Binary file not shown.
Binary file modified App/Zotero/updater.exe
Binary file not shown.
Binary file modified App/Zotero/zotero.exe
Binary file not shown.
Binary file modified App/Zotero/zotero.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions changelog.fr.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Historique des versions :
----
- 2021-03-01. Version 5.0.96 - Development Test 74 : Mise à jour vers Zotero 5.0.96.

- 2021-01-21. Version 5.0.95.1 - Development Test 73 : Mise à jour vers Zotero 5.0.95.1.

- 2021-01-13. Version 5.0.95 - Development Test 72 : Mise à jour vers Zotero 5.0.95.
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Versions history:
----
- 2021-03-01. Version 5.0.96 - Development Test 74: Update to Zotero 5.0.96.

- 2021-01-21. Version 5.0.95.1 - Development Test 73: Update to Zotero 5.0.95.1.

- 2021-01-13. Version 5.0.95 - Development Test 72: Update to Zotero 5.0.95.
Expand Down

0 comments on commit 63802f5

Please sign in to comment.