Skip to content

Commit

Permalink
wrapping up v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalsem committed Apr 5, 2013
1 parent 72cb895 commit 243985f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
= Version history =
x.x:

2.1 (2013-04-05):

- added: plugin setting to extend the activity page with a wire post form
- added: widget title url for default thewire widget
- added: runonce for migration Elgg 1.7 -> 1.8
- changed: thewire reply link now visible in river events
- changed: entity menu for wire post will show up in widgets
- changed: setting page_owner on reply and thread page in case of group
- fixed: problem with object notifications
- fixed: possible SQL injection in widgets
- changed: setting page_owner on reply and thread page in case of group
- fixed: not correctly presenting user setting

2.0 (2012-04-10):

Expand Down
6 changes: 3 additions & 3 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>TheWire Tools</name>
<author>ColdTrick IT Solutions</author>
<version>2.0</version>
<version>2.1</version>
<description>Provides additional features for The Wire</description>
<website>http://www.coldtrick.com/</website>
<copyright>(C) ColdTrick IT Solutions 2009 - 2011</copyright>
<license>GNU Public License version 2</license>

<requires>
<type>elgg_version</type>
<version>2011061200</version>
<type>elgg_release</type>
<version>1.8</version>
</requires>

<requires>
Expand Down

0 comments on commit 243985f

Please sign in to comment.