Unclaimed project
Are you a maintainer of PHPWord? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
PHPWord
A pure PHP library for reading and writing word processing documents
docdocxhtmllibreoffice-writermswordodt+4
Last updated 21 days ago
More PHP Projects
SecLists
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
72.3k PHPcoolify
An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your own servers.
59.0k PHPserver
☁️ Nextcloud server, a safe home for all your data
36.2k PHPframework
Laravel is a web application framework with expressive, elegant syntax.
34.8k PHPBack to changelogNew
1.3.0
Full Changelog: https://github.com/PHPOffice/PHPWord/compare/1.2.0...1.3.0
Enhancements
- IOFactory : Added extractVariables method to extract variables from a document @sibalonat in #2515
- PDF Writer : Documented how to specify a PDF renderer, when working with the PDF writer, as well as the three available choices by @settermjd in #2642
- Word2007 Reader: Support for Paragraph Border Style by @damienfa in #2651
- Word2007 Writer: Support for field REF by @crystoline in #2652
- Word2007 Reader : Support for FormFields by @vincentKool in #2653
- RTF Writer : Support for Table Border Style fixing #345 by @Progi1984 in #2656
- Word2007 Reader: Support the page break () by @stanolacko in #2662
- MsDoc Reader: Support for UTF-8 characters by @Progi1984 fixing #881, #1454, #1817, #1927, #2383, #2565 in #2664
- Word2007 Writer: Added support for multiples comment for the same text by @rodrigoq fixing #2109 in #2665
Bug fixes
- MsDoc Reader : Correct Font Size Calculation by @oleibman fixing #2526 in #2531
- Html Reader : Process Titles as Headings not Paragraphs @0b10011 and @oleibman Issue #1692 PR #2533
Generate Table Cell if Row Doesn't Have Any @oleibman fixing #2505 in #2516TemplateProcessor Persist File After Destruct @oleibman fixing #2539 in #2545TemplateProcessor Destructor Problem with Php7 @oleibman fixing #2548 in #2554bug: TemplateProcessor fix multiline values @gimler fixing #268, #2323 and #2486 in #252232-bit Problem in PasswordEncoder @oleibman fixing #2550 in #2551Typo : Fix hardcoded macro chars in TemplateProcessor method @glafarge in #2618XML Reader : Prevent fatal errors when opening corrupt files or "doc" files @mmcev106 in #2626Documentation : Updated Comment element by @laminga in #2650HTML Reader : Read width & height attributes in points fixing #2589 by @Progi1984 in #2654Template Processor : Fixed bad naming of variables fixing #2586 by @Progi1984 in #2655Word2007 Writer : Fix first footnote appearing as separator #2634 by @jacksleight in #2635Template Processor : Fixed images with transparent backgrounds displaying a white background by @ElwynVdb in #2638HTML Writer : Fixed rowspan for tables by @andomiell in #2659Word2007 Writer : Fixed StrikeThrough property by @noec764 fixing #1722 & #1693 in #2661HTML Reader : Fixed link without href by @asmundstavdahl fixing #1562 in #2663Miscellaneous
- Bump dompdf/dompdf from 2.0.3 to 2.0.4 by @dependabot in #2530
- Bump phpunit/phpunit from 9.6.13 to 9.6.14 by @dependabot in #2519
- Bump mpdf/mpdf from 8.2.0 to 8.2.2 by @dependabot in #2518
- Bump phpmd/phpmd from 2.14.1 to 2.15.0 by @dependabot in #2538
- Bump phpunit/phpunit from 9.6.14 to 9.6.15 by @dependabot in #2537
- Bump symfony/process from 5.4.28 to 5.4.34 by @dependabot in #2536
- Allow rgb() when converting Html by @oleibman fixing #2508 in #2512
- Improved Issue Template by @Progi1984 in #2609
- Bump phpoffice/math from 0.1.0 to 0.2.0 by @Progi1984 fixing #2559 in #2645
- Bump tecnickcom/tcpdf from 6.6.5 to 6.7.5 by @dependabot in #2646
- Bump mpdf/mpdf from 8.2.2 to 8.2.4 by @dependabot in #2647
- Bump phenx/php-svg-lib from 0.5.1 to 0.5.4 by @dependabot in #2649
- Bump phpstan/phpstan-phpunit from 1.3.15 to 1.4.0 by @dependabot in #2648
New Contributors
- @sibalonat made their first contribution in https://github.com/PHPOffice/PHPWord/pull/2515
- @settermjd made their first contribution in https://github.com/PHPOffice/PHPWord/pull/2642
- @glafarge made their first contribution in https://github.com/PHPOffice/PHPWord/pull/2618
- @mmcev106 made their first contribution in https://github.com/PHPOffice/PHPWord/pull/2626
- @jacksleight made their first contribution in https://github.com/PHPOffice/PHPWord/pull/2635
- @ElwynVdb made their first contribution in https://github.com/PHPOffice/PHPWord/pull/2638