From 19f0aab3221dd7760387cbec745c1eca9b215af7 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 9 Sep 2017 16:08:00 +0200 Subject: WIP: CI3 migration Signed-off-by: Florian Pritz --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d661e9020..0ce9f981f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ This file lists major, incompatible or otherwise important changes, you should look at it after every update. +3.0.0 + + - INCOMPATIBLE: + + Change pconnect in database.php to FALSE + 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 From 64f06783085551dc8dbcd6a4392deaf3b23c47ca Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 16 Sep 2017 14:29:05 +0200 Subject: NEWS: Mention that CI3 requires base_url to be set Signed-off-by: Florian Pritz --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0ce9f981f..50a252933 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ This file lists major, incompatible or otherwise important changes, you should l - INCOMPATIBLE: + Change pconnect in database.php to FALSE + + Set base_url in config-local.php to your domain and installation directory + (if used). Example: "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 From 375a4e6609f30c2a20df8113ad9b9f8d6ebf2997 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 16 Sep 2017 15:00:28 +0200 Subject: Make NEWS more readable Signed-off-by: Florian Pritz --- NEWS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 50a252933..029c9c43d 100644 --- a/NEWS +++ b/NEWS @@ -3,9 +3,12 @@ This file lists major, incompatible or otherwise important changes, you should l 3.0.0 - INCOMPATIBLE: - + Change pconnect in database.php to FALSE - + Set base_url in config-local.php to your domain and installation directory - (if used). Example: "https://paste.xinu.at/" + - Changes in application/config/database.php + + Change "$active_record = TRUE" to "$query_builder = TRUE" + + Change the pconnect setting to FALSE + - 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/" 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 From 81a4c8c630ef59cffea0c24e64fb6fa7f09bfcf6 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 26 Sep 2017 13:41:57 +0200 Subject: NEWS: Mention PHP 7.2 support Signed-off-by: Florian Pritz --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 029c9c43d..1b50055e7 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ This file lists major, incompatible or otherwise important changes, you should l 3.0.0 + - This version ensures PHP 7.2 support + - INCOMPATIBLE: - Changes in application/config/database.php + Change "$active_record = TRUE" to "$query_builder = TRUE" -- cgit v1.2.3-24-g4f1b