From e1af7a5f180e77ae12ae157fc01da201864375c9 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 2 Dec 2017 17:00:41 +0100 Subject: NEWS: Clarify wording regarding base_url Signed-off-by: Florian Pritz --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a960be241..72c883588 100644 --- a/NEWS +++ b/NEWS @@ -12,8 +12,8 @@ This file lists major, incompatible or otherwise important changes, you should l + Change the dbcollat setting to "utf8mb4_bin" + Change the stricton setting to TRUE - Changes in application/config/config-local.php - + Set base_url to your domain and installation directory - (if used). Example: $config['base_url'] = "https://paste.xinu.at/" + + Set base_url to your domain and, if used, installation directory. + Example: $config['base_url'] = "https://paste.xinu.at/" 2.1.3 2017-07-04 - API 2.1.1: Fix incorrect types of empty objects returned by file/history and file/delete -- cgit v1.2.3-24-g4f1b