Skip to content

Commit 04623f2

Browse files
committed
Merge pull request #135 from ivanlanin/master
Version number: 0.7.0 > 0.8.0
2 parents 6837b11 + f2d01b8 commit 04623f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+77
-77
lines changed

Classes/PHPWord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/** PHPWORD_BASE_PATH */

Classes/PHPWord/Autoloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
if (!defined('PHPWORD_BASE_PATH')) {

Classes/PHPWord/DocumentProperties.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Footnote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828

Classes/PHPWord/HashTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/IOFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Reader/Abstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Reader/IReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Reader/Word2007.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/** PHPWord root directory */

Classes/PHPWord/Section.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/Footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/Footer/PreserveText.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/Footnote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/Header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
use PhpOffice\PhpWord\Exceptions\InvalidImageException;

Classes/PHPWord/Section/Link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/ListItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/MemoryImage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/Object.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/PageBreak.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/Settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/Table/Cell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/Table/Row.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2013 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/Text.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/TextBreak.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/TextRun.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Section/Title.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Shared/Drawing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Shared/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Shared/Font.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Shared/String.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Shared/XMLWriter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
if (!defined('DATE_W3C')) {

Classes/PHPWord/Shared/ZipStreamWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Style.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Style/Cell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Style/Font.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* @package PHPWord
2424
* @copyright Copyright (c) 2014 PHPWord
2525
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
26-
* @version 0.7.0
26+
* @version 0.8.0
2727
*/
2828
use PhpOffice\PhpWord\Exceptions\InvalidStyleException;
2929

Classes/PHPWord/Style/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Style/ListItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

Classes/PHPWord/Style/Paragraph.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2014 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
use PhpOffice\PhpWord\Exceptions\InvalidStyleException;

Classes/PHPWord/Style/Row.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @package PHPWord
2323
* @copyright Copyright (c) 2013 PHPWord
2424
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25-
* @version 0.7.0
25+
* @version 0.8.0
2626
*/
2727

2828
/**

0 commit comments

Comments
 (0)