Skip to content

Commit e5686e9

Browse files
committed
Release Mapif V1.1.0
1 parent 521b93b commit e5686e9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG renamed to CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## V1.1.0
2+
* la version en ligne passe en HTTPS
3+
* #11 ajout du clustering sur les positions
4+
* Amélioration de l'UX de navigation (menu et carte)
5+
* Refactoring du code en back et front
6+
* fix #6
7+
18
## V1.0.1
29
* fix #3
310
* fix #4

src/static/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"MAPBOXTOKEN":"pk.eyJ1IjoibHRvdXphcmQiLCJhIjoiY2lvMGV5OTJhMDB2Y3dka2xrZHpycGlrZiJ9.70MUkG_bCx7MPyIOhwfcKA",
33
"SERVER_ADDR":"localhost:5000",
4-
"VERSION" : "1.0.1",
4+
"VERSION" : "1.1.0",
55
"DEBUG":true,
66
"PROTOCOL": "http"
77
}

0 commit comments

Comments
 (0)