From 89aebc5ee4e2e87d90d443b5de5c8d7d410ac6a7 Mon Sep 17 00:00:00 2001 From: Ivan Lanin Date: Sat, 15 Mar 2014 16:17:05 +0700 Subject: [PATCH] Version number: 0.7.0 > 0.8.0 --- Classes/PHPWord.php | 2 +- Classes/PHPWord/Autoloader.php | 2 +- Classes/PHPWord/DocumentProperties.php | 2 +- Classes/PHPWord/Exception.php | 2 +- Classes/PHPWord/Footnote.php | 2 +- Classes/PHPWord/HashTable.php | 2 +- Classes/PHPWord/IOFactory.php | 2 +- Classes/PHPWord/Media.php | 2 +- Classes/PHPWord/Reader/Abstract.php | 2 +- Classes/PHPWord/Reader/IReader.php | 2 +- Classes/PHPWord/Reader/Word2007.php | 2 +- Classes/PHPWord/Section.php | 2 +- Classes/PHPWord/Section/Footer.php | 2 +- Classes/PHPWord/Section/Footer/PreserveText.php | 2 +- Classes/PHPWord/Section/Footnote.php | 2 +- Classes/PHPWord/Section/Header.php | 2 +- Classes/PHPWord/Section/Image.php | 2 +- Classes/PHPWord/Section/Link.php | 2 +- Classes/PHPWord/Section/ListItem.php | 2 +- Classes/PHPWord/Section/MemoryImage.php | 2 +- Classes/PHPWord/Section/Object.php | 2 +- Classes/PHPWord/Section/PageBreak.php | 2 +- Classes/PHPWord/Section/Settings.php | 2 +- Classes/PHPWord/Section/Table.php | 2 +- Classes/PHPWord/Section/Table/Cell.php | 2 +- Classes/PHPWord/Section/Table/Row.php | 2 +- Classes/PHPWord/Section/Text.php | 2 +- Classes/PHPWord/Section/TextBreak.php | 2 +- Classes/PHPWord/Section/TextRun.php | 2 +- Classes/PHPWord/Section/Title.php | 2 +- Classes/PHPWord/Settings.php | 2 +- Classes/PHPWord/Shared/Drawing.php | 2 +- Classes/PHPWord/Shared/File.php | 2 +- Classes/PHPWord/Shared/Font.php | 2 +- Classes/PHPWord/Shared/String.php | 2 +- Classes/PHPWord/Shared/XMLWriter.php | 2 +- Classes/PHPWord/Shared/ZipStreamWrapper.php | 2 +- Classes/PHPWord/Style.php | 2 +- Classes/PHPWord/Style/Cell.php | 2 +- Classes/PHPWord/Style/Font.php | 2 +- Classes/PHPWord/Style/Image.php | 2 +- Classes/PHPWord/Style/ListItem.php | 2 +- Classes/PHPWord/Style/Paragraph.php | 2 +- Classes/PHPWord/Style/Row.php | 2 +- Classes/PHPWord/Style/TOC.php | 2 +- Classes/PHPWord/Style/Tab.php | 2 +- Classes/PHPWord/Style/Table.php | 2 +- Classes/PHPWord/Style/TableFull.php | 2 +- Classes/PHPWord/Style/Tabs.php | 2 +- Classes/PHPWord/TOC.php | 2 +- Classes/PHPWord/Template.php | 2 +- Classes/PHPWord/Writer/IWriter.php | 2 +- Classes/PHPWord/Writer/ODText.php | 2 +- Classes/PHPWord/Writer/ODText/Content.php | 2 +- Classes/PHPWord/Writer/ODText/Manifest.php | 2 +- Classes/PHPWord/Writer/ODText/Meta.php | 2 +- Classes/PHPWord/Writer/ODText/Mimetype.php | 2 +- Classes/PHPWord/Writer/ODText/Styles.php | 2 +- Classes/PHPWord/Writer/ODText/WriterPart.php | 2 +- Classes/PHPWord/Writer/RTF.php | 2 +- Classes/PHPWord/Writer/Word2007.php | 2 +- Classes/PHPWord/Writer/Word2007/Base.php | 2 +- Classes/PHPWord/Writer/Word2007/ContentTypes.php | 2 +- Classes/PHPWord/Writer/Word2007/DocProps.php | 2 +- Classes/PHPWord/Writer/Word2007/Document.php | 2 +- Classes/PHPWord/Writer/Word2007/DocumentRels.php | 2 +- Classes/PHPWord/Writer/Word2007/Footer.php | 2 +- Classes/PHPWord/Writer/Word2007/Footnotes.php | 6 +++--- Classes/PHPWord/Writer/Word2007/FootnotesRels.php | 6 +++--- Classes/PHPWord/Writer/Word2007/Header.php | 2 +- Classes/PHPWord/Writer/Word2007/Rels.php | 2 +- Classes/PHPWord/Writer/Word2007/Styles.php | 2 +- Classes/PHPWord/Writer/Word2007/WriterPart.php | 2 +- 73 files changed, 77 insertions(+), 77 deletions(-) diff --git a/Classes/PHPWord.php b/Classes/PHPWord.php index 0614cee0..43ba3e7e 100755 --- a/Classes/PHPWord.php +++ b/Classes/PHPWord.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** PHPWORD_BASE_PATH */ diff --git a/Classes/PHPWord/Autoloader.php b/Classes/PHPWord/Autoloader.php index 74d1a500..aa36efc8 100755 --- a/Classes/PHPWord/Autoloader.php +++ b/Classes/PHPWord/Autoloader.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ if (!defined('PHPWORD_BASE_PATH')) { diff --git a/Classes/PHPWord/DocumentProperties.php b/Classes/PHPWord/DocumentProperties.php index 3fc097b4..1e64adf4 100755 --- a/Classes/PHPWord/DocumentProperties.php +++ b/Classes/PHPWord/DocumentProperties.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Exception.php b/Classes/PHPWord/Exception.php index 91b5d54f..d6a90510 100755 --- a/Classes/PHPWord/Exception.php +++ b/Classes/PHPWord/Exception.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Footnote.php b/Classes/PHPWord/Footnote.php index 81b64049..33860bbf 100644 --- a/Classes/PHPWord/Footnote.php +++ b/Classes/PHPWord/Footnote.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ diff --git a/Classes/PHPWord/HashTable.php b/Classes/PHPWord/HashTable.php index 22c602b8..5db4b8c0 100755 --- a/Classes/PHPWord/HashTable.php +++ b/Classes/PHPWord/HashTable.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/IOFactory.php b/Classes/PHPWord/IOFactory.php index aac0be87..aa2e798c 100755 --- a/Classes/PHPWord/IOFactory.php +++ b/Classes/PHPWord/IOFactory.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Media.php b/Classes/PHPWord/Media.php index 82294132..03328184 100755 --- a/Classes/PHPWord/Media.php +++ b/Classes/PHPWord/Media.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Reader/Abstract.php b/Classes/PHPWord/Reader/Abstract.php index 18392f8b..8c185cb2 100644 --- a/Classes/PHPWord/Reader/Abstract.php +++ b/Classes/PHPWord/Reader/Abstract.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Reader/IReader.php b/Classes/PHPWord/Reader/IReader.php index f51eed77..703db576 100644 --- a/Classes/PHPWord/Reader/IReader.php +++ b/Classes/PHPWord/Reader/IReader.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Reader/Word2007.php b/Classes/PHPWord/Reader/Word2007.php index 4d372f27..b217a018 100644 --- a/Classes/PHPWord/Reader/Word2007.php +++ b/Classes/PHPWord/Reader/Word2007.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** PHPWord root directory */ diff --git a/Classes/PHPWord/Section.php b/Classes/PHPWord/Section.php index 95bb9db0..07a17a31 100755 --- a/Classes/PHPWord/Section.php +++ b/Classes/PHPWord/Section.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/Footer.php b/Classes/PHPWord/Section/Footer.php index ae2e2119..238bae1b 100755 --- a/Classes/PHPWord/Section/Footer.php +++ b/Classes/PHPWord/Section/Footer.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/Footer/PreserveText.php b/Classes/PHPWord/Section/Footer/PreserveText.php index b1629770..72443743 100755 --- a/Classes/PHPWord/Section/Footer/PreserveText.php +++ b/Classes/PHPWord/Section/Footer/PreserveText.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/Footnote.php b/Classes/PHPWord/Section/Footnote.php index 7b2159e4..652a3873 100644 --- a/Classes/PHPWord/Section/Footnote.php +++ b/Classes/PHPWord/Section/Footnote.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/Header.php b/Classes/PHPWord/Section/Header.php index e2f5b2be..5e1c6bfe 100755 --- a/Classes/PHPWord/Section/Header.php +++ b/Classes/PHPWord/Section/Header.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/Image.php b/Classes/PHPWord/Section/Image.php index a8fcde46..fcaa1cc9 100755 --- a/Classes/PHPWord/Section/Image.php +++ b/Classes/PHPWord/Section/Image.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ use PhpOffice\PhpWord\Exceptions\InvalidImageException; diff --git a/Classes/PHPWord/Section/Link.php b/Classes/PHPWord/Section/Link.php index 42b9d7b3..620b08a1 100755 --- a/Classes/PHPWord/Section/Link.php +++ b/Classes/PHPWord/Section/Link.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/ListItem.php b/Classes/PHPWord/Section/ListItem.php index ac5263b3..83384a94 100755 --- a/Classes/PHPWord/Section/ListItem.php +++ b/Classes/PHPWord/Section/ListItem.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/MemoryImage.php b/Classes/PHPWord/Section/MemoryImage.php index f1488c45..9d4ed97c 100755 --- a/Classes/PHPWord/Section/MemoryImage.php +++ b/Classes/PHPWord/Section/MemoryImage.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/Object.php b/Classes/PHPWord/Section/Object.php index acf14e55..33d8cad9 100755 --- a/Classes/PHPWord/Section/Object.php +++ b/Classes/PHPWord/Section/Object.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/PageBreak.php b/Classes/PHPWord/Section/PageBreak.php index 35f8b5c0..76536304 100755 --- a/Classes/PHPWord/Section/PageBreak.php +++ b/Classes/PHPWord/Section/PageBreak.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/Settings.php b/Classes/PHPWord/Section/Settings.php index 38af6410..1ff3bf64 100755 --- a/Classes/PHPWord/Section/Settings.php +++ b/Classes/PHPWord/Section/Settings.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/Table.php b/Classes/PHPWord/Section/Table.php index dd93c95e..f5a8a799 100755 --- a/Classes/PHPWord/Section/Table.php +++ b/Classes/PHPWord/Section/Table.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/Table/Cell.php b/Classes/PHPWord/Section/Table/Cell.php index 983f4a24..f8d6d340 100755 --- a/Classes/PHPWord/Section/Table/Cell.php +++ b/Classes/PHPWord/Section/Table/Cell.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/Table/Row.php b/Classes/PHPWord/Section/Table/Row.php index d174ef8f..dd8ea65c 100644 --- a/Classes/PHPWord/Section/Table/Row.php +++ b/Classes/PHPWord/Section/Table/Row.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2013 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/Text.php b/Classes/PHPWord/Section/Text.php index 296084e6..8631b66e 100755 --- a/Classes/PHPWord/Section/Text.php +++ b/Classes/PHPWord/Section/Text.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/TextBreak.php b/Classes/PHPWord/Section/TextBreak.php index 0438bd4f..85f53edc 100755 --- a/Classes/PHPWord/Section/TextBreak.php +++ b/Classes/PHPWord/Section/TextBreak.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/TextRun.php b/Classes/PHPWord/Section/TextRun.php index a708a119..fcb2bd48 100755 --- a/Classes/PHPWord/Section/TextRun.php +++ b/Classes/PHPWord/Section/TextRun.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Section/Title.php b/Classes/PHPWord/Section/Title.php index 8dd5f1c3..067370f2 100755 --- a/Classes/PHPWord/Section/Title.php +++ b/Classes/PHPWord/Section/Title.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Settings.php b/Classes/PHPWord/Settings.php index af400551..241694f6 100644 --- a/Classes/PHPWord/Settings.php +++ b/Classes/PHPWord/Settings.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Shared/Drawing.php b/Classes/PHPWord/Shared/Drawing.php index 064e6fcc..9930b44e 100755 --- a/Classes/PHPWord/Shared/Drawing.php +++ b/Classes/PHPWord/Shared/Drawing.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Shared/File.php b/Classes/PHPWord/Shared/File.php index 3e3e147d..26a206ba 100755 --- a/Classes/PHPWord/Shared/File.php +++ b/Classes/PHPWord/Shared/File.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Shared/Font.php b/Classes/PHPWord/Shared/Font.php index 9e6dc44f..3bb783b8 100755 --- a/Classes/PHPWord/Shared/Font.php +++ b/Classes/PHPWord/Shared/Font.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Shared/String.php b/Classes/PHPWord/Shared/String.php index 64abdf1d..0f0d0721 100755 --- a/Classes/PHPWord/Shared/String.php +++ b/Classes/PHPWord/Shared/String.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Shared/XMLWriter.php b/Classes/PHPWord/Shared/XMLWriter.php index 91a9d530..6e6e6360 100755 --- a/Classes/PHPWord/Shared/XMLWriter.php +++ b/Classes/PHPWord/Shared/XMLWriter.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ if (!defined('DATE_W3C')) { diff --git a/Classes/PHPWord/Shared/ZipStreamWrapper.php b/Classes/PHPWord/Shared/ZipStreamWrapper.php index bfdc791b..fe4ff372 100755 --- a/Classes/PHPWord/Shared/ZipStreamWrapper.php +++ b/Classes/PHPWord/Shared/ZipStreamWrapper.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Style.php b/Classes/PHPWord/Style.php index 060ce1be..8366b658 100755 --- a/Classes/PHPWord/Style.php +++ b/Classes/PHPWord/Style.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Style/Cell.php b/Classes/PHPWord/Style/Cell.php index 10d4a9be..b07eb4c2 100755 --- a/Classes/PHPWord/Style/Cell.php +++ b/Classes/PHPWord/Style/Cell.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Style/Font.php b/Classes/PHPWord/Style/Font.php index bc5ee511..f26f3924 100755 --- a/Classes/PHPWord/Style/Font.php +++ b/Classes/PHPWord/Style/Font.php @@ -23,7 +23,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ use PhpOffice\PhpWord\Exceptions\InvalidStyleException; diff --git a/Classes/PHPWord/Style/Image.php b/Classes/PHPWord/Style/Image.php index 4453463a..9bec4d5b 100755 --- a/Classes/PHPWord/Style/Image.php +++ b/Classes/PHPWord/Style/Image.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Style/ListItem.php b/Classes/PHPWord/Style/ListItem.php index 9429b47e..5fbff0d6 100755 --- a/Classes/PHPWord/Style/ListItem.php +++ b/Classes/PHPWord/Style/ListItem.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Style/Paragraph.php b/Classes/PHPWord/Style/Paragraph.php index 754589cb..32a44929 100755 --- a/Classes/PHPWord/Style/Paragraph.php +++ b/Classes/PHPWord/Style/Paragraph.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ use PhpOffice\PhpWord\Exceptions\InvalidStyleException; diff --git a/Classes/PHPWord/Style/Row.php b/Classes/PHPWord/Style/Row.php index c7140d58..93b5f862 100644 --- a/Classes/PHPWord/Style/Row.php +++ b/Classes/PHPWord/Style/Row.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2013 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Style/TOC.php b/Classes/PHPWord/Style/TOC.php index e7adfc41..482ae868 100755 --- a/Classes/PHPWord/Style/TOC.php +++ b/Classes/PHPWord/Style/TOC.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Style/Tab.php b/Classes/PHPWord/Style/Tab.php index f8ee4b9b..8db7abae 100755 --- a/Classes/PHPWord/Style/Tab.php +++ b/Classes/PHPWord/Style/Tab.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Style/Table.php b/Classes/PHPWord/Style/Table.php index 5f4f60c1..c3ef2e01 100755 --- a/Classes/PHPWord/Style/Table.php +++ b/Classes/PHPWord/Style/Table.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Style/TableFull.php b/Classes/PHPWord/Style/TableFull.php index 11f094e0..573ae53b 100755 --- a/Classes/PHPWord/Style/TableFull.php +++ b/Classes/PHPWord/Style/TableFull.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Style/Tabs.php b/Classes/PHPWord/Style/Tabs.php index 144d2a5d..a5e1a8bb 100755 --- a/Classes/PHPWord/Style/Tabs.php +++ b/Classes/PHPWord/Style/Tabs.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/TOC.php b/Classes/PHPWord/TOC.php index ae514a54..c81fca22 100755 --- a/Classes/PHPWord/TOC.php +++ b/Classes/PHPWord/TOC.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Template.php b/Classes/PHPWord/Template.php index 840d2295..9db3edba 100755 --- a/Classes/PHPWord/Template.php +++ b/Classes/PHPWord/Template.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/IWriter.php b/Classes/PHPWord/Writer/IWriter.php index eb561d1b..f5ca8299 100755 --- a/Classes/PHPWord/Writer/IWriter.php +++ b/Classes/PHPWord/Writer/IWriter.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/ODText.php b/Classes/PHPWord/Writer/ODText.php index 6ec25cba..7d8c2e4b 100755 --- a/Classes/PHPWord/Writer/ODText.php +++ b/Classes/PHPWord/Writer/ODText.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/ODText/Content.php b/Classes/PHPWord/Writer/ODText/Content.php index c33635cc..0899990b 100755 --- a/Classes/PHPWord/Writer/ODText/Content.php +++ b/Classes/PHPWord/Writer/ODText/Content.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/ODText/Manifest.php b/Classes/PHPWord/Writer/ODText/Manifest.php index c3c28981..89e802dc 100755 --- a/Classes/PHPWord/Writer/ODText/Manifest.php +++ b/Classes/PHPWord/Writer/ODText/Manifest.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/ODText/Meta.php b/Classes/PHPWord/Writer/ODText/Meta.php index 79624d82..53978614 100755 --- a/Classes/PHPWord/Writer/ODText/Meta.php +++ b/Classes/PHPWord/Writer/ODText/Meta.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/ODText/Mimetype.php b/Classes/PHPWord/Writer/ODText/Mimetype.php index def40db4..af3b3348 100755 --- a/Classes/PHPWord/Writer/ODText/Mimetype.php +++ b/Classes/PHPWord/Writer/ODText/Mimetype.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/ODText/Styles.php b/Classes/PHPWord/Writer/ODText/Styles.php index 7f388809..b5f87332 100755 --- a/Classes/PHPWord/Writer/ODText/Styles.php +++ b/Classes/PHPWord/Writer/ODText/Styles.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/ODText/WriterPart.php b/Classes/PHPWord/Writer/ODText/WriterPart.php index 1e05cd50..c65269a2 100755 --- a/Classes/PHPWord/Writer/ODText/WriterPart.php +++ b/Classes/PHPWord/Writer/ODText/WriterPart.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/RTF.php b/Classes/PHPWord/Writer/RTF.php index 80889ebe..a090fb17 100755 --- a/Classes/PHPWord/Writer/RTF.php +++ b/Classes/PHPWord/Writer/RTF.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/Word2007.php b/Classes/PHPWord/Writer/Word2007.php index bd574eb2..e62341bf 100755 --- a/Classes/PHPWord/Writer/Word2007.php +++ b/Classes/PHPWord/Writer/Word2007.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ use PhpOffice\PhpWord\Exceptions\InvalidImageException; diff --git a/Classes/PHPWord/Writer/Word2007/Base.php b/Classes/PHPWord/Writer/Word2007/Base.php index 4bb8908d..e9249120 100755 --- a/Classes/PHPWord/Writer/Word2007/Base.php +++ b/Classes/PHPWord/Writer/Word2007/Base.php @@ -23,7 +23,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/Word2007/ContentTypes.php b/Classes/PHPWord/Writer/Word2007/ContentTypes.php index eeaeb84d..8a6e39ef 100755 --- a/Classes/PHPWord/Writer/Word2007/ContentTypes.php +++ b/Classes/PHPWord/Writer/Word2007/ContentTypes.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/Word2007/DocProps.php b/Classes/PHPWord/Writer/Word2007/DocProps.php index be633419..2e8f8b5a 100755 --- a/Classes/PHPWord/Writer/Word2007/DocProps.php +++ b/Classes/PHPWord/Writer/Word2007/DocProps.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/Word2007/Document.php b/Classes/PHPWord/Writer/Word2007/Document.php index 9991179d..abdd92cc 100755 --- a/Classes/PHPWord/Writer/Word2007/Document.php +++ b/Classes/PHPWord/Writer/Word2007/Document.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/Word2007/DocumentRels.php b/Classes/PHPWord/Writer/Word2007/DocumentRels.php index e5aaffbd..9817a31f 100755 --- a/Classes/PHPWord/Writer/Word2007/DocumentRels.php +++ b/Classes/PHPWord/Writer/Word2007/DocumentRels.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/Word2007/Footer.php b/Classes/PHPWord/Writer/Word2007/Footer.php index f9b4763e..6ee18d66 100755 --- a/Classes/PHPWord/Writer/Word2007/Footer.php +++ b/Classes/PHPWord/Writer/Word2007/Footer.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/Word2007/Footnotes.php b/Classes/PHPWord/Writer/Word2007/Footnotes.php index fe7ced0e..28d087c7 100644 --- a/Classes/PHPWord/Writer/Word2007/Footnotes.php +++ b/Classes/PHPWord/Writer/Word2007/Footnotes.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2014 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,9 +20,9 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.8.0 */ diff --git a/Classes/PHPWord/Writer/Word2007/FootnotesRels.php b/Classes/PHPWord/Writer/Word2007/FootnotesRels.php index 6c81b3c9..0e562b59 100644 --- a/Classes/PHPWord/Writer/Word2007/FootnotesRels.php +++ b/Classes/PHPWord/Writer/Word2007/FootnotesRels.php @@ -2,7 +2,7 @@ /** * PHPWord * - * Copyright (c) 2011 PHPWord + * Copyright (c) 2014 PHPWord * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,9 +20,9 @@ * * @category PHPWord * @package PHPWord - * @copyright Copyright (c) 010 PHPWord + * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version Beta 0.6.3, 08.07.2011 + * @version 0.8.0 */ diff --git a/Classes/PHPWord/Writer/Word2007/Header.php b/Classes/PHPWord/Writer/Word2007/Header.php index 6bb6f784..59eebd91 100755 --- a/Classes/PHPWord/Writer/Word2007/Header.php +++ b/Classes/PHPWord/Writer/Word2007/Header.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/Word2007/Rels.php b/Classes/PHPWord/Writer/Word2007/Rels.php index 97f28d22..06eb59cc 100755 --- a/Classes/PHPWord/Writer/Word2007/Rels.php +++ b/Classes/PHPWord/Writer/Word2007/Rels.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/Word2007/Styles.php b/Classes/PHPWord/Writer/Word2007/Styles.php index c87d94bf..3724323e 100755 --- a/Classes/PHPWord/Writer/Word2007/Styles.php +++ b/Classes/PHPWord/Writer/Word2007/Styles.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /** diff --git a/Classes/PHPWord/Writer/Word2007/WriterPart.php b/Classes/PHPWord/Writer/Word2007/WriterPart.php index 91a863e0..cc004254 100755 --- a/Classes/PHPWord/Writer/Word2007/WriterPart.php +++ b/Classes/PHPWord/Writer/Word2007/WriterPart.php @@ -22,7 +22,7 @@ * @package PHPWord * @copyright Copyright (c) 2014 PHPWord * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL - * @version 0.7.0 + * @version 0.8.0 */ /**