You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Maintenance release. This release is focused primarily on `TemplateProcessor`.
66
66
67
67
68
68
69
-
0.12.0 (3 January 2015)
69
+
v0.12.0 (3 January 2015)
70
70
-----------------------
71
71
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.
72
72
@@ -125,15 +125,15 @@ This release added form fields (textinput, checkbox, and dropdown), drawing shap
125
125
126
126
127
127
128
-
0.11.1 (2 June 2014)
128
+
v0.11.1 (2 June 2014)
129
129
--------------------
130
130
This is an immediate bugfix release for HTML reader.
131
131
132
132
- HTML Reader: `<p>` and header tags puts no output - @canyildiz@ivanlanin#257
133
133
134
134
135
135
136
-
0.11.0 (1 June 2014)
136
+
v0.11.0 (1 June 2014)
137
137
--------------------
138
138
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.
139
139
@@ -197,15 +197,15 @@ This release marked the change of PHPWord license from LGPL 2.1 to LGPL 3. Four
197
197
198
198
199
199
200
-
0.10.1 (21 May 2014)
200
+
v0.10.1 (21 May 2014)
201
201
--------------------
202
202
This is a bugfix release for `php-zip` requirement in Composer.
203
203
204
204
- Change Composer requirements for php-zip from `require` to `suggest` - @bskrtich#246
205
205
206
206
207
207
208
-
0.10.0 (4 May 2014)
208
+
v0.10.0 (4 May 2014)
209
209
-------------------
210
210
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.
211
211
@@ -289,15 +289,15 @@ This release marked heavy refactorings on internal code structure with the creat
289
289
290
290
291
291
292
-
0.9.1 (27 Mar 2014)
292
+
v0.9.1 (27 Mar 2014)
293
293
-------------------
294
294
This is a bugfix release for PSR-4 compatibility.
295
295
296
296
- Fixed PSR-4 composer autoloader - @AntonTyutin
297
297
298
298
299
299
300
-
0.9.0 (26 Mar 2014)
300
+
v0.9.0 (26 Mar 2014)
301
301
-------------------
302
302
This release marked the transformation to namespaces (PHP 5.3+).
303
303
@@ -319,15 +319,15 @@ This release marked the transformation to namespaces (PHP 5.3+).
319
319
320
320
321
321
322
-
0.8.1 (17 Mar 2014)
322
+
v0.8.1 (17 Mar 2014)
323
323
-------------------
324
324
This is a bugfix release for image detection functionality.
325
325
326
326
- Added fallback for computers that do not have exif_imagetype - @bskrtich, @gabrielbull
327
327
328
328
329
329
330
-
0.8.0 (15 Mar 2014)
330
+
v0.8.0 (15 Mar 2014)
331
331
-------------------
332
332
This release merged a lot of improvements from the community. Unit tests introduced in this release and has reached 90% code coverage.
333
333
@@ -375,7 +375,7 @@ This release merged a lot of improvements from the community. Unit tests introdu
375
375
376
376
377
377
378
-
0.7.0 (28 Jan 2014)
378
+
v0.7.0 (28 Jan 2014)
379
379
-------------------
380
380
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.
0 commit comments