From 85ba73cbe4ac331c89fd5bccef055bb6b262c87c Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 28 Jan 2010 23:41:05 +0000 Subject: Updated changes for previous commit. git-svn-id: http://code.elgg.org/elgg/trunk@3854 36083f99-b078-4883-b0ff-0f9b5a30f544 --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index b5cb10a5a..5414aefef 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -18,6 +18,7 @@ http://code.elgg.org/elgg/..... * Metadata cache now handles a 0 string. #1227 * ElggPlugin get() now works with 0. #1286 * Metadata __isset() now works for falsy values (except NULL). #1414 + * clear_plugin_setting() now only clears a single setting. API changes: * New plugin hook system:unit_test for adding files to unit tests. @@ -31,6 +32,7 @@ http://code.elgg.org/elgg/..... * annotation_id column added to the river database table. * remove_from_river_by_annotation() added. * unregister_elgg_event_handler() and unregister_plugin_hook() added. #1465 + * clear_all_plugin_settings() added. Services API: * Separated user and api authenticate processing -- cgit v1.2.3