From bdaf90fa27e28eed8577831d928bd05988c45926 Mon Sep 17 00:00:00 2001 From: Mike Dvorkin Date: Tue, 9 Mar 2010 21:42:47 -0800 Subject: [PATCH] Release 0.9.10 --- CHANGELOG | 45 +++++++++++++++++++++++++++++++++++++ CONTRIBUTORS | 5 +++++ lib/fat_free_crm/version.rb | 2 +- 3 files changed, 51 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7d5bcd3982..4731076521 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,51 @@ It does not matter how slowly you go as long as you do not stop. First they ignore you, then they laugh at you, then they fight you, then you win. –- Mahatma Gandhi +Tue, Mar 9, 2010 +--------------------------------------------------------------------- +- Check if new [background_info] setting is properly loaded. +- Merged in dropdown calendar localization patches (thanks, Yura!) +- Updated list of contributors. +- Version 0.9.10 + +Fri, Feb 26, 2010 +--------------------------------------------------------------------- +- More work on to support scheduling tasks with specific time deadline. + +Thu, Feb 25, 2010 +--------------------------------------------------------------------- +- Refactored compound address code to support field hints. +- Added French locale (thanks, Cédric!) + +Wed, Feb 24, 2010 +--------------------------------------------------------------------- +- Added new hook hook in user profile template (thanks, Jose Luis!) + +Sun, Feb 21, 2010 +--------------------------------------------------------------------- +- Added :background_info option to Settings making it optional +- Refactored background info in forms and sidebar views +- Fixed fixtures and factories for the new Address model + +Fri, Feb 19, 2010 +--------------------------------------------------------------------- +- Added support for creating tasks with specific time deadline (thanks, Yura!) + +Wed, Feb 17, 2010 +--------------------------------------------------------------------- +- Added support for compound addresses (thanks, Jose Luis!) +- Fixed for :quote_ident issue with Postgres (thanks, Matt!) +- Added missing translations to the rest of locale files. + +Tue, Feb 16, 2010 +--------------------------------------------------------------------- +- Added localization support for dropdown calendar (thanks, Yura!) + +Wed, Feb 10, 2010 +--------------------------------------------------------------------- +- Added background info field to all major models (thanks, Jose Luis!) +- Added hook to sidebar index template (thanks, Jose Luis!) + Tue, Feb 9, 2010 --------------------------------------------------------------------- - Default permissions are now configurable in settings.yml (thanks, Jose Luis!) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 11b4681766..877c421165 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,6 +2,8 @@ The following people have contributed bug fixes and patches to the Fat Free CRM: * Andrew Neil * Apirak Panatkool + * Beatriz Garcia Parrilla + * Cédric Brancourt * Dirk Kelly * Dmitry Dudin * Douglas Campos @@ -14,8 +16,10 @@ The following people have contributed bug fixes and patches to the Fat Free CRM: * Jack Tang * Jim Gay * Jose Luis Gordo Romero + * Kamil Politowicz * Lana Dvorkin * Louis Nyffenegger + * Matt Beedle * Martin Trejo * Miles Togoe * Nobuhito Okada @@ -26,3 +30,4 @@ The following people have contributed bug fixes and patches to the Fat Free CRM: * Todd Makinster * Tom Meier * Trevor Oke + * Yury Kotlyarov diff --git a/lib/fat_free_crm/version.rb b/lib/fat_free_crm/version.rb index dcaa592b2b..6281d4753f 100644 --- a/lib/fat_free_crm/version.rb +++ b/lib/fat_free_crm/version.rb @@ -19,7 +19,7 @@ module FatFreeCRM class Version RELEASE = 0 MAJOR = 9 - MINOR = "9b" + MINOR = 10 def self.to_a [ RELEASE, MAJOR, MINOR ]