Skip to content

Commit

Permalink
Version bump to 1.7.10. Updated changes.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.elgg.org/elgg/branches/1.7@9213 36083f99-b078-4883-b0ff-0f9b5a30f544
  • Loading branch information
brettp committed Jun 15, 2011
1 parent b3f9c5d commit ce71c67
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,25 @@
Version 1.7.10
(June 14, 2011 from http://code.elgg.org/branches/1.7)

Security Enhancements:
* Changes to prevent numerous reflected cross site scripting vectors. Thanks to Aung Khant for
the reports!

Enhancements:
* Banned users are more apparent in user lists and profiles.

Bugfixes:
* TinyMCE: Using Elgg's default font to prevent small font sizes.
* Files: Optimizations to allow uploading and downloading larger files.
* Fixed bugs preventing users from adding and removing friends in Friends Collections.
* $CONFIG->lastcache is correctly set for pages that regenerate the cache.

API Changes:
* Added unit tests for access collections.
* Added can_edit_access_collection().
* Access collection functions no longer check permissions. Do this in actions instead.


Version 1.7.9 Version 1.7.9
(June 1, 2011 from http://code.elgg.org/branches/1.7) (June 1, 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; $version = 2011052801;


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

0 comments on commit ce71c67

Please sign in to comment.