Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
craftpip committed Dec 31, 2018
1 parent be9a6e5 commit 528faf2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@
<div class="row download-btns">
<div class="col-md-12">
<div style="height: 15px;"></div>
<a href="https://github.com/craftpip/jquery-confirm/releases/download/v3.3.2/jquery-confirm-v3.3.2.zip"
class="btn btn-lg">Download v3.3.2
<a href="https://github.com/craftpip/jquery-confirm/releases/download/v3.3.3/jquery-confirm-v3.3.3.zip"
class="btn btn-lg">Download v3.3.3
</a>
<a href="https://github.com/craftpip/jquery-confirm"
class="btn btn-lg"><i class="fa fa-github"></i> View on GitHub
Expand Down Expand Up @@ -993,7 +993,14 @@ <h2>Themes</h2>
</section>

<section id="whats-new">
<h2>Whats new <span style="color: #aaa">in v3.3.2</span></h2>
<h2>Whats new <span style="color: #aaa">in v3.3.3</span></h2>
<ul>
<li>Safari height bug fix. PR by lanre-ade</li>
<li>Fix isClosed bug for firefox. PR by loganm</li>
<li>Remove scroll to top when content height changes. PR by amikot</li>
<li>added support for AMD and commonJS</li>
</ul>
<h3>Updates <span style="color: #aaa">in v3.3.2</span></h3>
<p>
Major changes
</p>
Expand Down

0 comments on commit 528faf2

Please sign in to comment.