Skip to content

Commit

Permalink
Reset download links
Browse files Browse the repository at this point in the history
  • Loading branch information
miled committed Sep 23, 2020
1 parent 0e2e07c commit 7ea29ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $(function () {
$(this).wrap("<a target='_blank' href='" + $(this).attr("src") + "'</a>")
})

$('#content').prepend( '<div class="alert alert-success" style="border: 0 none; background-color: #21b2a6;"><p style=" color: #fff; line-height: 24px; text-align:center; margin-bottom: 0px;"><b style="border: 0px none; margin-top:0;">Announcing an upcoming major release:</b><br />A <span style="color: #c7254e">beta</span> update of WordPress Social Login 3.0.3 is currently available for <a href="http://miled.github.io/wordpress-social-login/betas/wordpress-social-login-3.0.3.zip" style="color: white; text-decoration: underline;">Download</a>.<br />Feedback and bug fixes are welcome either on <a href="https://github.com/miled/wordpress-social-login" target="_blank" style="color: white; text-decoration: underline;">Github</a> or in the discussion thread at <a href="https://wordpress.org/support/topic/announcing-new-upcoming-release/" target="_blank" style="color: white; text-decoration: underline;">Wordpress.org</a></span>.</div>' )
// $('#content').prepend( '<div class="alert alert-success" style="border: 0 none; background-color: #21b2a6;"><p style=" color: #fff; line-height: 24px; text-align:center; margin-bottom: 0px;"><b style="border: 0px none; margin-top:0;">Announcing an upcoming major release:</b><br />A <span style="color: #c7254e">beta</span> update of WordPress Social Login 3.0.3 is currently available for <a href="http://miled.github.io/wordpress-social-login/betas/wordpress-social-login-3.0.3.zip" style="color: white; text-decoration: underline;">Download</a>.<br />Feedback and bug fixes are welcome either on <a href="https://github.com/miled/wordpress-social-login" target="_blank" style="color: white; text-decoration: underline;">Github</a> or in the discussion thread at <a href="https://wordpress.org/support/topic/announcing-new-upcoming-release/" target="_blank" style="color: white; text-decoration: underline;">Wordpress.org</a></span>.</div>' )

//-

Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@ <h3>engage your website visitors and customers on a social level</h3>

<div class="wslidxbtn">
<a href="./overview.html" class="btn btn-primary btn-lg" ><span class="glyphicon glyphicon-bookmark icon-white" style="margin-top: 5px;"></span> Read WSL User Guide</a>
<a href="http://miled.github.io/wordpress-social-login/betas/wordpress-social-login-3.0.3.zip" class="btn btn-warning btn-lg" target="_blank" ><span class="glyphicon glyphicon-download icon-white" style="margin-top: 5px;"></span> Download WSL 3.0.3 </a>

<a href="https://wordpress.org/plugins/wordpress-social-login/" class="btn btn-success btn-lg" target="_blank" ><span class="glyphicon glyphicon-download icon-white" style="margin-top: 5px;"></span> Download WSL 3.0.3 </a>
<!--
<br />
<br />
<span class="glyphicon glyphicon-download icon-white" style="margin-top: 5px;"></span> Download latest stable WSL release on <a href="http://wordpress.org/extend/plugins/wordpress-social-login/" target="_blank" >Wordpress.org</a>
-->
</div>
</div>

Expand Down

0 comments on commit 7ea29ef

Please sign in to comment.