From fa07f535532f7163725af64a47ff86622e7aab8d Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Wed, 9 Jan 2019 10:04:47 -0800 Subject: [PATCH] Release: v3.30.1 --- CHANGELOG.md | 7 +++++- app/images/appstore.svg | 26 +++++++++++++++++++++ app/images/google-play.svg | 30 +++++++++++++++++++++++++ app/includes/header.tpl | 6 ++--- app/manifest.json | 2 +- app/package.json | 2 +- chrome-extension/contest.html | 4 ++-- chrome-extension/cx-wallet.html | 4 ++-- chrome-extension/helpers.html | 4 ++-- chrome-extension/images/appstore.svg | 26 +++++++++++++++++++++ chrome-extension/images/google-play.svg | 30 +++++++++++++++++++++++++ chrome-extension/manifest.json | 2 +- chrome-extension/phishing.html | 4 ++-- chrome-extension/privacy-policy.html | 4 ++-- dist/contest.html | 4 ++-- dist/helpers.html | 4 ++-- dist/images/appstore.svg | 26 +++++++++++++++++++++ dist/images/google-play.svg | 30 +++++++++++++++++++++++++ dist/index.html | 4 ++-- dist/package.json | 2 +- dist/phishing.html | 4 ++-- dist/privacy-policy.html | 4 ++-- 22 files changed, 201 insertions(+), 28 deletions(-) create mode 100644 app/images/appstore.svg create mode 100644 app/images/google-play.svg create mode 100644 chrome-extension/images/appstore.svg create mode 100644 chrome-extension/images/google-play.svg create mode 100644 dist/images/appstore.svg create mode 100644 dist/images/google-play.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index e2dd4f2826..1684c233c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ +### Release v3.30.1 + +### Hotfix +- Add new badges for google and apple stores + ### Release v3.30.0 ### New -- Add new badges for google and apple stores, Add ONE and new TUSD token [#2207](https://github.com/kvhnuke/etherwallet/pull/2207) +- Add ONE and new TUSD token [#2207](https://github.com/kvhnuke/etherwallet/pull/2207) - Include token information in signTx request to MEWconnect [#2200](https://github.com/kvhnuke/etherwallet/pull/2200) - correct address details not getting received on firefox [#2205](https://github.com/kvhnuke/etherwallet/pull/2205) - Remove etc_Epool node [#2203](https://github.com/kvhnuke/etherwallet/pull/2203) diff --git a/app/images/appstore.svg b/app/images/appstore.svg new file mode 100644 index 0000000000..fdca12cce1 --- /dev/null +++ b/app/images/appstore.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/images/google-play.svg b/app/images/google-play.svg new file mode 100644 index 0000000000..4f37f0c54f --- /dev/null +++ b/app/images/google-play.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/includes/header.tpl b/app/includes/header.tpl index 8cb5065e8a..385d2d4b71 100644 --- a/app/includes/header.tpl +++ b/app/includes/header.tpl @@ -100,18 +100,18 @@ @@if (site === 'mew' ) { MyEtherWallet -

3.30.0

+

3.30.1

} @@if (site === 'cx' ) { MyEtherWallet -

3.30.0

+

3.30.1

}
- + diff --git a/app/manifest.json b/app/manifest.json index 44d6a32574..63cf941749 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.30.0", + "version": "3.30.1", "manifest_version": 2, "description": "MyEtherWallet Chrome Extension", "homepage_url": "https://www.myetherwallet.com/", diff --git a/app/package.json b/app/package.json index 0e36493005..2f5b60a9fe 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.30.0", + "version": "3.30.1", "description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.", "author": "MyEtherWallet", "license": "ISC", diff --git a/chrome-extension/contest.html b/chrome-extension/contest.html index cb7c5b0ad6..2abbf0a4e6 100644 --- a/chrome-extension/contest.html +++ b/chrome-extension/contest.html @@ -100,13 +100,13 @@ MyEtherWallet -

3.30.0

+

3.30.1

- + diff --git a/chrome-extension/cx-wallet.html b/chrome-extension/cx-wallet.html index 3c9d800f98..96438460da 100644 --- a/chrome-extension/cx-wallet.html +++ b/chrome-extension/cx-wallet.html @@ -83,12 +83,12 @@ MyEtherWallet -

3.30.0

+

3.30.1

- + diff --git a/chrome-extension/helpers.html b/chrome-extension/helpers.html index 5723eefa60..d50af24ba3 100644 --- a/chrome-extension/helpers.html +++ b/chrome-extension/helpers.html @@ -101,13 +101,13 @@ MyEtherWallet -

3.30.0

+

3.30.1

- + diff --git a/chrome-extension/images/appstore.svg b/chrome-extension/images/appstore.svg new file mode 100644 index 0000000000..fdca12cce1 --- /dev/null +++ b/chrome-extension/images/appstore.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chrome-extension/images/google-play.svg b/chrome-extension/images/google-play.svg new file mode 100644 index 0000000000..4f37f0c54f --- /dev/null +++ b/chrome-extension/images/google-play.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chrome-extension/manifest.json b/chrome-extension/manifest.json index 44d6a32574..63cf941749 100644 --- a/chrome-extension/manifest.json +++ b/chrome-extension/manifest.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.30.0", + "version": "3.30.1", "manifest_version": 2, "description": "MyEtherWallet Chrome Extension", "homepage_url": "https://www.myetherwallet.com/", diff --git a/chrome-extension/phishing.html b/chrome-extension/phishing.html index b7c8b68ceb..baf27ccc2d 100644 --- a/chrome-extension/phishing.html +++ b/chrome-extension/phishing.html @@ -100,13 +100,13 @@ MyEtherWallet -

3.30.0

+

3.30.1

- + diff --git a/chrome-extension/privacy-policy.html b/chrome-extension/privacy-policy.html index 7acec6a1f6..27aaa2eecd 100644 --- a/chrome-extension/privacy-policy.html +++ b/chrome-extension/privacy-policy.html @@ -100,13 +100,13 @@ MyEtherWallet -

3.30.0

+

3.30.1

- + diff --git a/dist/contest.html b/dist/contest.html index cb7c5b0ad6..2abbf0a4e6 100644 --- a/dist/contest.html +++ b/dist/contest.html @@ -100,13 +100,13 @@ MyEtherWallet -

3.30.0

+

3.30.1

- + diff --git a/dist/helpers.html b/dist/helpers.html index 5723eefa60..d50af24ba3 100644 --- a/dist/helpers.html +++ b/dist/helpers.html @@ -101,13 +101,13 @@ MyEtherWallet -

3.30.0

+

3.30.1

- + diff --git a/dist/images/appstore.svg b/dist/images/appstore.svg new file mode 100644 index 0000000000..fdca12cce1 --- /dev/null +++ b/dist/images/appstore.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/images/google-play.svg b/dist/images/google-play.svg new file mode 100644 index 0000000000..4f37f0c54f --- /dev/null +++ b/dist/images/google-play.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/index.html b/dist/index.html index f66fc5f23d..8dc8ab09ce 100644 --- a/dist/index.html +++ b/dist/index.html @@ -101,13 +101,13 @@ MyEtherWallet -

3.30.0

+

3.30.1

- + diff --git a/dist/package.json b/dist/package.json index 0e36493005..2f5b60a9fe 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.30.0", + "version": "3.30.1", "description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.", "author": "MyEtherWallet", "license": "ISC", diff --git a/dist/phishing.html b/dist/phishing.html index b7c8b68ceb..baf27ccc2d 100644 --- a/dist/phishing.html +++ b/dist/phishing.html @@ -100,13 +100,13 @@ MyEtherWallet -

3.30.0

+

3.30.1

- + diff --git a/dist/privacy-policy.html b/dist/privacy-policy.html index 7acec6a1f6..27aaa2eecd 100644 --- a/dist/privacy-policy.html +++ b/dist/privacy-policy.html @@ -100,13 +100,13 @@ MyEtherWallet -

3.30.0

+

3.30.1

- +