- Use plone i18n domain. See https://github.com/plone/plone.formwidget.namedfile/pull/18 [staeff]
- Add Finnish translations. [petri]
Fixes:
- Specify doctest encoding and make doctest more robust against formatting changes. [thet]
- Replace deprecated ``zope.testing.doctestunit`` import with ``doctest`` module from stdlib. [thet]
1.0.13
-------------------
- Do not use format() since it will break for Python 2.6. [timo]
1.0.12
-------------------
- Add Base64 data converter for NamedImage and NamedFile widgets on ASCII fields with base64 encoded data and filename. Now the NamedImage and NamedFile widgets can be used with ``zope.schema.ASCII`` fields. [thet]
- PEP 8. [thet]
1.0.11
-------------------
- Ignore contentType sent by browser for file uploads. See https://github.com/plone/plone.formwidget.namedfile/issues/9 [lgraf]
- The context should be ignored, but not the value if explicitly set. plone.multilingual will set the value for language-independent fields when translating. [regebro]
1.0.10
-------------------
- Catch mimetype exception, avoid site error if mimetype is not recognized. [thomasdesvenain]
- Avoid error if widget is not used in acquisition context. [thomasdesvenain]