Skip to content

Commit

Permalink
Wrapped up v5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalsem committed Jul 8, 2015
1 parent 411fe25 commit e9deda3
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
===============

5.1 (2015-07-08):

- added: mechanisme to permanently cache widgets based on their handler
- added: support for object/thewire entities
- added: composer support
- added: widget edit and delete icon now only show when hovering widget
- changed: reorganized javascript
- changed: Simplepie library is now loaded by composer
- changed: delayed loading of the AMD modules to document ready to prevent conflicts
- fixed: correctly ajax load search results for user_search widget
- fixed: performance of rss server widget
- fixed: replaced deprecate ->get calls with variable variables
- fixed: replaced deprecated use of class in ElggMenuItem::factory
- fixed: output/confirmlink deprecation notices
- fixed: content by tag widget case insensitive tag search
- fixed: moved favorites toggle action file to correct location
- fixed: non admins can not correctly manage widgets on landing pages
- fixed: twitter search embed code parsing failed
- fixed: use input/text view to output search input on addpanel

5.0 (2014-12-08):

- added: widget collapsed state is remember for logged in users in the database
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>5.0</version>
<version>5.1</version>
<description>Manage your widgets</description>
<id>widget_manager</id>
<website>http://www.coldtrick.com/</website>
Expand Down

0 comments on commit e9deda3

Please sign in to comment.