----------------
- Added Travis badge.
[maurits]
- Support Plone 5 by reading ``plone.email_from_address`` from the
registry. This loses compatibility with Plone 4.0. We try reading
any email (also your own additional emails) from the registry first,
with ``plone.`` prepended, and then look for a property on the
portal root.
[maurits]
- Use ``$`` instead of ``jq`` in our javascript. Now it works without
needing ``jquery-integration.js``. This loses compatibility with
Plone 3.
[maurits]
- Added ``test_emailhider`` page that hides the portal
``email_from_address``, so you can easily test it. When you disable
your javascript you should not see an email address.
[maurits]