calendar_block 5.x-2.0

New features

Included in this release:

  • Added the configuration option to set the first day of the week.
  • Changed hook_calendar_block() to give developers access to change the weekdays format. On operation 'load', the $date object isn't available anymore. To set the month the calendar has to start with, now use $calendar. Refer to the help section for an example.
  • All strings are enclosed by Drupal's t() functions in order to let users translate the strings.

calendar_block 6.x-2.0

New features

Included in this release:

  • Added the configuration option to set the first day of the week.
  • Changed hook_calendar_block() to give developers access to change the weekdays format. On operation 'load', the $date object isn't available anymore. To set the month the calendar has to start with, now use $calendar. Refer to the help section for an example.
  • All strings are enclosed by Drupal's t() functions in order to let users translate the strings.

calendar_block 6.x-1.2

New features

Added a custom cal_days_in_month function. This is useful for servers which haven't compiled PHP with calendar functionality.

Thanks to jmstacey!

calendar_block 6.x-1.x-dev

This is a working version, however there are a few thing I want to do before giving out a stable release.

TODO:

Subscribe with RSS Subscribe to Releases for Calendar Block