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/)
|
[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
|
## [[v1.3.3]](https://github.com/mozilla/firefox-translations/tree/v1.3.3) - 2023-02-28
|
||||||
### Changed
|
### Changed
|
||||||
- Fix UI's summoning via browser action on Android
|
- Fix UI's summoning via browser action on Android
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "__MSG_extensionName__",
|
"name": "__MSG_extensionName__",
|
||||||
"description": "__MSG_extensionDescription__",
|
"description": "__MSG_extensionDescription__",
|
||||||
"version": "1.3.3",
|
"version": "1.3.4",
|
||||||
"default_locale": "en_US",
|
"default_locale": "en_US",
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"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>
|
<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>
|
<h2><a href="https://github.com/mozilla/firefox-translations/tree/v1.3.3">[v1.3.3]</a> - 2023-02-28</h2>
|
||||||
|
|
||||||
<h3>Changed</h3>
|
<h3>Changed</h3>
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "firefox_translations",
|
"name": "firefox_translations",
|
||||||
"version": "1.3.3",
|
"version": "1.3.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "firefox_translations",
|
"name": "firefox_translations",
|
||||||
"version": "1.3.3",
|
"version": "1.3.4",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.44.0",
|
"eslint": "^8.44.0",
|
||||||
"markdown": "^0.5.0",
|
"markdown": "^0.5.0",
|
||||||
|
|
|
@ -26,5 +26,5 @@
|
||||||
"web-ext": "^7.6.2",
|
"web-ext": "^7.6.2",
|
||||||
"markdown": "^0.5.0"
|
"markdown": "^0.5.0"
|
||||||
},
|
},
|
||||||
"version": "1.3.3"
|
"version": "1.3.4"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "__MSG_extensionName__",
|
"name": "__MSG_extensionName__",
|
||||||
"description": "__MSG_extensionDescription__",
|
"description": "__MSG_extensionDescription__",
|
||||||
"version": "1.3.3",
|
"version": "1.3.4",
|
||||||
"default_locale": "en_US",
|
"default_locale": "en_US",
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "__MSG_extensionName__",
|
"name": "__MSG_extensionName__",
|
||||||
"description": "__MSG_extensionDescription__",
|
"description": "__MSG_extensionDescription__",
|
||||||
"version": "1.3.3",
|
"version": "1.3.4",
|
||||||
"default_locale": "en_US",
|
"default_locale": "en_US",
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче