Skip to content

Commit

Permalink
chore: wrapping up v6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Mar 27, 2019
1 parent 62059f5 commit 01f32b0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Questions</name>
<author>Evan Winslow / ColdTrick IT Solutions</author>
<version>6.0-beta</version>
<version>6.0</version>
<category>content</category>
<description>Adds ability for users to ask questions to each other and get answers.</description>
<website>http://evanwinslow.com/</website>
Expand Down

0 comments on commit 01f32b0

Please sign in to comment.