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
+
+- Warning Fix - Updated widget for Wordpress 3.4 to handle deprecation message with WP_DEBUG.
+
+
+0.51, released as 0.50
+
+- Bug Fix - Logout fix
+- Note - Released July 2015 as version 0.50.
+
+
0.50
- New Feature - Ukranian Translations - Thanks Michael Yunat (http://getvoip.com)
+- Note - Released June 2014.
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);
}