You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ This is the changelog between releases of PHPWord. Releases are listed in revers
4
4
5
5
## 0.9.2 - Not yet released
6
6
7
+
This release marked heavy refactorings on internal code structure with the creation of some abstract classes to reduce code duplication. `Element` subnamespace is introduced in this release to replace `Section`.
8
+
7
9
### Features
8
10
9
11
- Image: Get image dimensions without EXIF extension - @andrew-kzooGH-184
@@ -48,14 +50,16 @@ This is the changelog between releases of PHPWord. Releases are listed in revers
- Writer: Refactor writer classes and make a new AbstractWriter abstract class - @ivanlaninGH-160
52
-
- General: Refactor folders: Element and Exception - @ivanlaninGH-187
53
-
- General: Remove legacy HashTable and ZipStreamWrapper and all related properties/methods - @ivanlaninGH-187
54
-
- Element: Create new AbstractElement abstract class - @ivanlaninGH-187
53
+
- Writer: Refactor writer classes and create a new `Write\AbstractWriter` abstract class - @ivanlaninGH-160
54
+
- General: Refactor folders: `Element` and `Exception` - @ivanlaninGH-187
55
+
- General: Remove legacy `HashTable` and `Shared\ZipStreamWrapper` and all related properties/methods - @ivanlaninGH-187
56
+
- Element: New `AbstractElement` abstract class - @ivanlaninGH-187
55
57
- Media: Refactor media class to use one method for all docPart (section, header, footer, footnote) - @ivanlaninGH-187
56
58
- General: Remove underscore prefix from all private properties name - @ivanlaninGH-187
57
-
- General: Move Section Settings to Style\Section - @ivanlaninGH-187
59
+
- General: Move Section `Settings` to `Style\Section` - @ivanlaninGH-187
58
60
- General: Give `Abstract` prefix and `Interface` suffix for all abstract classes and interfaces as per [PHP-FIG recommendation](https://github.com/php-fig/fig-standards/blob/master/bylaws/002-psr-naming-conventions.md) - @ivanlaninGH-187
61
+
- Style: New `Style\AbstractStyle` abstract class - @ivanlaninGH-187
62
+
- Writer: New 'ODText\Base` class - @ivanlaninGH-187
0 commit comments