Skip to content

Releases: kgilden/pager

Pager v2.0.0 Release

04 May 10:55
60840a0
Compare
Choose a tag to compare

Happy to release version v2.0.0 of pager. Changes can be found in CHANGELOG.

Installation

This version can be installed using Composer with the following in composer.json:

{
    "require": {
        "kgilden/pager": "^2.0"
    }
}

Pager v1.2.1 Release

21 Feb 10:43
Compare
Choose a tag to compare

Happy to release version v1.2.1 of pager. Changes can be found in CHANGELOG.

Twig Extension

This version includes a Twig extension which lets you to use the pager from inside a Twig package.

Installation

This version can be installed using Composer with the following in composer.json:

{
    "require": {
        "kgilden/pager": "^1.2.1"
    }
}

Pager v1.2.0 Release

01 Oct 15:03
Compare
Choose a tag to compare

Happy to release version v1.2.0 of pager. Changes can be found in CHANGELOG.

Merging KGPagerBundle

The biggest addition in this version is merging KGPagerBundle to this package. In your Symfony application you can now simply include this package and use the built-in bundle.

Installation

This version can be installed using Composer with the following in composer.json:

{
    "require": {
        "kgilden/pager": "^1.2.0"
    }
}

Pager v1.1.1 Release

12 May 11:13
Compare
Choose a tag to compare

Happy to release version v1.1.1 of pager. Changes can be found
in CHANGELOG.

Installation

This version can be installed using Composer with the following in
composer.json:

{
    "require": {
        "kgilden/pager": "^1.1.1"
    }
}

Pager 1.1.0 Release

22 Dec 11:49
Compare
Choose a tag to compare

I'm happy to release version v1.1.0 of pager. Changes can be found in CHANGELOG.

Installation

This version can be installed using Composer with the following in composer.json:

{
    "require": {
        "kgilden/pager": "^1.1.0"
    }
}

Pager 1.0.0 Release

08 May 22:30
Compare
Choose a tag to compare

I'm happy to release the first version of pager - v1.0.0.

Most significant changes can be found in CHANGELOG.

Installation

This version can be installed using Composer with the following in
composer.json:

{
    "require": {
        "kgilden/pager": "~1.0"
    }
}

Pager 1.0.0-beta1 Pre-Release

22 Mar 21:52
Compare
Choose a tag to compare
Pre-release

Excited to relase the first pre-release version of the pager - v1.0.0-beta1.

I expect to release the first version as soon as it gets some internal battle
testing. A few new adapters might also find their way before this happens.

Installation

This version can be installed using Composer with the following in
composer.json:

{
    "require": {
        "kgilden/pager": "1.0.0-beta1"
    },
    "minimum-stability": "dev"
}