Skip to content

Commit 6ef9ac2

Browse files
author
Roman Syroeshko
committed
Merge remote-tracking branch 'origin/develop' into develop
Conflicts: CHANGELOG.md
2 parents fef4a36 + d5e276a commit 6ef9ac2

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

CHANGELOG.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Place announcement text here.
2323
This release added form fields (textinput, checkbox, and dropdown), drawing shapes (arc, curve, line, polyline, rect, oval), and basic 2D chart (pie, doughnut, bar, line, area, scatter, radar) elements along with some new styles. Basic MsDoc reader is introduced.
2424

2525
### Features
26-
2726
- Element: Ability to add drawing shapes (arc, curve, line, polyline, rect, oval) using new `Shape` element - @ivanlanin #123
2827
- Font: New `scale`, `spacing`, and `kerning` property of font style - @ivanlanin
2928
- Paragraph: Added shading to the paragraph style for full width shading - @lrobert #264
@@ -45,7 +44,6 @@ This release added form fields (textinput, checkbox, and dropdown), drawing shap
4544
- Report style options enumerated when style unknown - @h6w
4645

4746
### Bugfixes
48-
4947
- Fix rare PclZip/realpath/PHP version problem - @andrew-kzoo #261
5048
- `addHTML` encoding and ampersand fixes for PHP 5.3 - @bskrtich #270
5149
- Page breaks on titles and tables - @ivanlanin #274
@@ -59,7 +57,6 @@ This release added form fields (textinput, checkbox, and dropdown), drawing shap
5957
- `<th>` tag is closed with `</td>` tag: - @franzholz #438
6058

6159
### Deprecated
62-
6360
- `Element\Link::getTarget()` replaced by `Element\Link::getSource()`
6461
- `Element\Section::getSettings()` and `Element\Section::setSettings()` replaced by `Element\Section::getStyle()` and `Element\Section::setStyle()`
6562
- `Shared\Drawing` and `Shared\Font` merged into `Shared\Converter`
@@ -68,7 +65,6 @@ This release added form fields (textinput, checkbox, and dropdown), drawing shap
6865
- `PhpWord->loadTemplate($filename)`
6966

7067
### Miscellaneous
71-
7268
- Docs: Add known issue on `README` about requirement for temporary folder to be writable and update `samples/index.php` for this requirement check - @ivanlanin #238
7369
- Docs: Correct elements.rst about Line - @chrissharkman #292
7470
- PclZip: Remove temporary file after used - @andrew-kzoo #265
@@ -96,7 +92,6 @@ This is an immediate bugfix release for HTML reader.
9692
This release marked the change of PHPWord license from LGPL 2.1 to LGPL 3. Four new elements were added: TextBox, ListItemRun, Field, and Line. Relative and absolute positioning for images and textboxes were added. Writer classes were refactored into parts, elements, and styles. ODT and RTF features were enhanced. Ability to add elements to PHPWord object via HTML were implemented. RTF and HTML reader were initiated.
9793

9894
### Features
99-
10095
- Image: Ability to define relative and absolute positioning - @basjan #217
10196
- Footer: Conform footer with header by adding firstPage, evenPage and by inheritance - @basjan @ivanlanin #219
10297
- Element: New `TextBox` element - @basjan @ivanlanin #228, #229, #231
@@ -126,23 +121,20 @@ This release marked the change of PHPWord license from LGPL 2.1 to LGPL 3. Four
126121
- RTF Writer: Basic table writing - @ivanlanin #245
127122

128123
### Bugfixes
129-
130124
- Header: All images added to the second header were assigned to the first header - @basjan #222
131125
- Conversion: Fix conversion from cm to pixel, pixel to cm, and pixel to point - @basjan #233, #234
132126
- PageBreak: Page break adds new line in the beginning of the new page - @ivanlanin #150
133127
- Image: `marginLeft` and `marginTop` cannot accept float value - @ivanlanin #248
134128
- Title: Orphan `w:fldChar` caused OpenOffice to crash when opening DOCX - @ivanlanin #236
135129

136130
### Deprecated
137-
138131
- Static classes `Footnotes`, `Endnotes`, and `TOC`
139132
- `Writer\Word2007\Part`: `Numbering::writeNumbering()`, `Settings::writeSettings()`, `WebSettings::writeWebSettings()`, `ContentTypes::writeContentTypes()`, `Styles::writeStyles()`, `Document::writeDocument()` all changed into `write()`
140133
- `Writer\Word2007\Part\DocProps`: Split into `Writer\Word2007\Part\DocPropsCore` and `Writer\Word2007\Part\DocPropsApp`
141134
- `Element\Title::getBookmarkId()` replaced by `Element\Title::getRelationId()`
142135
- `Writer\HTML::writeDocument`: Replaced by `Writer\HTML::getContent`
143136

144137
### Miscellaneous
145-
146138
- License: Change the project license from LGPL 2.1 into LGPL 3.0 - #211
147139
- Word2007 Writer: New `Style\Image` class - @ivanlanin
148140
- Refactor: Replace static classes `Footnotes`, `Endnotes`, and `TOC` with `Collections` - @ivanlanin #206
@@ -174,7 +166,6 @@ This is a bugfix release for `php-zip` requirement in Composer.
174166
This release marked heavy refactorings on internal code structure with the creation of some abstract classes to reduce code duplication. `Element` subnamespace is introduced in this release to replace `Section`. Word2007 reader capability is greatly enhanced. Endnote is introduced. List numbering is now customizable. Basic HTML and PDF writing support is enabled. Basic ODText reader is introduced.
175167

176168
### Features
177-
178169
- Image: Get image dimensions without EXIF extension - @andrew-kzoo #184
179170
- Table: Add `tblGrid` element for Libre/Open Office table sizing - @gianis6 #183
180171
- Footnote: Ability to insert textbreak in footnote `$footnote->addTextBreak()` - @ivanlanin
@@ -214,12 +205,10 @@ This release marked heavy refactorings on internal code structure with the creat
214205
- Paragraph: Ability to define first line and right indentation - @ivanlanin
215206

216207
### Bugfixes
217-
218208
- Footnote: Footnote content doesn't show footnote reference number - @ivanlanin #170
219209
- Documentation: Error in a function - @theBeerNut #195
220210

221211
### Deprecated
222-
223212
- `createTextRun` replaced by `addTextRun`
224213
- `createFootnote` replaced by `addFootnote`
225214
- `createHeader` replaced by `addHeader`
@@ -235,7 +224,6 @@ This release marked heavy refactorings on internal code structure with the creat
235224
- `Style\Cell::getDefaultBorderColor`
236225

237226
### Miscellaneous
238-
239227
- Documentation: Simplify page level docblock - @ivanlanin #179
240228
- Writer: Refactor writer classes and create a new `Write\AbstractWriter` abstract class - @ivanlanin #160
241229
- General: Refactor folders: `Element` and `Exception` - @ivanlanin #187
@@ -272,16 +260,13 @@ This is a bugfix release for PSR-4 compatibility.
272260
This release marked the transformation to namespaces (PHP 5.3+).
273261

274262
### Features
275-
276263
- Image: Ability to use remote or GD images using `addImage()` on sections, headers, footer, cells, and textruns - @ivanlanin
277264
- Header: Ability to use remote or GD images using `addWatermark()` - @ivanlanin
278265

279266
### Bugfixes
280-
281267
- Preserve text doesn't render correctly when the text is not the first word, e.g. 'Page {PAGE}' - @ivanlanin
282268

283269
### Miscellaneous
284-
285270
- Move documentation to [Read The Docs](http://phpword.readthedocs.org/en/develop/) - @Progi1984 @ivanlanin #82
286271
- Reorganize and redesign samples folder - @ivanlanin #137
287272
- Use `PhpOffice\PhpWord` namespace for PSR compliance - @RomanSyroeshko @gabrielbull #159, #58
@@ -307,7 +292,6 @@ This is a bugfix release for image detection functionality.
307292
This release merged a lot of improvements from the community. Unit tests introduced in this release and has reached 90% code coverage.
308293

309294
### Features
310-
311295
- Template: Permit to save a template generated as a file (PHPWord_Template::saveAs()) - @RomanSyroeshko #56, #57
312296
- Word2007: Support sections page numbering - @gabrielbull
313297
- Word2007: Added line height methods to mirror the line height settings in Word in the paragraph styling - @gabrielbull
@@ -339,7 +323,6 @@ This release merged a lot of improvements from the community. Unit tests introdu
339323
- TextBreak: Allow font and paragraph style for text break - @ivanlanin #18
340324

341325
### Bugfixes
342-
343326
- Fixed bug with cell styling - @gabrielbull
344327
- Fixed bug list items inside of cells - @gabrielbull
345328
- Adding a value that contains "&" in a template breaks it - @SiebelsTim #51
@@ -348,7 +331,6 @@ This release merged a lot of improvements from the community. Unit tests introdu
348331
- Footnote: Corrupt DOCX reported by MS Word when sections > 1 and not every sections have footnote - @ivanlanin #125
349332

350333
### Miscellaneous
351-
352334
- UnitTests - @Progi1984
353335

354336

@@ -359,7 +341,6 @@ This release merged a lot of improvements from the community. Unit tests introdu
359341
This is the first release after a long development hiatus in [CodePlex](https://phpword.codeplex.com/). This release initialized ODT and RTF Writer, along with some other new features for the existing Word2007 Writer, e.g. tab, multiple header, rowspan and colspan. [Composer](https://packagist.org/packages/phpoffice/phpword) and [Travis](https://travis-ci.org/PHPOffice/PHPWord) were added.
360342

361343
### Features
362-
363344
- Implement RTF Writer - @Progi1984 #1
364345
- Implement ODT Writer - @Progi1984 #2
365346
- Word2007: Add rowspan and colspan to cells - @kaystrobach
@@ -369,13 +350,11 @@ This is the first release after a long development hiatus in [CodePlex](https://
369350
- Added support for image wrapping style - @gabrielbull
370351

371352
### Bugfixes
372-
373353
- "Warning: Invalid error type specified in ...\PHPWord.php on line 226" is thrown when the specified template file is not found - @RomanSyroeshko #32
374354
- PHPWord_Shared_String.IsUTF8 returns FALSE for Cyrillic UTF-8 input - @RomanSyroeshko #34
375355
- Temporary files naming logic in PHPWord_Template can lead to a collision - @RomanSyroeshko #38
376356

377357
### Miscellaneous
378-
379358
- Add superscript/subscript styling in Excel2007 Writer - @MarkBaker
380359
- add indentation support to paragraphs - @deds
381360
- Support for Composer - @Progi1984 #27

0 commit comments

Comments
 (0)