Skip to content

Commit

Permalink
chore: wrapping up v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Mar 22, 2018
1 parent 4403834 commit 31c5980
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Version history
===============

3.0 (2018-03-22):

- added: option to open folders in file_tree widget
- changed: file_tree ajax load method to GET for Elgg 2.2
- changed: file_tree widget now uses generic listing functions
- fixed: don't use ACCESS_DEFAULT as a fallback value
- fixed: double request on load main folder
- fixed: incorrect metadata access check
- fixed: show folder content option in file_tree widget not available

3.0.0-rc.3 (2016-12-08):

- fixed: folders can't be reordered
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>File Tools</name>
<author>ColdTrick IT Solutions</author>
<version>3.0.0-rc.3</version>
<version>3.0</version>
<id>file_tools</id>
<description>Extend the functionality of file</description>
<website>http://www.coldtrick.com/</website>
Expand Down

0 comments on commit 31c5980

Please sign in to comment.