Skip to content

Commit 21303ed

Browse files
committed
prepare release notes
1 parent 17849b3 commit 21303ed

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ php:
66
- 5.5
77
- 5.6
88
- 7.0
9+
- 7.1
910
- hhvm
1011

1112
matrix:
1213
allow_failures:
1314
- php: 7.0
15+
- php: 7.1
1416
- php: hhvm
1517

1618
env:

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@ Change Log
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
v0.14.0 (?? ???? 2017)
7+
----------------------
8+
This release fixes several bugs and adds some new features
9+
10+
### Added
11+
- Possibility to control the footnote numbering - @troosan #1068
12+
- Image creation from string - @troosan #937
13+
- Introduced the `\PhpOffice\PhpWord\SimpleType\NumberFormat` simple type. - @troosan
14+
- Support for ContextualSpacing - @postHawk #1088
15+
- Possiblity to hide spelling and/or grammatical errors - @troosan #542
16+
17+
### Fixed
18+
- Images are not being printed when generating PDF - @hubertinio #1074 #431
19+
- Fixed some PHP 7 warnings - @ likeuntomurphy #927
20+
- Fixed Word 97 reader - @alsofronie @Benpxpx @mario-rivera #912 #920 #892
21+
- Fixed image loading over https - @troosan #988
22+
- Impossibility to set different even and odd page headers - @troosan #981
23+
- Fixed Word2007 reader where unnecessary paragraphs were being created - @donghaobo #1043 #620
24+
- Fixed Word2007 reader where margins were not being read correctly - @slowprog #885 #1008
25+
- Impossible to add element PreserveText in Section - @rvanlaak #452
26+
- Missing options for numbering format - @troosan #1041
27+
628
v0.13.0 (31 July 2016)
729
-------------------
830
This release brings several improvements in `TemplateProcessor`, automatic output escaping feature for OOXML, ODF, HTML, and RTF (turned off, by default).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# ![PHPWord](https://rawgit.com/PHPOffice/PHPWord/develop/docs/images/phpword.svg "PHPWord")
22

3-
## :mag_right: PHPWord is looking for a new maintainer :crown: :pencil: ([#948](https://github.com/PHPOffice/PHPWord/issues/948))
4-
53
[![Latest Stable Version](https://poser.pugx.org/phpoffice/phpword/v/stable.png)](https://packagist.org/packages/phpoffice/phpword)
64
[![Build Status](https://travis-ci.org/PHPOffice/PHPWord.svg?branch=master)](https://travis-ci.org/PHPOffice/PHPWord)
75
[![Code Quality](https://scrutinizer-ci.com/g/PHPOffice/PHPWord/badges/quality-score.png?s=b5997ce59ac2816b4514f3a38de9900f6d492c1d)](https://scrutinizer-ci.com/g/PHPOffice/PHPWord/)
@@ -14,6 +12,8 @@ PHPWord is a library written in pure PHP that provides a set of classes to write
1412

1513
PHPWord is an open source project licensed under the terms of [LGPL version 3](https://github.com/PHPOffice/PHPWord/blob/develop/COPYING.LESSER). PHPWord is aimed to be a high quality software product by incorporating [continuous integration](https://travis-ci.org/PHPOffice/PHPWord) and [unit testing](http://phpoffice.github.io/PHPWord/coverage/develop/). You can learn more about PHPWord by reading the [Developers' Documentation](http://phpword.readthedocs.org/) and the [API Documentation](http://phpoffice.github.io/PHPWord/docs/develop/).
1614

15+
If you have any questions, please ask on [StackOverFlow](https://stackoverflow.com/questions/tagged/phpword)
16+
1717
Read more about PHPWord:
1818

1919
- [Features](#features)

0 commit comments

Comments
 (0)