File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.2.0] ( https://github.com/PHPOffice/PHPWord/tree/1.2.0 ) (WIP)
2
+
3
+ [ Full Changelog] ( https://github.com/PHPOffice/PHPWord/compare/1.2.0...1.3.0 )
4
+
5
+ ## Enhancements
6
+
7
+ ### Bug fixes
8
+
9
+ - MsDoc Reader : Correct Font Size Calculation by [ @oleibman ] ( https://github.com/oleibman ) Issue [ #2526 ] ( https://github.com/PHPOffice/PHPWord/issues/2526 ) PR [ #2531 ] ( https://github.com/PHPOffice/PHPWord/pull/2531 )
10
+
11
+ ### Miscellaneous
12
+
13
+
14
+ ### BC Breaks
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public function testLoad(): void
62
62
63
63
public function testLoadHalfPointFont (): void
64
64
{
65
- $ filename = __DIR__ . '/../_files/documents/word.2526 .doc ' ;
65
+ $ filename = __DIR__ . '/../_files/documents/reader.font-halfpoint .doc ' ;
66
66
$ phpWord = IOFactory::load ($ filename , 'MsDoc ' );
67
67
$ sections = $ phpWord ->getSections ();
68
68
self ::assertCount (1 , $ sections );
File renamed without changes.
You can’t perform that action at this time.
0 commit comments