* Add support for ``django-redis`` cache backend. See :doc:`/getting_started/supported_backends`. * Add __init__.py in ``templatetags`` directory. * ``is_request_cacheable`` hook now passes the previous caching decision in as an argument. See :doc:`/getting_started/hooks`. * Documentation updates.
0.2.1
=====
* Fixed packaging issue that resulted in HTML templates missing from 0.2.0 pip package.
0.2.0
=====
* Moved ``cache_page()`` and ``clear_cache()`` from ``wagtailcache`` to ``wagtailcache.cache``. * New documentation! https://docs.coderedcorp.com/wagtail-cache/