Skip to content

Commit 563e494

Browse files
committed
Merge branch 'develop' of https://github.com/PHPOffice/PHPPowerPoint into develop
2 parents 9cf5de9 + 63a9586 commit 563e494

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,15 @@
2020
- Solid Fill support - @maartenba CP-5461
2121
- Applied patch 8375 - @maartenba CP-8375
2222
- Implement autoloader - @MarkBaker
23-
- Implement ODP Writer - @Progi1984
23+
- ODPresentation Writer : Implement Basic Writer - @Progi1984 GH-1
24+
- ODPresentation Writer : Implement Support of Charts - @Progi1984 GH-33
25+
- ODPresentation Writer : Implement Support of Lines - @Progi1984 GH-30
26+
- ODPresentation Writer : Implement Support of Tables - @Progi1984 GH-31
27+
- PowerPoint2007 Writer : Implement Support of Fill - @Progi1984 GH-32
2428

2529
### Bugfix
2630

27-
- Allow solid colour fill - @MarkBaker
31+
- Allow solid color fill - @MarkBaker
2832
- Table width setting Office 2007 - @maartenba CP-3910
2933
- Bullet characters in Master Slide Layouts of template file become corrupted - @maartenba CP-4598
3034
- Generated files cannot be opened in Office 08 for Mac OSX - @maartenba CP-3424
@@ -33,11 +37,16 @@
3337
- Images in Layouts other than first Master Slide within Template file causes corrupted PPTX - @maartenba CP-4596
3438
- Fixed A3 and A4 formats dimensions - @delphiki GH-16
3539
- Fixed custom document layout - @delphiki GH-18
36-
<<<<<<< HEAD
3740
- Filename parameter is required for IWriter::save method - @sapfeer0k GH-19
38-
=======
39-
- Filename parameter is required for IWriter::save method
40-
>>>>>>> master
41+
- DocumentLayout: Fix incorrect variable assignment - @kaiesh GH-6
42+
- Hyperlink: Wrong input parameter object type in setHyperlink - @nynka GH-23
43+
- ODPresentation Writer: ODP writer is locale sensitive in the wrong places - @Progi1984 GH-21
44+
- ODPresentation Writer: Display InMemory Image - @Progi1984 GH-29
45+
- PowerPoint2007 Writer: Bar3D doesn't display - @Progi1984 GH-32
46+
- PowerPoint2007 Writer: Changed PowerPoint2007 writer attributes to protected - @delphiki GH-20
47+
- PowerPoint2007 Writer: Scatter chart with numerical X values not working well - @Progi1984 GH-3
48+
- Shape RichText: Support of Vertical Alignment in PowerPoint2007 - @Progi1984 GH-35
49+
4150

4251
### Miscellaneous
4352

@@ -46,7 +55,9 @@
4655
- QA: Prepare `.travis.yml` and `phpcs.xml` for Travis build passing - @Progi1984 @ivanlanin
4756
- QA: Initiate unit tests - @Progi1984 @ivanlanin
4857
- QA: Cleanup source code for PSR dan PHPDoc compatibility - @ivanlanin
58+
- QA: Unit Tests - @Progi1984 & @ivanlanin
4959
- Doc: Initiate documentation - @ivanlanin
60+
- Doc: Move to [Read The Docs](http://phppowerpoint.readthedocs.org) - @Progi1984
5061
- Refactor: Change PHPPowerPoint_Shape_Shadow to PHPPowerPoint_Style_Shadow because it's a style, not a shape - @ivanlanin
5162
- Refactor: Change PHPPowerPoint_SlideIterator to PHPPowerPoint_Slide_Iterator - @ivanlanin
5263

0 commit comments

Comments
 (0)