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

Commit

Permalink
Release v3.21.21
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Aug 13, 2018
1 parent 41fd215 commit 6049792
Show file tree
Hide file tree
Showing 14 changed files with 365 additions and 369 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### Release v3.21.21
### New
- Enable Ledger Hardware Wallet support for Pirl [#2000](https://github.com/kvhnuke/etherwallet/pull/2000)
- Fix darklist bypass [#2007](https://github.com/kvhnuke/etherwallet/pull/2007)
Expand Down
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.21.20</p>
<p class="small visible-xs">3.21.21</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.21.20</p>
<p class="small visible-xs">3.21.21</p>
</a>
}
<div class="tagline">
<span class="hidden-xs">3.21.20</span>
<span class="hidden-xs">3.21.21</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.21.20",
"version": "3.21.21",
"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.21.20",
"version": "3.21.21",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
25 changes: 12 additions & 13 deletions chrome-extension/contest.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,16 @@

<section class="bg-gradient header-branding">
<section class="container">

<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.21.20</p>
<p class="small visible-xs">3.21.21</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.21.20</span>
<span class="hidden-xs">3.21.21</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 Expand Up @@ -213,16 +213,16 @@
<a aria-hidden="true" ng-show="showLeftArrow" class="nav-arrow-left" ng-click="scrollLeft(100);" ng-mouseover="scrollHoverIn(true,2);" ng-mouseleave="scrollHoverOut()">&#171;</a>
<div class="nav-scroll">
<ul class="nav-inner">

<li ng-repeat="tab in tabNames track by $index" \
class="nav-item {{tab.name}}" \
ng-class="{active: $index==gService.currentTab}"
ng-show="tab.mew"
ng-click="tabClick($index)">
<a tabindex="0" aria-label="nav item: {{tab.name | translate}}" translate="{{tab.name}}"></a>
</li>


<li class="nav-item help">
<a href="https://myetherwallet.github.io/knowledge-base/" target="_blank" rel="noopener noreferrer">
<span translate="NAV_Help">
Expand Down Expand Up @@ -320,7 +320,7 @@ <h2 class="modal-title text-info" translate="NODE_Title"> Set Up Your Custom Nod
</section>
</section>
</article>



</header>
Expand Down Expand Up @@ -744,7 +744,7 @@ <h2 class="modal-title text-info" translate="FOOTER_4">Disclaimer</h2>
</section>
</section>
</article>



<article class="modal fade" id="onboardingModal" tabindex="-1" ng-controller='onboardingCtrl'>
Expand Down Expand Up @@ -1175,7 +1175,7 @@ <h3 class="onboarding__title" translate="ONBOARD_secure_3_title">
<li translate="ONBOARD_secure_3_content__5">
If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.
</li>

</ul>
</div>
<div class="col-xs-12 col-sm-4 onboarding__image">
Expand Down Expand Up @@ -1281,11 +1281,10 @@ <h3 class="onboarding__title" translate="ONBOARD_final_title">
</div>
</div>
</article>




</main>
</body>
</html>

Loading

0 comments on commit 6049792

Please sign in to comment.