From 60b6a56da869535e16d99340bde8bbd3aea9b577 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sat, 4 Mar 2017 22:03:20 -0800 Subject: [PATCH] deps: Upgrade handlebars to latest version. Fixes #3939. --- package.json | 2 +- static/templates/message_group.handlebars | 4 ++-- version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a16cf675b8..daf0214e0f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "", "main": "", "dependencies": { - "handlebars": "3.0.3", + "handlebars": "4.0.6", "i18next": "3.0.0", "i18next-parser": "0.11.1", "i18next-xhr-backend": "0.5.4", diff --git a/static/templates/message_group.handlebars b/static/templates/message_group.handlebars index 6ed9a7affa..bb18c7a471 100644 --- a/static/templates/message_group.handlebars +++ b/static/templates/message_group.handlebars @@ -12,10 +12,10 @@ {{/if}}
- {{partial "recipient_row" "use_match_properties" ../../use_match_properties}} + {{partial "recipient_row" "use_match_properties" ../use_match_properties}} {{#each message_containers}} {{#with this}} - {{partial "single_message" "use_match_properties" ../../../../use_match_properties "table_name" ../../../../table_name}} + {{partial "single_message" "use_match_properties" ../../use_match_properties "table_name" ../../table_name}} {{/with}} {{/each}}
diff --git a/version.py b/version.py index 5866659c87..2d8dc227ec 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ ZULIP_VERSION = "1.5.1+git" -PROVISION_VERSION = '4.9' +PROVISION_VERSION = '4.10'