Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Issue #98 #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion browserid.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://wordpress.org/extend/plugins/browserid/
Plugin Repo: https://github.com/shane-tomlinson/browserid-wordpress
Description: Mozilla Persona, the safest & easiest way to sign in
Version: 0.50
Version: 0.52
Author: Shane Tomlinson
Author URI: https://shanetomlinson.com
Original Author: Marcel Bokhorst
Expand Down
12 changes: 12 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<h2>0.52</h2>
<ul>
<li><em>Warning Fix</em> - Updated widget for Wordpress 3.4 to handle deprecation message with WP_DEBUG.</li>
</ul>

<h2>0.51, released as 0.50</h2>
<ul>
<li><em>Bug Fix</em> - Logout fix</li>
<li><em>Note</em> - Released July 2015 as version 0.50.</li>
</ul>

<h2>0.50</h2>
<ul>
<li><em>New Feature</em> - Ukranian Translations - Thanks Michael Yunat (http://getvoip.com)</li>
<li><em>Note</em> - Released June 2014.</li>
</ul>

<h2>0.49</h2>
Expand Down
2 changes: 1 addition & 1 deletion lib/browserid-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function __construct() {
'description' => __('Mozilla Persona login button',
c_bid_text_domain)
);
$this->WP_Widget('MozillaPersonaLoginWidget', 'Mozilla Persona',
parent::__construct('MozillaPersonaLoginWidget', 'Mozilla Persona',
$widget_ops);
}

Expand Down