Skip to content

Latest commit

 

History

History
executable file
·
10 lines (8 loc) · 414 Bytes

UPGRADE.md

File metadata and controls

executable file
·
10 lines (8 loc) · 414 Bytes

2.0.0

  • A lot of class renames and rearranging. run the following commands to replace in your files accordingly.
sed "s/PaginationFactory/getQueryExecer/g" file.php --in-place
sed "s/getPaginator/QueryExecerFactory/g" file.php --in-place
sed "s/getPagination/paginationProvider()->pages/g" file.php --in-place
sed "s/getFoundRows/paginationProvider()->totalCount/g" file.php --in-place