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
+17-23Lines changed: 17 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,28 @@
1
-
CHANGELOG
2
-
=========
3
-
4
-
This is the changelog between releases of PHPWord. Releases are listed in reverse chronological order with the latest version listed on top, while additions/changes in each release are listed in chronological order. Changes in each release are divided into three parts: added or change features, bugfixes, and miscellaneous improvements. Each line contains short information about the change made, the person who made it, and the related issue number(s) in GitHub.
1
+
Change Log
2
+
==========
3
+
All notable changes to this project will be documented in this file.
4
+
This project adheres to [Semantic Versioning](http://semver.org/).
- Introduced the ``\PhpOffice\PhpWord\SimpleType\ST_JcTable`` simple type. - @RomanSyroeshko
12
+
- Introduced the ``\PhpOffice\PhpWord\SimpleType\ST_Jc`` simple type. - @RomanSyroeshko
13
+
14
+
### Changed
14
15
- Improved error message for the case when ``autoload.php`` is not found. - @RomanSyroeshko#371
15
-
- Renamed ``align`` option of ``NumberingLevel``, ``Frame``, ``Table``, and ``Paragraph`` styles into ``alignment``. Accessor and mutator methods renamed too. - @RomanSyroeshko
16
+
- Renamed the ``align`` option of ``NumberingLevel``, ``Frame``, ``Table``, and ``Paragraph`` styles into ``alignment``. - @RomanSyroeshko
16
17
18
+
### Deprecated
19
+
-``getAlign`` and ``setAlign`` methods of ``NumberingLevel``, ``Frame``, ``Table``, and ``Paragraph`` styles.
20
+
Use the correspondent ``getAlignment`` and ``setAlignment`` methods instead.
17
21
18
22
19
-
0.12.1 (30 August 2015)
20
-
-------------------
21
23
24
+
0.12.1 (30 August 2015)
25
+
-----------------------
22
26
Maintenance release. This release is focused primarily on ``TemplateProcessor``.
23
27
24
28
### Changes
@@ -33,7 +37,6 @@ Maintenance release. This release is focused primarily on ``TemplateProcessor``.
33
37
34
38
0.12.0 (3 January 2015)
35
39
-----------------------
36
-
37
40
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.
38
41
39
42
### Features
@@ -93,7 +96,6 @@ This release added form fields (textinput, checkbox, and dropdown), drawing shap
93
96
94
97
0.11.1 (2 June 2014)
95
98
--------------------
96
-
97
99
This is an immediate bugfix release for HTML reader.
98
100
99
101
- HTML Reader: `<p>` and header tags puts no output - @canyildiz@ivanlanin#257
@@ -102,7 +104,6 @@ This is an immediate bugfix release for HTML reader.
102
104
103
105
0.11.0 (1 June 2014)
104
106
--------------------
105
-
106
107
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.
107
108
108
109
### Features
@@ -167,7 +168,6 @@ This release marked the change of PHPWord license from LGPL 2.1 to LGPL 3. Four
167
168
168
169
0.10.1 (21 May 2014)
169
170
--------------------
170
-
171
171
This is a bugfix release for `php-zip` requirement in Composer.
172
172
173
173
- Change Composer requirements for php-zip from `require` to `suggest` - @bskrtich#246
@@ -176,7 +176,6 @@ This is a bugfix release for `php-zip` requirement in Composer.
176
176
177
177
0.10.0 (4 May 2014)
178
178
-------------------
179
-
180
179
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.
181
180
182
181
### Features
@@ -261,7 +260,6 @@ This release marked heavy refactorings on internal code structure with the creat
261
260
262
261
0.9.1 (27 Mar 2014)
263
262
-------------------
264
-
265
263
This is a bugfix release for PSR-4 compatibility.
266
264
267
265
- Fixed PSR-4 composer autoloader - @AntonTyutin
@@ -270,7 +268,6 @@ This is a bugfix release for PSR-4 compatibility.
270
268
271
269
0.9.0 (26 Mar 2014)
272
270
-------------------
273
-
274
271
This release marked the transformation to namespaces (PHP 5.3+).
275
272
276
273
### Features
@@ -293,7 +290,6 @@ This release marked the transformation to namespaces (PHP 5.3+).
293
290
294
291
0.8.1 (17 Mar 2014)
295
292
-------------------
296
-
297
293
This is a bugfix release for image detection functionality.
298
294
299
295
- Added fallback for computers that do not have exif_imagetype - @bskrtich, @gabrielbull
@@ -302,7 +298,6 @@ This is a bugfix release for image detection functionality.
302
298
303
299
0.8.0 (15 Mar 2014)
304
300
-------------------
305
-
306
301
This release merged a lot of improvements from the community. Unit tests introduced in this release and has reached 90% code coverage.
307
302
308
303
### Features
@@ -351,7 +346,6 @@ This release merged a lot of improvements from the community. Unit tests introdu
351
346
352
347
0.7.0 (28 Jan 2014)
353
348
-------------------
354
-
355
349
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.
356
350
357
351
### Features
@@ -375,4 +369,4 @@ This is the first release after a long development hiatus in [CodePlex](https://
375
369
- Basic CI with Travis - @Progi1984
376
370
- Added PHPWord_Exception and exception when could not copy the template - @Progi1984
377
371
- IMPROVED: Moved examples out of Classes directory - @Progi1984
378
-
- IMPROVED: Advanced string replace in setValue for Template - @Esmeraldo[#49](http://phpword.codeplex.com/workitem/49)
372
+
- IMPROVED: Advanced string replace in setValue for Template - @Esmeraldo[#49](http://phpword.codeplex.com/workitem/49)
0 commit comments