All releases tagged Major bugfixes


Release Notes: The selected date and time were not preserved if the month or year were changed. Using any date format other than the default would cause all dates to be disabled everywhere. A potential problem with selectableYearsRange and selectableTimesRange was fixed. The cause of the problem was the fact that PHP's date() function returns a string and therefore date("Y") would return the current date as a string rather than an integer, which made the calendar unusable.