Skip to content

Commit b41a3c9

Browse files
committed
Version 1.23.0
1 parent 93434d3 commit b41a3c9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
- Add features from the milestone [%1](https://gitlab.com/KevinRoebert/ClearUrls/-/milestones/1)
1010
- Dedicated documentation page like [docs.drasyl.org](https://docs.drasyl.org)
1111

12-
## [1.XX.0] - 20XX-XX-XX
12+
## [1.XX.0] - 2022-XX-XX
13+
14+
### Compatibility note
15+
- Require Firefox >= 55
16+
- Require Chrome >= 37
17+
18+
## [1.23.0] - 2022-03-22
1319

1420
### Compatibility note
1521
- Require Firefox >= 55
@@ -25,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2531

2632
### Changed
2733
- Updated `homepage_url` and `author` field in `manifest.json`
34+
- Replaced deprecated `String.prototype.substr()` in [!175](https://github.com/ClearURLs/Addon/pull/175). Thanks to [@CommanderRoot](https://github.com/CommanderRoot)
2835

2936
## [1.22.0] - 2021-12-27
3037

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "ClearURLs",
4-
"version": "1.22.0",
4+
"version": "1.23.0",
55
"author": "Kevin Roebert",
66
"description": "__MSG_extension_description__",
77
"homepage_url": "https://docs.clearurls.xyz",

0 commit comments

Comments
 (0)