Skip to content

Releases: hofff/contao-calendarfield

Version 4.0.1

15 Feb 22:18
Compare
Choose a tag to compare
  • Added a missing variable for each flatpicker
  • Added a missing autocomplete="off" to the input field to prevent suggesting previously selected dates
  • Fixed undefined variable problems with PHP 8 (see #56)

Version 4.0.0

05 Oct 23:29
Compare
Choose a tag to compare
  • 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)

3.0.0

28 Aug 21:07
Compare
Choose a tag to compare
  • Adding Contao 4.4 compatibilty
  • Adding PHP 7 compatibilty

2.2.3

25 Aug 12:55
Compare
Choose a tag to compare
  • Fix probleme with duplicate assets url (see #33)
  • Adjust the code to be compatible with PHP7 (see #37)

2.2.1

28 Mar 14:33
Compare
Choose a tag to compare
  • Fixing probleme with parameter dateFormat (see #36)

2.2.0

10 Jan 11:17
Compare
Choose a tag to compare
  • Adding optional definition of dates/weekdays, that should be disabled/not allowed
  • Fixing console bugs in backend view
  • Adding an individual default datepicker icon to remove dependeny to mootools
  • Adding missing tabindex to DCA (see #34)

2.1.2

28 Apr 09:06
Compare
Choose a tag to compare

fixed: Using jQuery and MooTools Together #30