Releases: tigron/skeleton-pager
Releases · tigron/skeleton-pager
v0.1.11
Fix creating pager from options hash
v0.1.10
Quote values when using IN operator and array of values.
v0.1.9
Bugfixes:
- array_diff_assoc_recursive is not static
- conditions contains an array with conditions per field. All should be evaluated
- cleanup spaces
- convert condition value to array
- sum field is not required to be field in main table
- expand fieldname for aggregate
Improved support of object mode + fixed and issue in sum
The support of object mode (when a call to a function on an object is made) has been improved.
An issue with the SUM in SQL mode has been fixed.
v0.1.7
Insert method to clear sticky pager data
v0.1.6
Disable rewriting
0.1.5
Update Page trait
Add possibility to add a condition on object_text language by setting:
$pager->add_condition('object_text.language_id', 1);
v0.1.4
Add extra classnames to pager links
v0.1.3
Bugfix:
jump_to is not working anymore
v0.1.2
improvements:
- difference between Pager and Web/Pager
- Web/Pager uses twig templates for html output
- Output class for exporting result to CSV