1.0beta2 - Wednesday 21 December 2005 ezcConfiguration ================ - Added implementation of getGroupNames() that returns all group names from a configuration file. - Changed method names: * allComments() to getAllComments() * allSettings() to getAllSettings() * arraySetting() to getArraySetting() * boolSetting() to getBoolSetting() * comments() to getComments() * comment() to getComment() * floatSetting() to getFloatSetting() * intSetting() to getIntSetting() * numberSetting() to getNumberSetting() * settingNames() to getSettingNames() * settingsInGroup() to getSettingsInGroup() * settings() to getSettings() * setting() to getSetting() * stringSetting() to getStringSetting() ezcConfigurationManager ======================= - Changed method names: * arraySetting() to getArraySetting() * boolSetting() to getBoolSetting() * numberSetting() to getNumberSetting() * settings() to getSettings() * setting() to getSetting() * stringSetting() to getStringSetting() ezcConfigurationArrayReader =========================== - Changed method name: * timestamp() to getTimestamp() ezcConfigurationIniReader ========================= - Changed method name: * timestamp() to getTimestamp() 1.0beta1 - [RELEASEDATE] - Initial release of this package.