From 01f32b012528604c7613786ae5a5c24d33c18540 Mon Sep 17 00:00:00 2001 From: Jerome Bakker Date: Wed, 27 Mar 2019 13:53:32 +0100 Subject: [PATCH] chore: wrapping up v6.0 --- CHANGES.txt | 20 ++++++++++++++++++++ manifest.xml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index c034eeb..269b791 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,26 @@ Version history =============== +6.0 (2019-03-27): + +- added: num answers in search result +- changed: canComment logic +- changed: locked icon no longer in question title, but in imprint +- changed: minimal Elgg requirement now is 3.0 +- changed: moved plugin initialisation to bootstrap and elgg-plugin.php +- changed: updated entity views +- changed: use route names instead of urls +- changed: widget now has a grouppicker +- fix: view more link on dashboard +- fixed: entity tools integration +- fixed: filter menu registration hook +- fixed: no longer show edit menu item with answers if question closed +- fixed: notification events +- fixed: removed custom sql +- fixed: search implementation +- fixed: sql error +- fixed: use correct variable + 5.4.2 (2018-05-31): - fixed: removing correct answer no reopens the question diff --git a/manifest.xml b/manifest.xml index 7c3d7a0..b5aee0b 100644 --- a/manifest.xml +++ b/manifest.xml @@ -2,7 +2,7 @@ Questions Evan Winslow / ColdTrick IT Solutions - 6.0-beta + 6.0 content Adds ability for users to ask questions to each other and get answers. http://evanwinslow.com/