File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ install:
3838 - sudo mongo-orchestration start
3939
4040before_script :
41- - curl -XPUT http://localhost:8889/v1/sharded_clusters/myCluster --data @tests/sharded.json | python -m json.tool
41+ - curl -XPUT http://localhost:8889/v1/sharded_clusters/myCluster --data @tests/sharded.json
4242 - composer self-update
4343 - if [[ ${TRAVIS_PHP_VERSION:0:2} == "5." ]]; then yes '' | pecl -q install -f mongo-${DRIVER_VERSION}; fi
4444 - if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then pecl install -f mongodb-${DRIVER_VERSION}; fi
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ This changelog references the relevant changes done in 1.1 minor versions. If up
551.0.x branch, please review
66[ Upgrade Path] ( https://github.com/doctrine/mongodb-odm/blob/master/CHANGELOG-1.1.md#upgrade-path ) .
77
8+ 1.1.5 (2017-05-13)
9+ ------------------
10+
11+ All issues and pull requests in this release may be found under the
12+ [ 1.1.5 milestone] ( https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.1.5 ) .
13+
14+ * [ #1588 ] ( https://github.com/doctrine/mongodb-odm/pull/1588 ) fixes field name translation for lock fields with a different name in the database.
15+
8161.1.4 (2017-03-27)
917------------------
1018
Original file line number Diff line number Diff line change 4747# The short X.Y version.
4848version = '1.1'
4949# The full version, including alpha/beta/rc tags.
50- release = '1.1.4 '
50+ release = '1.1.5 '
5151
5252# The language for content autogenerated by Sphinx. Refer to documentation
5353# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments