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

Commit

Permalink
Release: v3.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Mar 5, 2019
1 parent 06c39dc commit faf3cd2
Show file tree
Hide file tree
Showing 19 changed files with 33 additions and 30 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v3.35.1

- Remove `;` []()
### v3.35.0

- Add LDX custom Gas [#2227](https://github.com/kvhnuke/etherwallet/pull/2226)
Expand Down
6 changes: 3 additions & 3 deletions app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,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.35.0</p>
<p class="small visible-xs">3.35.1</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.35.0</p>
<p class="small visible-xs">3.35.1</p>
</a>
}
<div class="tagline">

<span class="hidden-xs">3.35.0</span>
<span class="hidden-xs">3.35.1</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.35.0",
"version": "3.35.1",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://vintage.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.35.0",
"version": "3.35.1",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/nodeHelpers/customNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var customNode = function(srvrUrl, port, httpBasicAuthentication) {
}
customNode.prototype.config = {
headers: {
'Content-Type': 'application/json;'
'Content-Type': 'application/json'
}
};

Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/contest.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,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.35.0</p>
<p class="small visible-xs">3.35.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.35.0</span>
<span class="hidden-xs">3.35.1</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/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.35.0</p>
<p class="small visible-xs">3.35.1</p>
</a>

<div class="tagline">

<span class="hidden-xs">3.35.0</span>
<span class="hidden-xs">3.35.1</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 @@ -91,13 +91,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.35.0</p>
<p class="small visible-xs">3.35.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.35.0</span>
<span class="hidden-xs">3.35.1</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/js/etherwallet-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -16702,7 +16702,7 @@ var customNode = function customNode(srvrUrl, port, httpBasicAuthentication) {
};
customNode.prototype.config = {
headers: {
'Content-Type': 'application/json;'
'Content-Type': 'application/json'
}
};

Expand Down
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.35.0",
"version": "3.35.1",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://vintage.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 @@ -90,13 +90,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.35.0</p>
<p class="small visible-xs">3.35.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.35.0</span>
<span class="hidden-xs">3.35.1</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 @@ -90,13 +90,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.35.0</p>
<p class="small visible-xs">3.35.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.35.0</span>
<span class="hidden-xs">3.35.1</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 @@ -90,13 +90,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.35.0</p>
<p class="small visible-xs">3.35.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.35.0</span>
<span class="hidden-xs">3.35.1</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/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,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.35.0</p>
<p class="small visible-xs">3.35.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.35.0</span>
<span class="hidden-xs">3.35.1</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 @@ -91,13 +91,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.35.0</p>
<p class="small visible-xs">3.35.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.35.0</span>
<span class="hidden-xs">3.35.1</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/js/etherwallet-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -16702,7 +16702,7 @@ var customNode = function customNode(srvrUrl, port, httpBasicAuthentication) {
};
customNode.prototype.config = {
headers: {
'Content-Type': 'application/json;'
'Content-Type': 'application/json'
}
};

Expand Down
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.35.0",
"version": "3.35.1",
"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 @@ -90,13 +90,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.35.0</p>
<p class="small visible-xs">3.35.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.35.0</span>
<span class="hidden-xs">3.35.1</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 @@ -90,13 +90,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.35.0</p>
<p class="small visible-xs">3.35.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.35.0</span>
<span class="hidden-xs">3.35.1</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 faf3cd2

Please sign in to comment.