diff --git a/CHANGELOG b/CHANGELOG index ce8b0df..bfa54ab 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,7 @@ +== Version 1.11 == + * Calendar Date Select now works as a ruby-gem (thanks, artmotion!) + * Applied fix outlined in Issue #83: http://code.google.com/p/calendardateselect/issues/detail?id=83 (Thanks David Bolton) == Version 1.10.5 == Apr 7, 2008 diff --git a/public/javascripts/calendar_date_select/calendar_date_select.js b/public/javascripts/calendar_date_select/calendar_date_select.js index 05a68b6..930c9f5 100644 --- a/public/javascripts/calendar_date_select/calendar_date_select.js +++ b/public/javascripts/calendar_date_select/calendar_date_select.js @@ -1,5 +1,5 @@ -// CalendarDateSelect version 1.10.2 - a prototype based date picker -// Questions, comments, bugs? - email the Author - Tim Harper <"timseeharper@gmail.seeom".gsub("see", "c")> +// CalendarDateSelect version 1.10.11 - 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");