Skip to content

Commit 900a96a

Browse files
committed
Bugfix for #236 (OpenOffice crash when opening DOCX) and paragraph style refactoring
1 parent d3ac5b1 commit 900a96a

File tree

6 files changed

+306
-217
lines changed

6 files changed

+306
-217
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,15 @@ This release marked the change of PHPWord license from LGPL 2.1 to LGPL 3. Four
3232
- Element: New `Field` element - @basjan GH-251
3333
- RTF Reader: Basic RTF reader - @ivanlanin GH-72 GH-252
3434
- Element: New `Line` element - @basjan GH-253
35+
- Title: Ability to apply numbering in heading - @ivanlanin GH-193
3536

3637
### Bugfixes
3738

3839
- Header: All images added to the second header were assigned to the first header - @basjan GH-222
3940
- Conversion: Fix conversion from cm to pixel, pixel to cm, and pixel to point - @basjan GH-233 GH-234
4041
- PageBreak: Page break adds new line in the beginning of the new page - @ivanlanin GH-150
4142
- Image: `marginLeft` and `marginTop` cannot accept float value - @ivanlanin GH-248
43+
- Title: Orphan `w:fldChar` caused OpenOffice to crash when opening DOCX - @ivanlanin GH-236
4244

4345
### Deprecated
4446

@@ -61,6 +63,9 @@ This release marked the change of PHPWord license from LGPL 2.1 to LGPL 3. Four
6163
- Docs: Show code quality and test code coverage badge on README
6264
- Style: Change behaviour of `set...` function of boolean properties; when none is defined, assumed true - @ivanlanin
6365
- Shared: Unify PHP ZipArchive and PCLZip features into PhpWord ZipArchive - @ivanlanin
66+
- Docs: Create VERSION file - @ivanlanin
67+
- QA: Improve dan update requirement check in `samples` folder - @ivanlanin
68+
6469

6570
## 0.10.1 - 21 May 2014
6671

0 commit comments

Comments
 (0)