Skip to content

Commit

Permalink
Pre-release version 3.0.0pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser committed Feb 17, 2019
1 parent 5e7566e commit ca573e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
3.0.0pre1 [2018-11-25]
3.0.0pre2 [2019-02-17]
------------------
- now requires at least Thunderbird 64
- fixed incompatibility with Thunderbird 64
- now requires at least Thunderbird 66
- fixed incompatibility with Thunderbird 66
Known issues:
- GUI for account specific options missing

2.0.1 [2019-01-18]
------------------
Expand Down
2 changes: 1 addition & 1 deletion chrome/content/dkim.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// options for ESLint
/* eslint-env browser */
/* eslint strict: ["warn", "function"] */
/*eslint no-console: "off"*/
/* eslint no-console: "off"*/
/* global Components, Cu, Services, gMessageListeners, gFolderDisplay, gExpandedHeaderView, createHeaderEntry, syncGridColumnWidths, currentHeaderData, gMessageDisplay, XULPopupElement */

// namespace
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "DKIM Verifier",
"description": "Verifies the DKIM-Signature of an e-mail.",
"version": "3.0.0pre1",
"version": "3.0.0pre2",
"author": "Philippe Lieser",
"homepage_url": "https://github.com/lieser/dkim_verifier/wiki",
"legacy": {
Expand All @@ -14,7 +14,7 @@
"applications": {
"gecko": {
"id": "dkim_verifier@pl",
"strict_min_version": "64.0"
"strict_min_version": "66.0"
}
},
"icons": {
Expand Down

0 comments on commit ca573e0

Please sign in to comment.