Skip to content

Commit b8346af

Browse files
committed
update changelog for version 0.17
1 parent 4f0d6f7 commit b8346af

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

CHANGELOG.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,33 @@ Change Log
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
v0.17.0 (?? ??? 2019)
6+
v0.17.0 (01 oct 2019)
77
----------------------
88
### Added
9-
- Add RightToLeft table presentation. @troosan #1550
9+
- Add methods setValuesFromArray and cloneRowFromArray to the TemplateProcessor @geraldb-nicat #670
1010
- Set complex type in template @troosan #1565
11+
- implement support for section vAlign @troosan #1569
12+
- ParseStyle for border-color @Gllrm0 #1551
13+
- Html writer auto invert text color @SailorMax #1387
14+
- Add RightToLeft table presentation. @troosan #1550
1115
- Add support for page vertical alignment. @troosan #672 #1569
16+
- Adding setNumId method for ListItem style @eweso #1329
17+
- Add support for basic fields in RTF writer. @Samuel-BF #1717
1218

1319
### Fixed
1420
- Fix HTML border-color parsing. @troosan #1551 #1570
21+
- Language::validateLocale should pass with locale 'zxx'. @efpapado #1558
22+
- can't align center vertically with the text @ter987 #672
23+
- fix parsing of border-color and add test @troosan #1570
24+
- TrackChange doesn't handle all return types of \DateTime::createFromFormat(...) @superhaggis #1584
25+
- To support PreserveText inside sub container @bhattnishant #1637
26+
- No nested w:pPr elements in ListItemRun. @waltertamboer #1628
27+
- Ensure that entity_loader disable variable is re-set back to the original setting @seamuslee001 #1585
1528

1629
### Miscellaneous
17-
- Use embedded http server to test loading of remote images @troosan #
30+
- Use embedded http server to test loading of remote images @troosan #1544
31+
- Change private to protected to be able extending class Html @SpinyMan #1646
32+
- Fix apt-get crash in Travis CI for PHP 5.3 @mdupont #1707
1833

1934
v0.16.0 (30 dec 2018)
2035
----------------------

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
},
9191
"extra": {
9292
"branch-alias": {
93-
"dev-develop": "0.17-dev"
93+
"dev-develop": "0.18-dev"
9494
}
9595
}
9696
}

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.16.0'
51+
version = '0.17.0'
5252
# The full version, including alpha/beta/rc tags.
5353
release = version
5454

docs/installing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Example:
3434
3535
{
3636
"require": {
37-
"phpoffice/phpword": "v0.14.*"
37+
"phpoffice/phpword": "v0.17.*"
3838
}
3939
}
4040

0 commit comments

Comments
 (0)