release version 0.16.0
This commit is contained in:
parent
b375b8580f
commit
7b7d4e4936
|
|
@ -3,7 +3,7 @@ Change Log
|
|||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
v0.16.0 (xx dec 2018)
|
||||
v0.16.0 (30 dec 2018)
|
||||
----------------------
|
||||
### Added
|
||||
- Add getVariableCount method in TemplateProcessor. @nicoder #1272
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ You can of course also manually edit your composer.json file
|
|||
```json
|
||||
{
|
||||
"require": {
|
||||
"phpoffice/phpword": "v0.14.*"
|
||||
"phpoffice/phpword": "v0.16.*"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@
|
|||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-develop": "0.16-dev"
|
||||
"dev-develop": "0.17-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue