Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Bump version to 1.3.4 #735

Merged
merged 1 commit into from
Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions extension/view/static/CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@

<p><a href="https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/">You can also rate and leave us a comment on Mozilla Addons.</a></p>

<h2><a href="https://github.com/mozilla/firefox-translations/tree/v1.3.4">[v1.3.4]</a> - 2023-07-07</h2>

<h3>Changed</h3>

<ul><li>Stop showing address bar icon and notification bar when the built-in version is enabled</li></ul>

<h2><a href="https://github.com/mozilla/firefox-translations/tree/v1.3.3">[v1.3.3]</a> - 2023-02-28</h2>

<h3>Changed</h3>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"web-ext": "^7.6.2",
"markdown": "^0.5.0"
},
"version": "1.3.3"
"version": "1.3.4"
}
2 changes: 1 addition & 1 deletion scripts/manifest-dev-android.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down