Changelog
=========

0.3.1 (2013-10-10)
------------------

- Rerelease of 0.3.0: fixed package structure


0.3.0 (2013-09-27)
------------------

- Replaced jquery accessor (fixes Plone 4.3 compatibility) [jkubaile]
- Updated fullcalendar to official 1.6.4 [jkubaile]


0.2.2 (2012-09-21)
------------------

- Add proper translateable view titles and
  descriptions.
  [tmog]

- Events now include a className which is the
  combination of all Subjects it is tagged with,
  giving designers some more to play with.
  Class names are normalized using the standard plone
  mechanism.
  E.g. for an event Subject=['A subject', 'Subject 10!']
  we add className="Subject_a-subject Subject_subject-10".
  [tmog]

- Add danish translation.
  [tmog]


0.2.1 (2012-03-17)
------------------

- Changed date transfer format (#1) [jkubaile]
- updated fullcalendar to offical 1.5.3 [jkubaile]
- fixed preview link display [jkubaile]
- pep8-ify [jkubaile]
- added Finnish locales [pingviini].
- bulgarian translation [vlado]
- zettwerk.fullcalendar will now pull the Plone site's preferred time format from portal_properties and use it when displaying dates. [fvox13]
- Changing am and pm to a.m. and p.m. so as to comply with the Associated Press Stylebook, Microsoft Manual of Style, Chicago Manual of Style, Gregg Reference Manual... [fvox13]
- added notes about portal_properties usage in readme [jkubaile]

0.2.0 (2011-05-17)
------------------

- replaced $ with jq to make ie work for authenticated users
- added another view with overlay preview (reinstall via quickinstaller required)
- updated fullcalendar to 1.5.1

0.1.2 (2010-12-15)
------------------

- avoid javascript errors on the other views [jkubaile]
- added some svn:ignores [jensens]
- updated fullcalendar to official 1.4.9 [jensens]
- make div id to bind on more unique and remove superfluos try in js [jensens]

0.1.1 (2010-11-02)
------------------

- Better startup handling to avoid empty calendar view if js errors occure
- Added fullcalender_view as possible view for folders

0.1.0 (2010-10-02)
------------------

- Initial release
