Skip to content

Remove Cake 3.7 function, update datepicker 3rd party lib

Pre-release
Pre-release

Choose a tag to compare

@felixkempf felixkempf released this 16 Jan 11:34
· 13 commits to master since this 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)