Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Release: v3.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Jan 18, 2019
1 parent 43900be commit ed8cfa4
Show file tree
Hide file tree
Showing 19 changed files with 417 additions and 335 deletions.
24 changes: 17 additions & 7 deletions app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,21 @@
<header class="{{curNode.name}} {{curNode.service}} {{curNode.service}} nav-index-{{gService.currentTab}}" aria-label="header" ng-controller='tabsCtrl' >

@@if (site === 'mew' ) {
<div class="small announcement announcement-mew">
<div clas="container">
Try our new Beta version here: <a href="https://beta.myetherwallet.com">https://beta.myetherwallet.com</a>
<div class="small announcement annoucement-danger">
<div class="container">
DON'T GET PHISHED, please! 🎣 Thank you! 🤗
<br />
Read more about it in our <a href="https://medium.com/@myetherwallet/v5-beta-a-user-friendly-mew-631378a6c8ff" target="_blank">Medium post</a>
1. BOOKMARK <a href="https://www.myetherwallet.com"> MYETHERWALLET.COM </a>
<span class="hidden-xs">
&nbsp;&nbsp;&nbsp;&nbsp;
2. INSTALL <a href="https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn" target="_blank" rel="noopener noreferrer">EAL</a>
or
<a href="https://kb.myetherwallet.com/migration/moving-from-private-key-to-metamask.html" target="_blank" rel="noopener noreferrer">MetaMask</a>
or
<a href="https://chrome.google.com/webstore/detail/phishfort-protect/bdiohckpogchppdldbckcdjlklanhkfc" target="_blank" rel="noopener noreferrer">PhishFort</a>
or
<a href="https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige" target="_blank" rel="noopener noreferrer">Cryptonite</a>
</span>
</div>
</div>
}
Expand All @@ -90,18 +100,18 @@
@@if (site === 'mew' ) {
<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.30.1</p>
<p class="small visible-xs">3.30.2</p>
</a>
}
@@if (site === 'cx' ) {
<a class="brand" href="/cx-wallet.html" aria-label="Go to homepage">
<img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.30.1</p>
<p class="small visible-xs">3.30.2</p>
</a>
}
<div class="tagline">
<span class="hidden-xs">3.30.1</span>
<span class="hidden-xs">3.30.2</span>
<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.30.1",
"version": "3.30.2",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.30.1",
"version": "3.30.2",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/contest.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.30.1</p>
<p class="small visible-xs">3.30.2</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.30.1</span>
<span class="hidden-xs">3.30.2</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/css/etherwallet-master.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions chrome-extension/cx-wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@

<a class="brand" href="/cx-wallet.html" aria-label="Go to homepage">
<img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.30.1</p>
<p class="small visible-xs">3.30.2</p>
</a>

<div class="tagline">

<span class="hidden-xs">3.30.1</span>
<span class="hidden-xs">3.30.2</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.30.1</p>
<p class="small visible-xs">3.30.2</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.30.1</span>
<span class="hidden-xs">3.30.2</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
338 changes: 187 additions & 151 deletions chrome-extension/js/etherwallet-master.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chrome-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.30.1",
"version": "3.30.2",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/phishing.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.30.1</p>
<p class="small visible-xs">3.30.2</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.30.1</span>
<span class="hidden-xs">3.30.2</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.30.1</p>
<p class="small visible-xs">3.30.2</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.30.1</span>
<span class="hidden-xs">3.30.2</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
4 changes: 2 additions & 2 deletions dist/contest.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.30.1</p>
<p class="small visible-xs">3.30.2</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.30.1</span>
<span class="hidden-xs">3.30.2</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion dist/css/etherwallet-master.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.30.1</p>
<p class="small visible-xs">3.30.2</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.30.1</span>
<span class="hidden-xs">3.30.2</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.30.1</p>
<p class="small visible-xs">3.30.2</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.30.1</span>
<span class="hidden-xs">3.30.2</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
338 changes: 187 additions & 151 deletions dist/js/etherwallet-master.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.30.1",
"version": "3.30.2",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
4 changes: 2 additions & 2 deletions dist/phishing.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.30.1</p>
<p class="small visible-xs">3.30.2</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.30.1</span>
<span class="hidden-xs">3.30.2</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
4 changes: 2 additions & 2 deletions dist/privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.30.1</p>
<p class="small visible-xs">3.30.2</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.30.1</span>
<span class="hidden-xs">3.30.2</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down

0 comments on commit ed8cfa4

Please sign in to comment.