From b5140a50f0a7ad480fd6222c8497a9ad44aabd76 Mon Sep 17 00:00:00 2001 From: Tim Harper Date: Thu, 19 Feb 2009 22:17:42 -0700 Subject: [PATCH] tag version 1.14 --- History.txt | 1 + lib/calendar_date_select/calendar_date_select.rb | 2 +- public/javascripts/calendar_date_select/calendar_date_select.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index be0d83f..63af709 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,4 @@ +== Version 1.14 * Added support for Rails 2.3 == Version 1.13 diff --git a/lib/calendar_date_select/calendar_date_select.rb b/lib/calendar_date_select/calendar_date_select.rb index 1e0f57a..f6c06c8 100644 --- a/lib/calendar_date_select/calendar_date_select.rb +++ b/lib/calendar_date_select/calendar_date_select.rb @@ -1,5 +1,5 @@ module CalendarDateSelect - VERSION = '1.13' + VERSION = '1.14' FORMATS = { :natural => { :date => "%B %d, %Y", diff --git a/public/javascripts/calendar_date_select/calendar_date_select.js b/public/javascripts/calendar_date_select/calendar_date_select.js index e125f19..38c5740 100644 --- a/public/javascripts/calendar_date_select/calendar_date_select.js +++ b/public/javascripts/calendar_date_select/calendar_date_select.js @@ -1,4 +1,4 @@ -// CalendarDateSelect version 1.13 - a prototype based date picker +// CalendarDateSelect version 1.14 - a prototype based date picker // Questions, comments, bugs? - see the project page: http://code.google.com/p/calendardateselect if (typeof Prototype == 'undefined') alert("CalendarDateSelect Error: Prototype could not be found. Please make sure that your application's layout includes prototype.js (.g. <%= javascript_include_tag :defaults %>) *before* it includes calendar_date_select.js (.g. <%= calendar_date_select_includes %>)."); if (Prototype.Version < "1.6") alert("Prototype 1.6.0 is required. If using earlier version of prototype, please use calendar_date_select version 1.8.3");