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

Releases: shane-tomlinson/browserid-wordpress

v0.51

03 Jul 08:51
Compare
Choose a tag to compare
Merge pull request #94 from KryDos/master

fix logout error issue #92

v0.47

16 Sep 08:50
Compare
Choose a tag to compare
  • Bug Fix - Disable error reportign - thanks @jonchang!

v0.46

14 Sep 19:54
Compare
Choose a tag to compare
  • 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.

    v0.45

    13 Aug 07:39
    Compare
    Choose a tag to compare
    • 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

    v0.44

    14 Jul 19:19
    Compare
    Choose a tag to compare
    • 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: A .PO file with all strings has been created for localization
    • 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.
    • 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