From b41a3c963a0014fec403aec496fffde12c9f81a7 Mon Sep 17 00:00:00 2001 From: Kevin R Date: Tue, 22 Mar 2022 21:51:35 +0100 Subject: [PATCH] Version 1.23.0 --- CHANGELOG.md | 9 ++++++++- manifest.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index def1416..fdce470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add features from the milestone [%1](https://gitlab.com/KevinRoebert/ClearUrls/-/milestones/1) - Dedicated documentation page like [docs.drasyl.org](https://docs.drasyl.org) -## [1.XX.0] - 20XX-XX-XX +## [1.XX.0] - 2022-XX-XX + +### Compatibility note +- Require Firefox >= 55 +- Require Chrome >= 37 + +## [1.23.0] - 2022-03-22 ### Compatibility note - Require Firefox >= 55 @@ -25,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated `homepage_url` and `author` field in `manifest.json` +- Replaced deprecated `String.prototype.substr()` in [!175](https://github.com/ClearURLs/Addon/pull/175). Thanks to [@CommanderRoot](https://github.com/CommanderRoot) ## [1.22.0] - 2021-12-27 diff --git a/manifest.json b/manifest.json index 3a45f96..51854d7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ClearURLs", - "version": "1.22.0", + "version": "1.23.0", "author": "Kevin Roebert", "description": "__MSG_extension_description__", "homepage_url": "https://docs.clearurls.xyz",