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
/**

0 commit comments

Comments
 (0)