File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Change Log
3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
- v0.16.0 (xx dec 2018)
6
+ v0.16.0 (30 dec 2018)
7
7
----------------------
8
8
### Added
9
9
- Add getVariableCount method in TemplateProcessor. @nicoder #1272
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ You can of course also manually edit your composer.json file
88
88
``` json
89
89
{
90
90
"require" : {
91
- "phpoffice/phpword" : " v0.14 .*"
91
+ "phpoffice/phpword" : " v0.16 .*"
92
92
}
93
93
}
94
94
```
Original file line number Diff line number Diff line change 90
90
},
91
91
"extra" : {
92
92
"branch-alias" : {
93
- "dev-develop" : " 0.16 -dev"
93
+ "dev-develop" : " 0.17 -dev"
94
94
}
95
95
}
96
96
}
You can’t perform that action at this time.
0 commit comments