Skip to content

Commit 5654465

Browse files
committed
Release of version 0.7.0
Use HTTPS instead of plain HTTP for ViaMichelin
1 parent 3358cba commit 5654465

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
0.7.0 (2016-09-14)
5+
------------------
6+
7+
- Implement ViaMichelin provider
8+
49
0.6.0 (2016-09-02)
510
------------------
611

djangocms_maps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Universal maps plugin for django CMS
33
"""
44

5-
__version__ = '0.7.0.dev0'
5+
__version__ = '0.7.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% load i18n sekizai_tags staticfiles djangocms_maps %}
22

33
{% get_current_language as LANGUAGE_CODE %}
4-
{% addtoblock "js" %}<script src="http://apijsv2.viamichelin.com/apijsv2/api/js?key={{ api_key }}&lang={{ LANGUAGE_CODE|viamichelin }}" type="text/javascript"></script>{% endaddtoblock %}
4+
{% addtoblock "js" %}<script src="https://secure-apijs.viamichelin.com/apijsv2/api/js?key={{ api_key }}&lang={{ LANGUAGE_CODE|viamichelin }}&protocol=https" type="text/javascript"></script>{% endaddtoblock %}
55
{% addtoblock "js" %}<script src="{% static 'djangocms_maps/js/viamichelin.js' %}"></script>{% endaddtoblock %}

0 commit comments

Comments
 (0)