Skip to content

Commit b87ddaf

Browse files
ewilan-rivieregithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent b3540b7 commit b87ddaf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to `php-archive` will be documented in this file.
44

5+
## 2.0.0 - 2023-08-08
6+
7+
### BREAKING CHANGES
8+
9+
- All simple getters have now `get` prefix. For example, `getPath()` instead of `path()`, `getFilename()` instead of `filename()`, etc. It concerns all simple getters of `BasicArchive`, `ArchiveItem`, `ArchiveStat`, `PdfMeta`, `ArchiveCreate` classes.
10+
11+
> Why?
12+
All these classes have some methods like setters or actions. To be consistent and clear, all simple getters have now `get` prefix.
13+
514
## 1.5.12 - 2023-07-07
615

716
- `BaseArchive` can now `findFiles` with auto sort

0 commit comments

Comments
 (0)