From d8b9feae05d31323436e40544bb7cce8b352dc91 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Tue, 12 Feb 2019 13:32:21 -0800 Subject: [PATCH] Release: v3.33.0 --- CHANGELOG.md | 6 ++- app/includes/background/extension.js | 2 +- app/includes/bulkGenerate.tpl | 2 +- app/includes/footer.tpl | 11 ++-- app/includes/footerEmbedded.tpl | 2 +- app/includes/header.tpl | 20 +++---- app/includes/headerEmbedded.tpl | 4 +- app/includes/help.tpl | 2 +- app/includes/onboardingModal.tpl | 2 +- app/manifest.json | 4 +- app/package.json | 2 +- app/scripts/controllers/sendTxCtrl.js | 2 +- app/scripts/directives/walletDecryptDrtv.html | 6 +-- app/scripts/globalFuncs.js | 2 +- app/scripts/translations/ar.js | 8 +-- app/scripts/translations/ca.js | 6 +-- app/scripts/translations/de.js | 16 +++--- app/scripts/translations/el.js | 12 ++--- app/scripts/translations/en.js | 6 +-- app/scripts/translations/es.js | 8 +-- app/scripts/translations/fa.js | 6 +-- app/scripts/translations/fi.js | 8 +-- app/scripts/translations/fr.js | 10 ++-- app/scripts/translations/ht.js | 10 ++-- app/scripts/translations/hu.js | 12 ++--- app/scripts/translations/id.js | 10 ++-- app/scripts/translations/it.js | 8 +-- app/scripts/translations/ja.js | 6 +-- app/scripts/translations/ko.js | 8 +-- app/scripts/translations/nl.js | 10 ++-- app/scripts/translations/no.js | 10 ++-- app/scripts/translations/pl.js | 8 +-- app/scripts/translations/pt.js | 10 ++-- app/scripts/translations/ru.js | 10 ++-- app/scripts/translations/sk.js | 6 +-- app/scripts/translations/sl.js | 8 +-- app/scripts/translations/sv.js | 6 +-- app/scripts/translations/th.js | 8 +-- app/scripts/translations/tr.js | 10 ++-- app/scripts/translations/vi.js | 8 +-- app/scripts/translations/zhcn.js | 12 ++--- app/scripts/translations/zhtw.js | 8 +-- app/sitemap.xml | 20 +++---- chrome-extension/background/extension.js | 2 +- chrome-extension/contest.html | 31 ++++++----- chrome-extension/cx-wallet.html | 31 ++++++----- chrome-extension/helpers.html | 31 ++++++----- chrome-extension/js/etherwallet-master.js | 54 +++++++++---------- chrome-extension/manifest.json | 4 +- chrome-extension/phishing.html | 31 ++++++----- chrome-extension/privacy-policy.html | 31 ++++++----- dist/contest.html | 31 ++++++----- dist/embedded.html | 6 +-- dist/helpers.html | 31 ++++++----- dist/index.html | 33 +++++++----- dist/js/etherwallet-master.js | 54 +++++++++---------- dist/package.json | 2 +- dist/phishing.html | 31 ++++++----- dist/privacy-policy.html | 31 ++++++----- dist/signmsg.html | 6 +-- 60 files changed, 417 insertions(+), 358 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dc884c971..2719fd629f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +### Release v3.33.0 + +- Replace all links to new one []() + ### Release v3.32.0 -- Update header, sync tokens []() +- Update header, sync tokens [#2229](https://github.com/kvhnuke/etherwallet/pull/2229) ### Release v3.31.1 diff --git a/app/includes/background/extension.js b/app/includes/background/extension.js index e80336848e..1387f2e22d 100644 --- a/app/includes/background/extension.js +++ b/app/includes/background/extension.js @@ -106,7 +106,7 @@ function querycB(tabs) { checkUrlSimilarity(tabs[0].url, SEARCH_STRING) ) { urlRedirect = encodeURI( - `https://www.myetherwallet.com/phishing.html?phishing-address=${ + `https://vintage.myetherwallet.com/phishing.html?phishing-address=${ tabs[0].url }` ); diff --git a/app/includes/bulkGenerate.tpl b/app/includes/bulkGenerate.tpl index 1836a2babd..d653df96a3 100644 --- a/app/includes/bulkGenerate.tpl +++ b/app/includes/bulkGenerate.tpl @@ -43,7 +43,7 @@
- **You need your Keystore File + password or Private Key** to access this wallet in the future. Please save & back it up externally! There is no way to recover a wallet if you do not save it. Read the [help page](https://www.myetherwallet.com/#help) for instructions. + **You need your Keystore File + password or Private Key** to access this wallet in the future. Please save & back it up externally! There is no way to recover a wallet if you do not save it. Read the [help page](https://vintage.myetherwallet.com/#help) for instructions.
diff --git a/app/includes/footer.tpl b/app/includes/footer.tpl index 8e148f4fcc..a1d53a9b7f 100644 --- a/app/includes/footer.tpl +++ b/app/includes/footer.tpl @@ -35,7 +35,7 @@

- + Privacy policy

@@ -103,6 +103,11 @@