0.9.0
版本发布时间: 2014-03-26 17:42:33
PHPOffice/PHPWord最新发布版本:1.1.0(2023-05-30 16:01:59)
This release marked the transformation to namespaces (PHP 5.3+).
Features
- Image: Ability to use remote or GD images using
addImage()
on sections, headers, footer, cells, and textruns - @ivanlanin - Header: Ability to use remote or GD images using
addWatermark()
- @ivanlanin
Bugfixes
- Preserve text doesn't render correctly when the text is not the first word, e.g. 'Page {PAGE}' - @ivanlanin
Miscellaneous
- Move documentation to Read The Docs - @Progi1984 @ivanlanin #82
- Reorganize and redesign samples folder - @ivanlanin #137
- Use
PhpOffice\PhpWord
namespace for PSR compliance - @RomanSyroeshko @gabrielbull #159, #58 - Restructure folders and change folder name
Classes
tosrc
andTests
totest
for PSR compliance - @RomanSyroeshko @gabrielbull - Compliance to phpDocumentor - @ivanlanin
- Merge Style\TableFull into Style\Table. Style\TableFull is deprecated - @ivanlanin #160
- Merge Section\MemoryImage into Section\Image. Section\Image is deprecated - @ivanlanin #160