Skip to content

Commit

Permalink
chore: wrapping up v6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jun 16, 2016
1 parent d884f4a commit bced0c9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Version history
===============

6.2 (2016-06-16):

- changed: content_by_tag widget now preloads owners and containers
- changed: do not include container object in results content_by_tag
- changed: moved event functions to class files
- changed: moved pagehandler functions to class functions
- changed: moved pagesetup actions to separate class functions
- changed: moved plugin hooks into the init function
- changed: moved router hooks to class functions
- changed: moved some more hooks to class functions
- changed: moved the widget_manager_update_widget registration in init
- changed: moved various hooks to class functions
- changed: split widget_manager_init into multiple init functions
- changed: use translatable short month/day in slim view content_by_tag
- fixed: correctly get widget collapse state due to event order change
- fixed: declare elgg/widgets js dependancy to prevent timing issues

6.1 (2016-05-26):

- added: dashboard entity URLs can now be filtered
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>Widget Manager</name>
<author>ColdTrick IT Solutions</author>
<version>6.1</version>
<version>6.2</version>
<description>Manage your widgets</description>
<id>widget_manager</id>
<website>http://www.coldtrick.com/</website>
Expand Down

0 comments on commit bced0c9

Please sign in to comment.