Skip to content

Releases: tigron/skeleton-pager

v0.1.11

14 Sep 12:46
Compare
Choose a tag to compare
Fix creating pager from options hash

v0.1.10

30 Jul 12:56
Compare
Choose a tag to compare

Quote values when using IN operator and array of values.

v0.1.9

17 Jan 12:35
Compare
Choose a tag to compare

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

24 Nov 09:08
Compare
Choose a tag to compare

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

02 Mar 16:25
Compare
Choose a tag to compare
Insert method to clear sticky pager data

v0.1.6

24 Jan 16:26
Compare
Choose a tag to compare
Disable rewriting

0.1.5

12 Dec 14:51
Compare
Choose a tag to compare

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

14 Nov 12:59
Compare
Choose a tag to compare

Add extra classnames to pager links

v0.1.3

26 Oct 08:42
Compare
Choose a tag to compare

Bugfix:

jump_to is not working anymore

v0.1.2

25 Oct 18:26
Compare
Choose a tag to compare

improvements:

  • difference between Pager and Web/Pager
  • Web/Pager uses twig templates for html output
  • Output class for exporting result to CSV