From 7bcb0787cd2afecc9196c7f3861a1e30af6947b4 Mon Sep 17 00:00:00 2001 From: jengo Date: Thu, 7 Jun 2001 02:31:45 +0000 Subject: [PATCH] Updated docs --- phpgwapi/doc/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpgwapi/doc/CHANGELOG b/phpgwapi/doc/CHANGELOG index 125280b8a0..0a89f0a234 100644 --- a/phpgwapi/doc/CHANGELOG +++ b/phpgwapi/doc/CHANGELOG @@ -1,5 +1,7 @@ [0.9.14] - Added in transaction support to the db classes + - Hooks code has been changed some, the location is now required, and the hook filenames + need to follow the new format: hook_.inc.php [0.9.12] - Note: These changelogs will only contain changes in the API (preferences, admin, etc) @@ -8,6 +10,7 @@ - Added new config class so developers can centralize there configs - Created new logos for the verdilak layout. - You can now add enable_*_ class in $phpgw_info['flags'] to load any class in the API + - Removed phpgw_info array caching, it was broken and only slowed things down [0.9.10] - Fixed the cron programs, they where out of date in the table structures