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

Commit

Permalink
Release: v3.11.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Dec 28, 2017
1 parent 3fd327b commit af16aa2
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 26 deletions.
6 changes: 3 additions & 3 deletions app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,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.11.1.5</p>
<p class="small visible-xs">3.11.1.6</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.11.1.5</p>
<p class="small visible-xs">3.11.1.6</p>
</a>
}
<div class="tagline">
<span class="hidden-xs">3.11.1.5</span>
<span class="hidden-xs">3.11.1.6</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 btn btn-white" 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.11.1.5",
"version": "3.11.1.6",
"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.11.1.5",
"version": "3.11.1.6",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
14 changes: 7 additions & 7 deletions app/scripts/directives/balanceDrtv.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,16 @@ <h5 translate="sidebar_TokenBal">Token Balances</h5>
<!-- you can your Balance on Blockchain Explorer -->


<p class="u__protip">
<a href="https://myetherwallet.github.io/knowledge-base/tokens/showing-and-loading-tokens.html"
<h5 class="u__protip">
<a href="https://myetherwallet.github.io/knowledge-base/send/adding-new-token-and-sending-custom-tokens.html"
rel="noopener noreferrer"
target="_blank">
Where are my tokens? Where is the 'load' button?!
How to See Your Tokens
</a>
</p>
</h5>

<p class="u__protip">
Remember, you can always view your Balances On
<p>
You can also view your Balances on
<a ng-show="ajaxReq.type != 'CUS'"
href="{{ajaxReq.blockExplorerAddr.replace('[[address]]', wallet.getAddressString())}}"
target="_blank"
Expand All @@ -157,7 +157,7 @@ <h5 translate="sidebar_TokenBal">Token Balances</h5>
<a href="https://ethplorer.io/address/{{wallet.getAddressString()}}"
target="_blank"
rel="noopener noreferrer">
Ethplorer.io
ethplorer.io
</a>
</span>
</p>
Expand Down
4 changes: 4 additions & 0 deletions app/styles/etherwallet-new.less
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ a.footer__pill {


.custom-token-fields {
label {
font-weight: 400;
font-size: 1rem;
}
input {
.input-sm();
.mono {
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.11.1.5</p>
<p class="small visible-xs">3.11.1.6</p>
</a>

<div class="tagline">

<span class="hidden-xs">3.11.1.5</span>
<span class="hidden-xs">3.11.1.6</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 btn btn-white" 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 @@ -99,13 +99,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.11.1.5</p>
<p class="small visible-xs">3.11.1.6</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.11.1.5</span>
<span class="hidden-xs">3.11.1.6</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 btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion 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.11.1.5",
"version": "3.11.1.6",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
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 @@ -99,13 +99,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.11.1.5</p>
<p class="small visible-xs">3.11.1.6</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.11.1.5</span>
<span class="hidden-xs">3.11.1.6</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 btn btn-white" 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 @@ -99,13 +99,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.11.1.5</p>
<p class="small visible-xs">3.11.1.6</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.11.1.5</span>
<span class="hidden-xs">3.11.1.6</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 btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion 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.11.1.5",
"version": "3.11.1.6",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down

0 comments on commit af16aa2

Please sign in to comment.