prepare release 18.2.0

This commit is contained in:
troosan 2021-06-04 22:58:10 +02:00
parent 5a5562cd99
commit e37b22bf2b
5 changed files with 20 additions and 5 deletions

View File

@ -1,8 +1,8 @@
user=PHPOffice user=PHPOffice
project=PHPWord project=PHPWord
since-tag=0.17.0 since-tag=0.18.1
future-release=0.18.0 future-release=0.18.2
issues=false issues=false
pulls=true pulls=true

View File

@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [0.18.2](https://github.com/PHPOffice/PHPWord/tree/0.18.2) (2021-06-04)
[Full Changelog](https://github.com/PHPOffice/PHPWord/compare/0.18.1...0.18.2)
### Bug fixes
- 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))
- Update chart, don't write 'c:overlap' if grouping is 'clustered' [\#2052](https://github.com/PHPOffice/PHPWord/pull/2052) ([dfsd534](https://github.com/dfsd534))
- Update Html parser to accept line-height:normal [\#2041](https://github.com/PHPOffice/PHPWord/pull/2041) ([joelgo](https://github.com/joelgo))
- Fix image border in Word2007 Writer for LibreOffice 7 [\#2021](https://github.com/PHPOffice/PHPWord/pull/2021) ([kamilmmach](https://github.com/kamilmmach))
### Miscellaneous
- Corrected namespace for Language class in docs. [\#2087](https://github.com/PHPOffice/PHPWord/pull/2087) ([MegaChriz](https://github.com/MegaChriz))
- Added support for Garamond font [\#2078](https://github.com/PHPOffice/PHPWord/pull/2078) ([artemkolotilkin](https://github.com/artemkolotilkin))
- Add BorderStyle for Cell Style to documentation [\#2090](https://github.com/PHPOffice/PHPWord/pull/2090) ([DShkrabak](https://github.com/DShkrabak))
## [0.18.1](https://github.com/PHPOffice/PHPWord/tree/0.18.1) (2021-03-08) ## [0.18.1](https://github.com/PHPOffice/PHPWord/tree/0.18.1) (2021-03-08)
[Full Changelog](https://github.com/PHPOffice/PHPWord/compare/0.18.0...0.18.1) [Full Changelog](https://github.com/PHPOffice/PHPWord/compare/0.18.0...0.18.1)

View File

@ -87,7 +87,7 @@ You can of course also manually edit your composer.json file
```json ```json
{ {
"require": { "require": {
"phpoffice/phpword": "v0.16.*" "phpoffice/phpword": "v0.18.*"
} }
} }
``` ```

View File

@ -89,7 +89,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-develop": "0.18-dev" "dev-develop": "0.19-dev"
} }
} }
} }

View File

@ -48,7 +48,7 @@ copyright = u'2014-2021, PHPWord Contributors'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.18.0' version = '0.18.2'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = version release = version