Skip to content

4.0.0

Compare
Choose a tag to compare
@ADmad ADmad released this 13 Aug 15:03
· 406 commits to master since this release
  • 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 adding Table::searchManager() instead.
  • queryStringToData option of PrgComponent removed. Setting $this->request->data was pretty hackish. Check readme for how the search inputs can still be easily populated from query string.