- CakePHP dependency bumped to
3.4.0
. - All deprecated code removed.
- Ability to have
Table::searchConfiguration()
method removed. Check readme for how to achieve the same separation of code by addingTable::searchManager()
instead. queryStringToData
option ofPrgComponent
removed. Setting$this->request->data
was pretty hackish. Check readme for how the search inputs can still be easily populated from query string.