Skip to content

Commit

Permalink
Release 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dvorkin committed Mar 10, 2010
1 parent 1bb4d6b commit bdaf90f
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 1 deletion.
45 changes: 45 additions & 0 deletions CHANGELOG
Expand Up @@ -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!)
Expand Down
5 changes: 5 additions & 0 deletions CONTRIBUTORS
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion lib/fat_free_crm/version.rb
Expand Up @@ -19,7 +19,7 @@ module FatFreeCRM
class Version
RELEASE = 0
MAJOR = 9
MINOR = "9b"
MINOR = 10

def self.to_a
[ RELEASE, MAJOR, MINOR ]
Expand Down

0 comments on commit bdaf90f

Please sign in to comment.