0.46
- New Feature - Use the WordPress color picker when selecting a background color - Thanks @janw-oostendorp!
- New Feature - Use the WordPress media picker when selecting the site logo, terms of service and privacy policy.
- New Feature - Automatically convert site logo's into dataURIs so that any site can specify a logo.
- New Feature - Japanese Translations - Thanks @makotokato!
- Improvement - Separate general and advanced settings.
- Improvement - Serve minified Javascript and CSS by default.
- Improvement - massive refactor to make code easier to browse.
- Bug Fix - Fix typo in Privacy Policy description - Thanks @KryDos!
- Bug Fix - Make sure URLs are written to browserid_common.js unescaped.
0.45
- New Feature - Russian Translations - Thanks Ruslan Bekenev (@KryDos)!
- New Feature - French (CA and FR) - Thanks Fabian Rodriguez (@MagicFab)!
- New Feature - backgroundColor support!
- New Feature - termsOfService and privacyPolicy support!
- New Feature - Select one of 3 Persona button styles
- Improvement - Localize widget buttons
- Improvement - Updated Dutch translation - Thanks @janw-oostendorp!
- Bug Fix - Prevent comments being accepted without assertion
- Bug Fix - Admins can add new users
- Bug Fix - Use Persona button for comments
- Bug Fix - Fix live events not working with jQuery 1.9+ - Thanks @davidmurdoch!
- Bug Fix - Get rid of the warning on the Persona settings page - Thanks @KryDos
0.44
- Improvement - Commenting for new Persona users is simpler
- Improvement - New member registration with new Persona users is simpler
- Improvement - Separate CSS into its own file for maintainability
- Improvement - Replace .png signin buttons with localizable CSS buttons
- Improvement - Pre-fill input fields with default values in configuration screen
- Improvement - Do not show the lost password link if "Disable non-Persona auth" is selected
- Improvement - Do not show the "default password nag" if "Disable non-Persona auth" is selected
- Improvement - Code Cleanup.
- New feature - A .PO file with all strings has been created for localization
- New Feature - Spanish translations. Thanks Guillermo Movia!
- Bug Fix - site name can now contain ' and &
- Bug Fix - no more static warnings in strict PHP mode
- Bug Fix - remove plugin options from database when de-activated
- Bug Fix - incorrect button link for example button link in the FAQ
0.43
- Continue with 0.41
- Bug Fix - Fix the missing arguments errors
- Bug Fix - HTML Escape the hostname when printing debug information
- Bug Fix - Logout link from the widget signs the user out of Persona
- Security Improvement - Remove the "Noverify SSL Certificate" option
0.42
0.41
- Bug Fix - Fix the "missing arguments" error due to not declaring the number of expected variables to Set_auth_cookie_action.
0.40
- New Feature - Add option to disable normal username/password auth.
- Improvement - Convert from navigator.id.get to navigator.id.watch/.request API.
- New Feature - If user signs out of Persona, they are signed out of the Wordpress site as well.
- New Feature - Easier user signup when using Persona - no email verification required.
- Improvement - Better comment integration, especially for new users.
- Improvement - Update the login/logout widget to match styling of other Wordpress widgets.
- Improvement - Add a "Settings" link to the BrowserID list item in the plugins list.
- Bug Fix - Fix a bug where server clock skew from the Persona servers could prevent users from signing in.
- Improvement - Update "Sign in" buttons to use the new Persona button style.
- Improvement - Unify signin and comment Javascript.