Skip to content

Version 4.0.0

Compare
Choose a tag to compare
@cliffparnitzky cliffparnitzky released this 05 Oct 23:29
· 4 commits to master since this release
  • Replaces jQuery with flatpickr (https://flatpickr.js.org/) (see #50)
  • Moved all options to the template (everything is customizable there and nothing hidden in PHP classes)
  • Removed hook formCalendarField due to it is not longer necessary (everything could be modified in the template)
  • Removed field dateIncludeCSS from configuration because at least a minimum CSS is needed
  • Renamed field dateIncludeCSSTheme to dateCssTheme and added the new available theme names
  • Added option to configure own min. and max. date dates (see #48)
  • Added option to configure the image size for the icon (see #35)
  • Added option to define custom configuration options (see #51)