Skip to content

Commit 4569964

Browse files
Update to version 5.6.0 (#186)
* [manifest] Bump version number * [CHANGELOG] Add v5.6.0 * Add version zip files * [manifest_firefox.json] Remove default_popup * Rebuild version zip files
1 parent 984cf02 commit 4569964

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [5.6.0](https://github.com/VerifiedJoseph/Save-to-the-Wayback-Machine/releases/tag/v5.6.0) - 2022-04-08
5+
### Additions:
6+
* Added end-of-life message & page. ([#185](https://github.com/VerifiedJoseph/Save-to-the-Wayback-Machine/pull/185))
7+
48
## [5.5.2](https://github.com/VerifiedJoseph/Save-to-the-Wayback-Machine/releases/tag/v5.5.2) - 2021-07-30
59
### Changes:
610
* Updated Spacetime timezone library to version [6.16.2](https://github.com/spencermountain/spacetime/releases/tag/6.16.2).

src/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "__MSG_extensionDescription__",
44
"author": "VerifiedJoseph",
55
"default_locale": "en",
6-
"version": "5.5.2",
7-
"version_name": "5.5.2",
6+
"version": "5.6.0",
7+
"version_name": "5.6.0",
88
"manifest_version": 2,
99
"icons": {
1010
"16": "images/icons/16.png",

src/manifest_firefox.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"description": "__MSG_extensionDescription__",
99
"author": "VerifiedJoseph",
1010
"default_locale": "en",
11-
"version": "5.5.2",
12-
"version_name": "5.5.2",
11+
"version": "5.6.0",
12+
"version_name": "5.6.0",
1313
"manifest_version": 2,
1414
"icons": {
1515
"16": "images/icons/16.png",
@@ -35,7 +35,6 @@
3535
"32": "images/icons/32.png",
3636
"64": "images/icons/64.png"
3737
},
38-
"default_popup": "html/popup.html",
3938
"default_title": "__MSG_extensionName__"
4039
},
4140
"background": {

versions (.zip)/5-6-0.zip

83.4 KB
Binary file not shown.

versions (.zip)/Firefox/5-6-0.zip

83.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)