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

Commit 85ed858

Browse files
committed
Release: v3.27.0
1 parent 44f1edf commit 85ed858

18 files changed

+227028
-226701
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
### Release v3.27.0
2+
13
### New
24

5+
- Fix send null and browser check issues [#2165](https://github.com/kvhnuke/etherwallet/pull/2165)
36
- Add PIT, SKE tokens, add HUM contract [#2165](https://github.com/kvhnuke/etherwallet/pull/2165)
47
- Add ZIX token [#2163](https://github.com/kvhnuke/etherwallet/pull/2163)
58
- Add CRO contract [#2160](https://github.com/kvhnuke/etherwallet/pull/2160)

app/includes/header.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,18 @@
100100
@@if (site === 'mew' ) {
101101
<a class="brand" href="/" aria-label="Go to homepage">
102102
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
103-
<p class="small visible-xs">3.26.0</p>
103+
<p class="small visible-xs">3.27.0</p>
104104
</a>
105105
}
106106
@@if (site === 'cx' ) {
107107
<a class="brand" href="/cx-wallet.html" aria-label="Go to homepage">
108108
<img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" />
109-
<p class="small visible-xs">3.26.0</p>
109+
<p class="small visible-xs">3.27.0</p>
110110
</a>
111111
}
112112
<div class="tagline">
113113
114-
<span class="hidden-xs">3.26.0</span>
114+
<span class="hidden-xs">3.27.0</span>
115115
116116
<span class="dropdown dropdown-lang" ng-cloak>
117117
<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>

app/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MyEtherWallet",
3-
"version": "3.26.0",
3+
"version": "3.27.0",
44
"manifest_version": 2,
55
"description": "MyEtherWallet Chrome Extension",
66
"homepage_url": "https://www.myetherwallet.com/",

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MyEtherWallet",
3-
"version": "3.26.0",
3+
"version": "3.27.0",
44
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
55
"author": "MyEtherWallet",
66
"license": "ISC",

chrome-extension/contest.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@
100100

101101
<a class="brand" href="/" aria-label="Go to homepage">
102102
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
103-
<p class="small visible-xs">3.26.0</p>
103+
<p class="small visible-xs">3.27.0</p>
104104
</a>
105105

106106

107107
<div class="tagline">
108108

109-
<span class="hidden-xs">3.26.0</span>
109+
<span class="hidden-xs">3.27.0</span>
110110

111111
<span class="dropdown dropdown-lang" ng-cloak>
112112
<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>

chrome-extension/cx-wallet.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@
8383

8484
<a class="brand" href="/cx-wallet.html" aria-label="Go to homepage">
8585
<img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" />
86-
<p class="small visible-xs">3.26.0</p>
86+
<p class="small visible-xs">3.27.0</p>
8787
</a>
8888

8989
<div class="tagline">
9090

91-
<span class="hidden-xs">3.26.0</span>
91+
<span class="hidden-xs">3.27.0</span>
9292

9393
<span class="dropdown dropdown-lang" ng-cloak>
9494
<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>

chrome-extension/helpers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@
101101

102102
<a class="brand" href="/" aria-label="Go to homepage">
103103
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
104-
<p class="small visible-xs">3.26.0</p>
104+
<p class="small visible-xs">3.27.0</p>
105105
</a>
106106

107107

108108
<div class="tagline">
109109

110-
<span class="hidden-xs">3.26.0</span>
110+
<span class="hidden-xs">3.27.0</span>
111111

112112
<span class="dropdown dropdown-lang" ng-cloak>
113113
<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>

chrome-extension/js/etherwallet-master.js

Lines changed: 113499 additions & 113337 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chrome-extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MyEtherWallet",
3-
"version": "3.26.0",
3+
"version": "3.27.0",
44
"manifest_version": 2,
55
"description": "MyEtherWallet Chrome Extension",
66
"homepage_url": "https://www.myetherwallet.com/",

chrome-extension/phishing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@
100100

101101
<a class="brand" href="/" aria-label="Go to homepage">
102102
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
103-
<p class="small visible-xs">3.26.0</p>
103+
<p class="small visible-xs">3.27.0</p>
104104
</a>
105105

106106

107107
<div class="tagline">
108108

109-
<span class="hidden-xs">3.26.0</span>
109+
<span class="hidden-xs">3.27.0</span>
110110

111111
<span class="dropdown dropdown-lang" ng-cloak>
112112
<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>

0 commit comments

Comments
 (0)