Skip to content

Commit

Permalink
Set version to 1.8.2 and updated the changes list
Browse files Browse the repository at this point in the history
  • Loading branch information
cash committed Dec 21, 2011
1 parent 41ae1fb commit fea599f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,34 @@
Version 1.8.2
(December 21, 2011 from https://github.com/Elgg/Elgg/tree/1.8)

Enhancements:
* Added a 404 page
* Widgets controls now using the menu system
* Admins can edit users' account information
* Embed uploader supports uploading into groups
* Add a control panel widget for easy access to cache flushing and upgrading
* Comments now have a unqiue URL with fragment identifier
* JavaScript language files are cacheable
* jQuery form script only loaded when required

Bugfixes:
* Fixed default widgets
* Fixed activity filtering
* Embedding an image now inserts a medium sized image
* Search plugin only uses mbstring extension if enabled
* Site pages links returned to footer
* Fixed URL creation for users with non-ASCII characters in username
* The wire username parsing supports periods in usernames
* Returned the posting area to the main wire page
* Fixed layout issue on pages with a fragment identifier in URL
* Added support for call elgg_load_js() in header and footer
* Fixed user picker
* Fixed uservalidationbyemail plugin ignoring the actions of other plugins
* Fixed bug preventing the creation of admin users
* Fixed deleting a widget with JavaScript disabled
* Fixed many bugs in the unit/integration tests


Version 1.8.1
(November 16, 2011 from https://github.com/Elgg/Elgg/tree/1.8)

Expand Down
4 changes: 2 additions & 2 deletions version.php
Expand Up @@ -11,7 +11,7 @@

// YYYYMMDD = Elgg Date
// XX = Interim incrementer
$version = 2011110700;
$version = 2011122100;

// Human-friendly version name
$release = '1.8.1';
$release = '1.8.2';

0 comments on commit fea599f

Please sign in to comment.