From 03fce47a662b7878eccf50c5bd912f68a42d3cc2 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Fri, 7 Jul 2023 18:40:43 +0200 Subject: [PATCH] Bump version to 1.3.4 (#735) --- CHANGELOG.md | 4 ++++ extension/manifest.json | 2 +- extension/view/static/CHANGELOG.html | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- scripts/manifest-dev-android.json | 2 +- scripts/manifest.json | 2 +- 7 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d5d27..d47e31f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ You can send suggestions or report issues to the team via any of the channels be [You can also rate and leave us a comment on Mozilla Addons.](https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/) +## [[v1.3.4]](https://github.com/mozilla/firefox-translations/tree/v1.3.4) - 2023-07-07 +### Changed +- Stop showing address bar icon and notification bar when the built-in version is enabled + ## [[v1.3.3]](https://github.com/mozilla/firefox-translations/tree/v1.3.3) - 2023-02-28 ### Changed - Fix UI's summoning via browser action on Android diff --git a/extension/manifest.json b/extension/manifest.json index 3512ecb..bb9c40c 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.3.3", + "version": "1.3.4", "default_locale": "en_US", "applications": { "gecko": { diff --git a/extension/view/static/CHANGELOG.html b/extension/view/static/CHANGELOG.html index 9dc912c..b6e71fe 100644 --- a/extension/view/static/CHANGELOG.html +++ b/extension/view/static/CHANGELOG.html @@ -15,6 +15,12 @@ body {

You can also rate and leave us a comment on Mozilla Addons.

+

[v1.3.4] - 2023-07-07

+ +

Changed

+ + +

[v1.3.3] - 2023-02-28

Changed

diff --git a/package-lock.json b/package-lock.json index 22062e4..43f0901 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "firefox_translations", - "version": "1.3.3", + "version": "1.3.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "firefox_translations", - "version": "1.3.3", + "version": "1.3.4", "devDependencies": { "eslint": "^8.44.0", "markdown": "^0.5.0", diff --git a/package.json b/package.json index 3dbcb8e..f7edef9 100644 --- a/package.json +++ b/package.json @@ -26,5 +26,5 @@ "web-ext": "^7.6.2", "markdown": "^0.5.0" }, - "version": "1.3.3" + "version": "1.3.4" } diff --git a/scripts/manifest-dev-android.json b/scripts/manifest-dev-android.json index 8b22e46..39322a8 100644 --- a/scripts/manifest-dev-android.json +++ b/scripts/manifest-dev-android.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.3.3", + "version": "1.3.4", "default_locale": "en_US", "applications": { "gecko": { diff --git a/scripts/manifest.json b/scripts/manifest.json index 3512ecb..bb9c40c 100644 --- a/scripts/manifest.json +++ b/scripts/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.3.3", + "version": "1.3.4", "default_locale": "en_US", "applications": { "gecko": {