Skip to content

Commit 31cc01a

Browse files
author
Roman Syroeshko
committed
Updated change log.
1 parent 4486e2b commit 31cc01a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Maintenance release. This release is focused primarily on `TemplateProcessor`.
6666

6767

6868

69-
0.12.0 (3 January 2015)
69+
v0.12.0 (3 January 2015)
7070
-----------------------
7171
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.
7272

@@ -125,15 +125,15 @@ This release added form fields (textinput, checkbox, and dropdown), drawing shap
125125

126126

127127

128-
0.11.1 (2 June 2014)
128+
v0.11.1 (2 June 2014)
129129
--------------------
130130
This is an immediate bugfix release for HTML reader.
131131

132132
- HTML Reader: `<p>` and header tags puts no output - @canyildiz @ivanlanin #257
133133

134134

135135

136-
0.11.0 (1 June 2014)
136+
v0.11.0 (1 June 2014)
137137
--------------------
138138
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.
139139

@@ -197,15 +197,15 @@ This release marked the change of PHPWord license from LGPL 2.1 to LGPL 3. Four
197197

198198

199199

200-
0.10.1 (21 May 2014)
200+
v0.10.1 (21 May 2014)
201201
--------------------
202202
This is a bugfix release for `php-zip` requirement in Composer.
203203

204204
- Change Composer requirements for php-zip from `require` to `suggest` - @bskrtich #246
205205

206206

207207

208-
0.10.0 (4 May 2014)
208+
v0.10.0 (4 May 2014)
209209
-------------------
210210
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.
211211

@@ -289,15 +289,15 @@ This release marked heavy refactorings on internal code structure with the creat
289289

290290

291291

292-
0.9.1 (27 Mar 2014)
292+
v0.9.1 (27 Mar 2014)
293293
-------------------
294294
This is a bugfix release for PSR-4 compatibility.
295295

296296
- Fixed PSR-4 composer autoloader - @AntonTyutin
297297

298298

299299

300-
0.9.0 (26 Mar 2014)
300+
v0.9.0 (26 Mar 2014)
301301
-------------------
302302
This release marked the transformation to namespaces (PHP 5.3+).
303303

@@ -319,15 +319,15 @@ This release marked the transformation to namespaces (PHP 5.3+).
319319

320320

321321

322-
0.8.1 (17 Mar 2014)
322+
v0.8.1 (17 Mar 2014)
323323
-------------------
324324
This is a bugfix release for image detection functionality.
325325

326326
- Added fallback for computers that do not have exif_imagetype - @bskrtich, @gabrielbull
327327

328328

329329

330-
0.8.0 (15 Mar 2014)
330+
v0.8.0 (15 Mar 2014)
331331
-------------------
332332
This release merged a lot of improvements from the community. Unit tests introduced in this release and has reached 90% code coverage.
333333

@@ -375,7 +375,7 @@ This release merged a lot of improvements from the community. Unit tests introdu
375375

376376

377377

378-
0.7.0 (28 Jan 2014)
378+
v0.7.0 (28 Jan 2014)
379379
-------------------
380380
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.
381381

0 commit comments

Comments
 (0)