Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Commit e37b22b

Browse files
committed
prepare release 18.2.0
1 parent 5a5562c commit e37b22b

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

.github_changelog_generator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
user=PHPOffice
22
project=PHPWord
33

4-
since-tag=0.17.0
5-
future-release=0.18.0
4+
since-tag=0.18.1
5+
future-release=0.18.2
66

77
issues=false
88
pulls=true

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.18.2](https://github.com/PHPOffice/PHPWord/tree/0.18.2) (2021-06-04)
6+
7+
[Full Changelog](https://github.com/PHPOffice/PHPWord/compare/0.18.1...0.18.2)
8+
9+
### Bug fixes
10+
- when adding image to relationship first check that the generated RID is actually unique [\#2063](https://github.com/PHPOffice/PHPWord/pull/2063) ([tpv-ebben](https://github.com/tpv-ebben))
11+
- Update chart, don't write 'c:overlap' if grouping is 'clustered' [\#2052](https://github.com/PHPOffice/PHPWord/pull/2052) ([dfsd534](https://github.com/dfsd534))
12+
- Update Html parser to accept line-height:normal [\#2041](https://github.com/PHPOffice/PHPWord/pull/2041) ([joelgo](https://github.com/joelgo))
13+
- Fix image border in Word2007 Writer for LibreOffice 7 [\#2021](https://github.com/PHPOffice/PHPWord/pull/2021) ([kamilmmach](https://github.com/kamilmmach))
14+
15+
### Miscellaneous
16+
- Corrected namespace for Language class in docs. [\#2087](https://github.com/PHPOffice/PHPWord/pull/2087) ([MegaChriz](https://github.com/MegaChriz))
17+
- Added support for Garamond font [\#2078](https://github.com/PHPOffice/PHPWord/pull/2078) ([artemkolotilkin](https://github.com/artemkolotilkin))
18+
- Add BorderStyle for Cell Style to documentation [\#2090](https://github.com/PHPOffice/PHPWord/pull/2090) ([DShkrabak](https://github.com/DShkrabak))
19+
520
## [0.18.1](https://github.com/PHPOffice/PHPWord/tree/0.18.1) (2021-03-08)
621

722
[Full Changelog](https://github.com/PHPOffice/PHPWord/compare/0.18.0...0.18.1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ You can of course also manually edit your composer.json file
8787
```json
8888
{
8989
"require": {
90-
"phpoffice/phpword": "v0.16.*"
90+
"phpoffice/phpword": "v0.18.*"
9191
}
9292
}
9393
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
},
9090
"extra": {
9191
"branch-alias": {
92-
"dev-develop": "0.18-dev"
92+
"dev-develop": "0.19-dev"
9393
}
9494
}
9595
}

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.18.0'
51+
version = '0.18.2'
5252
# The full version, including alpha/beta/rc tags.
5353
release = version
5454

0 commit comments

Comments
 (0)