This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
Releases: zendframework/zend-paginator
Releases · zendframework/zend-paginator
zend-paginator 2.8.2
Added
- #49 adds support for PHP 7.3.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-paginator 2.8.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #45 fixes an error in the
DbSelectFactory
whereby it ignored the fourth option passed via$options
, which can be used to specify a zend-dbSelect
instance for purposes of counting the rows that will be returned.
zend-paginator 2.8.0
Added
-
#20 adds and publishes the documentation to https://docs.zendframework.com/zend-paginator/
-
#38 adds support for PHP 7.1.
-
#38 adds support for PHP 7.2. This is dependent on fixes in the upstream zend-db package if you are using the various database-backed paginators; other paginators work on 7.2 at this time.
Changed
- #32 updates the
DbTableGateway
adapter's constructor to allow anyZend\Db\TableGateway\AbstractTableGateway
implementation, and not justZend\Db\TableGateway\TableGateway
instances. This is a parameter widening, which poses no backwards compatibility break, but does provide users the ability to consume their ownAbstractTableGateway
extensions.
Deprecated
- Nothing.
Removed
Fixed
zend-paginator 2.7.0
Added
- #19 adds:
Zend\Paginator\AdapterPluginManagerFactory
Zend\Paginator\ScrollingStylePluginManagerFactory
ConfigProvider
, which maps theAdapterPluginManager
andScrollingStylePluginManager
services to the above factories.Module
, which does the same, for zend-mvc contexts.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-paginator 2.6.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #7 adds aliases for the old
Null
adapter, mapping them to the newNullFill
adapter.