Remove Cake 3.7 function, update datepicker 3rd party lib
Pre-release
Pre-release
- refrain from using function
\Cake\View\View::getRequest(), as it is only introduced in CakePHP 3.7 - update datepicker library while maintaining IE8 compatibility.
Attention: If you want to ensure IE8 compatibility, you have to use bootstrap-datetimepicker.js and NOT bootstrap-datetimepicker.min.js, as only in the non minified version, we replaced the usage of JS trim with jQuery trim (IE support of JS trim starts with IE9)