4.0.0
版本发布时间: 2017-08-13 23:03:34
FriendsOfCake/search最新发布版本:7.1.0(2024-02-26 23:37:16)
- 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.