File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ install:
38
38
- sudo mongo-orchestration start
39
39
40
40
before_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
42
42
- composer self-update
43
43
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "5." ]]; then yes '' | pecl -q install -f mongo-${DRIVER_VERSION}; fi
44
44
- 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
5
5
1.0.x branch, please review
6
6
[ Upgrade Path] ( https://github.com/doctrine/mongodb-odm/blob/master/CHANGELOG-1.1.md#upgrade-path ) .
7
7
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
+
8
16
1.1.4 (2017-03-27)
9
17
------------------
10
18
Original file line number Diff line number Diff line change 47
47
# The short X.Y version.
48
48
version = '1.1'
49
49
# The full version, including alpha/beta/rc tags.
50
- release = '1.1.4 '
50
+ release = '1.1.5 '
51
51
52
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
53
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments