Skip to content

Version 0.2.2

Compare
Choose a tag to compare
@Serhioromano Serhioromano released this 30 Jan 15:07
· 274 commits to master since this release

Welcome new version 0.2.2 folks.

Demo

Day view

Finally we have day vew. In parameter you may now set

{
    "time_start": "06:00",
    "time_end": "22:00",
    "time_split": "30"
}

All events that ends before timeline range and events that starts after will be listed above and below.

2014-01-30_20-42-52

This feature was developed with help of @steliosph.

Other changes

  • fix - drop down arrow in year view
  • fix - bootstrap 3 btn-default missed by @hariharasudhankm
  • enhanced - Better modal support by @andreiavram. Added support for modal contents grab by ajax, template and an additional optional function to set the modal title. See README file.
  • fix calculation of events in month view
  • fix modal header and footer click collapse list of events. Close #169
  • fix typos in README by @RickyLin
  • add - allow using arrays in events_source
  • enhance - Handle events without a start and/or stop date (e.g. permanent events) by @davidfischer-ch
  • add composer.json by @Poyeyo
  • A lot of other small fixes and improvements.

Translations