Skip to content

Commit

Permalink
Release notes for Wagtailtrans 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Janneke Janssen committed Jul 3, 2017
1 parent 8a97296 commit 5acbfda
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
@@ -1,9 +1,10 @@
Changelog
=========

0.1.4 (XX-XX-XXXX)
0.1.4 (03-07-2017)
------------------


- Add support for ``Wagtail 1.11``
- Update language selector templatetag to work with pages without language as well
- Update language selector to order language selector based on language positions

Expand Down
15 changes: 7 additions & 8 deletions docs/source/releases/0.1.4.rst
@@ -1,6 +1,6 @@
=================================================
Wagtailtrans 0.1.4 release notes - IN DEVELOPMENT
=================================================
================================
Wagtailtrans 0.1.4 release notes
================================

.. contents::
:local:
Expand All @@ -11,13 +11,12 @@ Wagtailtrans 0.1.4 release notes - IN DEVELOPMENT
What is new
-----------

This release mainly updates the language selector and brings full support for Wagtail 1.11.


Features
~~~~~~~~


------------------------------
Backwards incompatible changes
------------------------------

- Add support for ``Wagtail 1.11``
- Update language selector templatetag to work with pages without language as well
- Update language selector to order language selector based on language positions
2 changes: 1 addition & 1 deletion src/wagtailtrans/__init__.py
Expand Up @@ -2,7 +2,7 @@

default_app_config = 'wagtailtrans.apps.WagtailTransConfig'

VERSION = (0, 1, 4, 'dev0')
VERSION = (0, 1, 4, 'final')

WAGTAILTRANS_TEMPLATE_DIR = path.join(path.dirname(__file__), 'templates')

Expand Down

0 comments on commit 5acbfda

Please sign in to comment.