Changes
Version 1.0.0a9 (released 2016-11-11)
Version 0.1.5 (released 2015-10-06)
- Changes legacy config import to application config object.
Version 0.1.4 (released 2015-10-02)
Incompatible changes
- Removes search service plugins that are going to be re-implemented
using the new API. (#17) (addresses inveniosoftware/invenio#3233)
(#13)
Bug fixes
- Upgrades the minimum versions for invenio-base, invenio-ext,
invenio-query-parser, invenio-utils, invenio-upgrader and invenio-
testing.
- Removes dependencies to invenio.testsuite and replaces them with
invenio_testing.
- Removes dependencies to invenio.utils and replaces them with
invenio_utils.
- Removes dependencies to invenio.ext and replaces them with
invenio_ext.
- Removes calls to PluginManager consider_setuptools_entrypoints()
which was removed in PyTest 2.8.0.
- Adds missing invenio_base dependency.
Version 0.1.3 (released 2015-09-04)
- Fixes potential XSS issues by changing search flash messages
template so that they are not displayed as safe HTML by default.
- Adds missing invenio_access dependency and amends past upgrade
recipes following its separation into standalone package.
- Displaying HTML safe flash messages can be done by using one of
these flash contexts: ‘search-results-after(html_safe)’, ‘websearch-
after-search-form(html_safe)’ instead of the standard ones (which
are the same without ‘(html safe)’ at the end).
Version 0.1.2 (released 2015-08-28)
- Adds missing invenio-knowledge dependency and updates module
imports.
Version 0.1.1 (released 2015-08-25)
- Adds missing invenio_upgrader dependency following its separation
into standalone package.
- Fixes import of invenio_upgrader.
Version 0.1.0 (released 2015-08-19)