- Added MANIFEST.in so our generated .mo files are added to the source distribution. [maurits]
- Register our browser views only for our own new browser layer. Added an upgrade step for this. This makes it easier for other packages to have a conditional dependency on zest.emailhider. [maurits]
2.5
----------------
- Updated call to 'jq_reveal_email' to use the one at the root of the site to avoid security errors. [vincent]
2.4
----------------
- Updated jquery.pyproxy dependency to at least 0.3.1 and removed the now no longer needed clean_string call. [maurits]
2.3
----------------
- Not only look up a fake uid for email_from_address as portal property, but do this for any fake uid that has 'email' or 'address' in it. Log warnings when no email address can be found for a fake or real uid. [maurits]
2.2
----------------
- Added another upgrade step as we definitely need to apply our javascript registry too when upgrading. Really at this point a plain reinstall in the portal_quickinstaller is actually fine, which we could also define as upgrade step, but never mind that now. [maurits]