Skip to content

Commit 248c97f

Browse files
committed
Release version 5.6.0
1 parent 9d2820b commit 248c97f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
All notable changes to this project will be documented in this file.
66

7-
## Unreleased
7+
## 5.6.0 (2025-02-17)
88

99
### Enhancements
1010

11-
- Support setting default values for preferences with Managed Storage (#268).
11+
- Support setting default values for preferences with managed storage (#268).
1212
- An explicit alignment between the AUID and the From address is no longer enforced.
1313
- Authentication-Results header: If replacing the add-ons verification, the SDID alignment is checked against the From address (#452).
1414
- Authentication-Results header: If replacing the add-ons verification, the signature and hash algorithm are now shown in the details view.

content/background.mjs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2020-2024 Philippe Lieser
2+
* Copyright (c) 2020-2025 Philippe Lieser
33
*
44
* This software is licensed under the terms of the MIT License.
55
*

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"manifest_version": 2,
33
"name": "__MSG_about_name__",
44
"description": "__MSG_about_summary__",
5-
"version": "5.5.0",
5+
"version": "5.6.0",
66
"author": "Philippe Lieser",
77
"homepage_url": "https://github.com/lieser/dkim_verifier/wiki",
88
"default_locale": "en_US",
99
"applications": {
1010
"gecko": {
1111
"id": "dkim_verifier@pl",
1212
"strict_min_version": "91.0",
13-
"strict_max_version": "135.*"
13+
"strict_max_version": "136.*"
1414
}
1515
},
1616
"permissions": [

test/helpers/testUtils.mjs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2020-2023 Philippe Lieser
2+
* Copyright (c) 2020-2023;2025 Philippe Lieser
33
*
44
* This software is licensed under the terms of the MIT License.
55
*

test/unittest/extensionUtilsSpec.mjs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2020-2021;2023 Philippe Lieser
2+
* Copyright (c) 2020-2021;2023;2025 Philippe Lieser
33
*
44
* This software is licensed under the terms of the MIT License.
55
*

0 commit comments

Comments
 (0)