aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
blob: 16f5cb4bd81b2dd36a817f0a3f90f1c2334f74f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Version 1.7.0
(?? November 2009 from /branches/1.7.x)
http://code.elgg.org/elgg/.....

 User-visible changes:
  * UTF8 now saved correctly in database. #1151
  * Unit tests added at engine/tests/suites.php
  * Debug values output to screen when enabled in admin settings

 Bugfixes:
  * Searching by tag with extended characters now works. #1151, #1231

 API changes:
  * New plugin hook system:unit_test for adding files to unit tests.
  * $is_admin global deprecated; use elgg_set_ignore_access() instead.