From 6204cbc990f5890e9f7a76b1fb647b8aaea34b79 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 5 Jun 2017 12:29:27 +0200 Subject: [PATCH 1/2] Add all domains to ALLOwED_HOSTS --- dynamicweb/settings/prod.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dynamicweb/settings/prod.py b/dynamicweb/settings/prod.py index bb6577b5..9cb0a868 100644 --- a/dynamicweb/settings/prod.py +++ b/dynamicweb/settings/prod.py @@ -17,6 +17,15 @@ REGISTRATION_MESSAGE['message'] = REGISTRATION_MESSAGE['message'].format(host='d ALLOWED_HOSTS = [ ".ungleich.ch", - "digital.glarus.ungleich.ch", + ".datacenterlight.ch", + ".rails-hosting.ch", + ".django-hosting.ch", + ".node-hosting.ch", + ".devuanhosting.ch", + ".digitalezukunft.ch", + ".ipv6onlyhosting.ch", + ".ipv6onlyhosting.com", + ".ipv6onlyhosting.net", + ".digitalglarus.ch", ".alplora.ch" ] From ccfa36bdd77bdd8fe96b27b1ac5c6ff66f148c1e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 5 Jun 2017 15:32:39 +0200 Subject: [PATCH 2/2] Update changelog --- Changelog | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index a309e059..8842e064 100644 --- a/Changelog +++ b/Changelog @@ -1,9 +1,11 @@ -1.0.0: 2017-05-25 - * Initial stable release +1.0.4: 2017-06-05 + * [all] Added new Domains to accept +1.0.3: 2017-06-02 + * [datacenterlight] Hotfix, remove footer on mobile devices +1.0.2: 2017-05-28 + * [datacenterlight] Fixed login redirecting to blank page after logout 1.0.1: 2017-05-26 * [datacenterlight] Allow storage to shrink / grow only in 10th of GB * [datacenterlight] Fix initially shown price -1.0.2: 2017-05-28 - * [datacenterlight] Fixed login redirecting to blank page after logout -1.0.3: 2017-06-02 - * [datacenterlight] Hotfix, remove footer on mobile devices +1.0.0: 2017-05-25 + * Initial stable release