Skip to content

Commit

Permalink
Version bump and CHANGES.txt updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettp committed Aug 15, 2011
1 parent e54163d commit 43a8483
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,21 @@
Version 1.7.11
(August 15, 2011 from http://github.com/Elgg/elgg)

Security Enhancements:
* Fixed possible XSS vector in the embed plugin. Thanks to Aung Khant from YEHG for the report.
* Fixed possible SQL exposure exploit in the search plugin. Thanks again to Aung Khant.
* Fixed possible SQL injection vector in the search plugin. Thanks to Lostmon Lords for the report.

Bugfixes:
* Filtering by content works in the dashboard again.
* Dragging widgets works in IE9.

API Changes:
* Deleting a container will delete all contained objects regardless of access_id.
* setLocation() and setLatLong() no longer double escapes strings.
* Calling elgg_list_entities() with count set no longer breaks the display.


Version 1.7.10
(June 14, 2011 from http://code.elgg.org/branches/1.7)

Expand Down
2 changes: 1 addition & 1 deletion version.php
Expand Up @@ -14,4 +14,4 @@
$version = 2011052801;

// Human-friendly version name
$release = '1.7.10';
$release = '1.7.11';

0 comments on commit 43a8483

Please sign in to comment.