Skip to content

Commit 5d8a499

Browse files
author
Roman Syroeshko
committed
Changelog minor refactoring.
1 parent 5285f00 commit 5d8a499

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

CHANGELOG.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,39 +8,39 @@ This release added form fields (textinput, checkbox, and dropdown), drawing shap
88

99
### Features
1010

11-
- Element: Ability to add drawing shapes (arc, curve, line, polyline, rect, oval) using new `Shape` element - @ivanlanin GH-123
11+
- Element: Ability to add drawing shapes (arc, curve, line, polyline, rect, oval) using new `Shape` element - @ivanlanin #123
1212
- Font: New `scale`, `spacing`, and `kerning` property of font style - @ivanlanin
13-
- Paragraph: Added shading to the paragraph style for full width shading - @lrobert GH-264
14-
- RTF Writer: Support for sections, margins, and borders - @ivanlanin GH-249
15-
- Section: Ability to set paper size, e.g. A4, A3, and Legal - @ivanlanin GH-249
13+
- Paragraph: Added shading to the paragraph style for full width shading - @lrobert #264
14+
- RTF Writer: Support for sections, margins, and borders - @ivanlanin #249
15+
- Section: Ability to set paper size, e.g. A4, A3, and Legal - @ivanlanin #249
1616
- General: New `PhpWord::save()` method to encapsulate `IOFactory` - @ivanlanin
1717
- General: New `Shared\Converter` static class - @ivanlanin
18-
- Chart: Basic 2D chart (pie, doughnut, bar, line, area, scatter, radar) - @ivanlanin GH-278
18+
- Chart: Basic 2D chart (pie, doughnut, bar, line, area, scatter, radar) - @ivanlanin #278
1919
- Chart: 3D charts and ability to set width and height - @ivanlanin
20-
- FormField: Ability to add textinput, checkbox, and dropdown form elements - @ivanlanin GH-266
20+
- FormField: Ability to add textinput, checkbox, and dropdown form elements - @ivanlanin #266
2121
- Setting: Ability to define document protection (readOnly, comments, trackedChanges, forms) - @ivanlanin
2222
- Setting: Ability to remove [Compatibility Mode] text in the MS Word title bar - @ivanlanin
2323
- SDT: Ability to add structured document tag elements (comboBox, dropDownList, date) - @ivanlanin
24-
- Paragraph: Support for paragraph with borders - @ivanlanin GH-294
25-
- Word2007 Writer : Support for RTL - @Progi1984 GH-331
26-
- MsDOC Reader: Basic MsDOC Reader - @Progi1984 GH-23 GH-287
27-
- "absolute" horizontal and vertical positioning of Frame - @basjan GH-302
28-
- Add new-page function for PDF generation. For multiple PDF-backends - @chc88 GH-426
24+
- Paragraph: Support for paragraph with borders - @ivanlanin #294
25+
- Word2007 Writer : Support for RTL - @Progi1984 #331
26+
- MsDOC Reader: Basic MsDOC Reader - @Progi1984 #23, #287
27+
- "absolute" horizontal and vertical positioning of Frame - @basjan #302
28+
- Add new-page function for PDF generation. For multiple PDF-backends - @chc88 #426
2929
- Report style options enumerated when style unknown - @h6w
3030

3131
### Bugfixes
3232

33-
- Fix rare PclZip/realpath/PHP version problem - @andrew-kzoo GH-261
34-
- `addHTML` encoding and ampersand fixes for PHP 5.3 - @bskrtich GH-270
35-
- Page breaks on titles and tables - @ivanlanin GH-274
36-
- Table inside vertical border does not rendered properly - @ivanlanin GH-280
37-
- `add<elementName>` of container should be case insensitive, e.g. `addToc` should be accepted, not only `addTOC` - @ivanlanin GH-294
38-
- Fix specific borders (and margins) were not written correctly in word2007 writer - @pscheit GH-327
39-
- "HTML is not a valid writer" exception while running "Sample_36_RTL.php" - @RomanSyroeshko GH-340
40-
- "addShape()" magic method in AbstractContainer is mistakenly named as "addObject()" - @GMTA GH-356
33+
- Fix rare PclZip/realpath/PHP version problem - @andrew-kzoo #261
34+
- `addHTML` encoding and ampersand fixes for PHP 5.3 - @bskrtich #270
35+
- Page breaks on titles and tables - @ivanlanin #274
36+
- Table inside vertical border does not rendered properly - @ivanlanin #280
37+
- `add<elementName>` of container should be case insensitive, e.g. `addToc` should be accepted, not only `addTOC` - @ivanlanin #294
38+
- Fix specific borders (and margins) were not written correctly in word2007 writer - @pscheit #327
39+
- "HTML is not a valid writer" exception while running "Sample_36_RTL.php" - @RomanSyroeshko #340
40+
- "addShape()" magic method in AbstractContainer is mistakenly named as "addObject()" - @GMTA #356
4141
- `Element\Section::setPageSizeW()` and `Element\Section::setPageSizeH()` were mentioned in the docs but not implemented.
42-
- Special Characters (ampersand) in Title break docx output - @RomanSyroeshko GH-401
43-
- `<th>` tag is closed with `</td>` tag: - @franzholz GH-438
42+
- Special Characters (ampersand) in Title break docx output - @RomanSyroeshko #401
43+
- `<th>` tag is closed with `</td>` tag: - @franzholz #438
4444

4545
### Deprecated
4646

@@ -53,14 +53,14 @@ This release added form fields (textinput, checkbox, and dropdown), drawing shap
5353

5454
### Miscellaneous
5555

56-
- Docs: Add known issue on `README` about requirement for temporary folder to be writable and update `samples/index.php` for this requirement check - @ivanlanin GH-238
57-
- Docs: Correct elements.rst about Line - @chrissharkman GH-292
58-
- PclZip: Remove temporary file after used - @andrew-kzoo GH-265
59-
- Autoloader: Add the ability to set the autoloader options - @bskrtich GH-267
56+
- 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
57+
- Docs: Correct elements.rst about Line - @chrissharkman #292
58+
- PclZip: Remove temporary file after used - @andrew-kzoo #265
59+
- Autoloader: Add the ability to set the autoloader options - @bskrtich #267
6060
- Element: Refactor elements to move set relation Id from container to element - @ivanlanin
6161
- Introduced CreateTemporaryFileException, CopyFileException - @RomanSyroeshko
62-
- Settings: added method to set user defined temporary directory - @RomanSyroeshko GH-310
63-
- Renamed `Template` into `TemplateProcessor` - @RomanSyroeshko GH-216
62+
- Settings: added method to set user defined temporary directory - @RomanSyroeshko #310
63+
- Renamed `Template` into `TemplateProcessor` - @RomanSyroeshko #216
6464
- Reverted #51. All text escaping must be performed out of the library - @RomanSyroeshko #51
6565

6666
## 0.11.1 - 2 June 2014

0 commit comments

Comments
 (0)