Skip to content

Commit 104784a

Browse files
committed
Merge branch 'migration' into develop
2 parents f5ee785 + 72f3306 commit 104784a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 1.0.1 - 2018-06-04
2+
3+
User listing bug fix
4+
5+
### Changed
6+
* Nothing
7+
8+
### Added
9+
* Nothing
10+
11+
### Deprecated
12+
* Nothing
13+
14+
### Removed
15+
* Nothing
16+
17+
### Fixed
18+
* User pagination count issue (#32)
19+
20+
121
## 1.0.0 - 2018-06-04
222

323
Migration to Zend-Expressive 3

src/User/src/Mapper/UserDbMapper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public function find(string $type = 'all', array $options = []): array
7474
*/
7575
public function count(string $type = 'all', array $options = []): int
7676
{
77-
$this->insertUserDetailsJoin($options);
7877
return parent::count($type, $options);
7978
}
8079

0 commit comments

Comments
 (0)