Bump version to 1.3.4 (#735)
This commit is contained in:
Родитель
07269c3d83
Коммит
03fce47a66
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -15,6 +15,12 @@ body {
|
|||
|
||||
<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>
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -26,5 +26,5 @@
|
|||
"web-ext": "^7.6.2",
|
||||
"markdown": "^0.5.0"
|
||||
},
|
||||
"version": "1.3.3"
|
||||
"version": "1.3.4"
|
||||
}
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче