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

Commit

Permalink
Merging develop to master in preparation for 1.7.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Dec 11, 2018
2 parents e3474c3 + 8d2839f commit d474fc5
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 288 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ matrix:
env:
- DEPS=locked
- ENABLE_EXT_MONGO=true
- ALTERNATE_DEPS="phpunit/phpunit zendframework/zend-code zendframework/zend-permissions-rbac"
- ALTERNATE_DEPS="phpunit/phpunit zendframework/zend-code zendframework/zend-permissions-rbac zendframework/zend-hydrator zfcampus/zf-oauth2"
- php: 5.6
env:
- DEPS=latest
Expand All @@ -36,7 +36,7 @@ matrix:
- php: 7
env:
- DEPS=locked
- ALTERNATE_DEPS="phpunit/phpunit zendframework/zend-code zendframework/zend-permissions-rbac"
- ALTERNATE_DEPS="phpunit/phpunit zendframework/zend-code zendframework/zend-permissions-rbac zendframework/zend-hydrator"
- ENABLE_EXT_MONGODB=true
- CS_CHECK=true
- php: 7
Expand All @@ -50,6 +50,7 @@ matrix:
- php: 7.1
env:
- DEPS=locked
- ALTERNATE_DEPS="zendframework/zend-hydrator"
- ENABLE_EXT_MONGODB=true
- php: 7.1
env:
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.6.1 - TBD
## 1.7.0 - 2018-12-11

### Added

- Nothing.
- [#396](https://github.com/zfcampus/zf-apigility-admin/pull/396) adds support for zend-hydrator v3 releases, and maintains compatibility
with v1 and v2.

### Changed

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev",
"dev-develop": "1.7.x-dev"
"dev-master": "1.7.x-dev",
"dev-develop": "1.8.x-dev"
},
"zf": {
"module": "ZF\\Apigility\\Admin"
Expand All @@ -31,7 +31,7 @@
"zendframework/zend-eventmanager": "^2.6.3 || ^3.0.1",
"zendframework/zend-filter": "^2.8",
"zendframework/zend-http": "^2.8",
"zendframework/zend-hydrator": "^1.1 || ^2.4",
"zendframework/zend-hydrator": "^1.1 || ^2.4 || ^3.0",
"zendframework/zend-inputfilter": "^2.8.1",
"zendframework/zend-modulemanager": "^2.8.2",
"zendframework/zend-mvc": "^2.7.15 || ^3.1.1",
Expand Down
Loading

0 comments on commit d474fc5

Please sign in to comment.