diff --git a/Makefile b/Makefile index 013e141..722b346 100644 --- a/Makefile +++ b/Makefile @@ -20,13 +20,14 @@ zip: then cp build/fullcalendar.min.js build/fullcalendar-${VER}/fullcalendar;\ else echo "\n!!! WARNING: fullcalendar.js not yet minified.\n";\ fi - @rm -rf `find build -type d -name .svn` + @rm -rf `find build/fullcalendar-* -type d -name .svn` @for f in build/fullcalendar-${VER}/fullcalendar/*.js; do\ sed -i "s/* FullCalendar/& v${VER}/" $$f;\ sed -i "s/* Date:/& ${DATE}/" $$f;\ sed -i "s/* Revision:/& ${REV}/" $$f;\ done @cd build; zip -r fullcalendar-${VVER}.zip fullcalendar-${VVER} + @mkdir -p dist @mv build/fullcalendar-${VER}.zip dist @rm -rf build/fullcalendar-${VER} @rm -f build/fullcalendar.min.js diff --git a/changelog.txt b/changelog.txt index b8197f2..b369c73 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,7 @@ version 1.2 (5/31/09) - better date formatting ($.fullCalendar.formatDate) - multiple 'event sources' allowed - dynamically add/remove event sources + - options for prevYear and nextYear buttons - docs have been reworked (include addition of Google Calendar docs) - changed behavior of parseDate for number strings (now interpets as unix timestamp, not MS times) @@ -17,9 +18,13 @@ version 1.2 (5/31/09) - events from previous months sticking when clicking prev/next quickly - Google Calendar API changed to work w/ multiple event sources - can also provide 'className' and 'draggable' options - - date utilties moved from $ properties to $.fullCalendar + - date utilties moved from $ to $.fullCalendar + - more documentation in source code - minified version of fullcalendar.js - test suit (available from svn) + - top buttons now use