File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change
1
+ # ## Temporary files
1
2
.DS_Store
2
3
._ *
3
4
.Spotlight-V100
4
5
.Trashes
5
6
Thumbs.db
6
7
Desktop.ini
8
+
9
+ # ## IDE Jetbrains PhpStorm
7
10
.idea
11
+ # ## IDE Eclipse
12
+ * .settings
13
+ * .project
14
+ * .buildpath
15
+
16
+ # ## Continuous Integration
8
17
build /
9
18
phpunit.xml
10
19
composer.phar
11
20
vendor
12
- * .settings
13
- * .project
14
- * .buildpath
21
+ /batch_CI.bat
15
22
16
- /samples /results
17
- /phpunit.bat
18
- /todo.txt
23
+ # ## Samples
19
24
/samples /Sample_00_Test.php
20
- /samples /# 47
21
- /samples /# 70
22
- /samples /# 71
25
+ /samples /# *
23
26
/samples /Github_ * . *
24
- /samples /# 83/*.lnk
27
+ /samples /results
Original file line number Diff line number Diff line change 39
39
- Improved the documentation about Table Shapes and cell width - @Progi1984 GH-104
40
40
- Some parts of code shared between PHPOffice projects have been moved to PhpOffice/Common - @Progi1984
41
41
- Refactored the PowerPoint97 Reader for managing the group shape and improving evolutions - @Progi1984 GH-110
42
+ - Added a sample (12) for PowerPoint97 Reader with tree of the PhpPowerPoint object - @Progi1984 GH-110
42
43
43
44
## 0.3.0 - 2014-09-22
44
45
You can’t perform that action at this time.
0 commit comments