From 5cb51db6d703192bfb51d96400bb03471534a487 Mon Sep 17 00:00:00 2001 From: PCoder Date: Thu, 5 Apr 2018 23:31:47 +0200 Subject: [PATCH 1/2] Update .travis.yml Add code to compile .po files before beginning tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6a3cca25..3a3d7027 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ env: install: "pip install -r requirements.txt" script: - flake8 +- python manage.py compilemessages - python manage.py test -v 3 # - coverage run --source='.' manage.py test dynamicweb -v 3 # - coverage report From 1e81587551a9cdad583690320b1654151960e719 Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Fri, 6 Apr 2018 03:20:44 +0530 Subject: [PATCH 2/2] Update Changelog --- Changelog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 806d56ff..811bc44c 100644 --- a/Changelog +++ b/Changelog @@ -1,7 +1,7 @@ -next: - * bgfix: [cms] header btn external link fix +1.6.3: 2018-04-05 + * #4377: [cms] header btn external link fix * #4378: [dcl cms] update CMS Integration to have different content for different domains -1.6.2: 2018-04-01: +1.6.2: 2018-04-01 * bgfix: [dcl] Fix user activation email style; add/correct some DE text * #4373: [dcl] update footer menu for pw reset/login/signup/activation request pages 1.6.1: 2018-03-28