aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-08-22 23:15:43 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-08-22 23:15:43 +0000
commit60c1387a16ea4944674b0c9da2273158d1fbf0b4 (patch)
tree6f94aaf77a7d794f489212ff50f08f5211a18126 /CHANGES.txt
parentca08eb6d170d375ef4fca53604956f3474c7db19 (diff)
downloadelgg-60c1387a16ea4944674b0c9da2273158d1fbf0b4.tar.gz
elgg-60c1387a16ea4944674b0c9da2273158d1fbf0b4.tar.bz2
Merged r6757:6810 from 1.7 branch into trunk
git-svn-id: http://code.elgg.org/elgg/trunk@6850 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 22615012e..dcf33bce7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,32 @@ Version 1.8.0 (Jackie)
elgg_clear_sticky_form(), elgg_is_sticky_form(), and elgg_get_sticky_value().
+Version 1.7.2
+(xxxxx from http://code.elgg.org/elgg/branches/1.7)
+
+ UI Changes:
+ * Group "widgets" have been standardized with new blog and bookmark widgets.
+ * New group member listing page.
+ * Group forum topics can be edited including title and status.
+ * Added a group creation river entry.
+
+ Bugfixes:
+ * Fixed preview and draft saving for blog plugin.
+ * Page titles are now editable.
+ * Fixed several bugs with the new elgg_get* and elgg_list* functions.
+ * Groups do not show up as personal friend collections anymore.
+ * Fixed an upgrade issue with utf8 usernames.
+ * Encoding of & in group forums is fixed.
+
+ API changes:
+ * Added elgg_list_entities_from_metadata().
+ * Added elgg_send_email().
+ * Added remove_from_river_by_id().
+ * Added remove_from_register() for removing menu items.
+ * Added elgg_get_excerpt().
+ * Added elgg_get_friendly_title() and elgg_get_friendly_time().
+
+
Version 1.7.1
(April 21, 2010 from http://code.elgg.org/elgg/branches/1.7)