forked from PHPOffice/PHPPresentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
60 lines (57 loc) · 3.12 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
**************************************************************************************
* PHPPowerPoint
*
* Copyright (c) 2009 - 2010 PHPPowerPoint
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* @copyright Copyright (c) 2009 - 2010 PHPPowerPoint (http://www.codeplex.com/PHPPowerPoint)
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
* @version ##VERSION##, ##DATE##
**************************************************************************************
To be planned:
- General: (MB) Work item 1165 - Rename PHPPowerpoint.php to PHPPowerPoint.php
- General: (MB) Work item 5270 - Create build script using Phing
- Feature: (MB) Work item 815 - Provide fluent interfaces where possible
- Feature: (MB) Work item 1034 - Use existing presentation template when writing PPTX file
- Feature: (MB) Work item 1093 - Implement bullet and numeric lists
- Feature: (MB) Work item 1173 - getProperties: setCompany feature request
- Feature: (MB) Work item 1375 - New shape type: table
- Feature: (MB) Work item 2804 - Use of CDATA text when writing text
- Feature: (MB) Work item 1378 - Possibility to set borders on tables and table cells
- Feature: (MB) Work item 4921 - Access to additional properties of Text Boxes
- Feature: (MB) Applied patches 7010 and 7020
- Feature: (MB) Work item 1196 - Add a hyperlink to an image or textbox
- Feature: (MBaker) Implement autoloader
- Feature: (Progi1984) Implement ODP Writer
- Feature: (MB) Work item 4953 - PowerPoint Charts
- Feature: (MB) Work item 5580 - Editing chart data
- Feature: (MB) Work item 5461 - Solid Fill support
- Feature: (MB) Applied patch 8375
- Feature: (Progi1984) Implement ODP Writer
- Bugfix: (MBaker) Allow solid colour fill
- Bugfix: (MB) Work item 3910 - Table width setting Office 2007
- Bugfix: (MB) Work item 4598 - Bullet characters in Master Slide Layouts of template file become corrupted
- Bugfix: (MB) Work item 3424 - Generated files cannot be opened in Office 08 for Mac OSX
- Bugfix: (MB) Work item 2541 - Table Cell Borders Not Displaying Correctly
- Bugfix: (MB) Work item 4597 - Multiple Master Slides are not supported
- Bugfix: (MB) Work item 4596 - Images in Layouts other than first Master Slide within Template file causes corrupted PPTX
Initial version:
- Create a Presentation object
- Add one or more Slide objects
- Add one or more Shapes to Slide objects
- Text Shapes
- Image Shapes
- Export Presentation object to PowerPoint 2007 OpenXML format