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

Commit 2bfc684

Browse files
committed
Merge branch 'release/2.4.2' into release-2.4
2 parents 474eb93 + 8d72b8a commit 2bfc684

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@ matrix:
5353
- php: 7.2
5454
env:
5555
- DEPS=latest
56+
- php: 7.3
57+
env:
58+
- DEPS=lowest
59+
- php: 7.3
60+
env:
61+
- DEPS=locked
62+
- php: 7.3
63+
env:
64+
- DEPS=latest
5665

5766
before_install:
5867
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 2.4.2 - TBD
5+
## 2.4.2 - 2019-10-04
66

77
### Added
88

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2005-2018, Zend Technologies USA, Inc.
1+
Copyright (c) 2005-2019, Zend Technologies USA, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

mkdocs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
docs_dir: docs/book
22
site_dir: docs/html
3-
pages:
4-
- index.md
3+
nav:
4+
- Home: index.md
55
- "Quick Start": quick-start.md
66
- Reference:
77
- "Filters": filter.md
@@ -13,6 +13,5 @@ pages:
1313
- "Underscore Mapping": naming-strategy/underscore-naming-strategy.md
1414
- "Composite": naming-strategy/composite-naming-strategy.md
1515
site_name: zend-hydrator
16-
site_description: zend-hydrator
16+
site_description: "Serialize objects to arrays, and vice versa"
1717
repo_url: 'https://github.com/zendframework/zend-hydrator'
18-
copyright: 'Copyright (c) 2005-2018 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'

0 commit comments

Comments
 (0)