Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/7' into develop
Browse files Browse the repository at this point in the history
Forward port #7
  • Loading branch information
weierophinney committed Apr 11, 2016
2 parents 29b97d6 + ad720bb commit 738d731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- [#7](https://github.com/zendframework/zend-paginator/pull/7) adds aliases for
the old `Null` adapter, mapping them to the new `NullFill` adapter.

## 2.6.0 - 2016-02-23

Expand Down
1 change: 1 addition & 0 deletions src/AdapterPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class AdapterPluginManager extends AbstractPluginManager
'Array' => Adapter\ArrayAdapter::class,
'iterator' => Adapter\Iterator::class,
'Iterator' => Adapter\Iterator::class,
'zendpaginatoradapternull' => Adapter\NullFill::class,
];

/**
Expand Down

0 comments on commit 738d731

Please sign in to comment.