Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#35 Update README #38

Merged
merged 1 commit into from
Jan 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ converts speeds, date stamps and time stamps into human-readable strings.

Remote files (via http: or https:) are supported.

Currently Exif Version 3.0 is supported. (Wait for other versions...)
Supported Exif Versions:
- 3.0
- 2.32
- 2.31
- 2.3
- 2.21
- 2.2
- 2.1

## 2. Contents

Expand Down Expand Up @@ -902,6 +909,12 @@ The code below creates a list of photos in the dir `img/`.

## 8. Changelog

### 2024/01/14: version updated 1.5.0 => 1.5.1

#### Improvement

- Updated: README

### 2024/01/14: version updated 1.4.1 => 1.5.0

#### Improvement
Expand Down
3 changes: 3 additions & 0 deletions bin/TestAndLint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ test_and_lint() {
echo "[PHP $1][parallel-lint]"
./vendor/bin/parallel-lint src tests example
echo "-----------------------------------------------------------"
echo "[PHP $1][neon-lint]"
./vendor/nette/neon/bin/neon-lint conf
echo "-----------------------------------------------------------"
echo "[PHP $1][phpcs]"
./vendor/bin/phpcs --ignore=vendor \
--standard=phpcs.xml \
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "macocci7/php-photo-gps",
"version": "1.5.0",
"version": "1.5.1",
"description": "Retrieves EXIF GPS data from a photo.",
"type": "library",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.