diff --git a/browserid.php b/browserid.php index 836d186..4fe3c5a 100644 --- a/browserid.php +++ b/browserid.php @@ -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 diff --git a/changelog b/changelog index 847fd00..d161135 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,18 @@ +

0.52

+ + +

0.51, released as 0.50

+ +

0.50

0.49

diff --git a/lib/browserid-widget.php b/lib/browserid-widget.php index ccfa025..5ba8a9d 100644 --- a/lib/browserid-widget.php +++ b/lib/browserid-widget.php @@ -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); }