-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
498 additions
and
391 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
# CHANGELOG.md | ||
|
||
Current version: `v1.0.0` | ||
Current version: `v1.0.1` | ||
|
||
All notable changes to the **HOLIDAY - Metadata** PHP classes for reading and writing metadata from/to JPG image files. | ||
|
||
## v1.0.1 - 2022-07-10 | ||
* Improved namespace handing in `XmpDocument` class | ||
* Added option `read_ony` in `Jpeg` and `Metadata` to read the image data file without reading/importing the whole | ||
image, reducing memory usage and improving reading speed | ||
* Added fields with extension _FMT in `Metadata` covering EXIF data in which data is pre-formatted | ||
* Updated `locale` translation file | ||
|
||
## v1.0.0 - 2022-07-10 | ||
Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.