Skip to content

Tags: cmfcmf/OpenWeatherMap-PHP-API

Tags

v3.4.0

Toggle v3.4.0's commit message
chore: Fix deprecation warnings for PHP 8.4 (fixes #195) 

v3.3.2

Toggle v3.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #181 from hevertonfreitas/php-8.1 

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
cmfcmf Christian Flach
Update docs dependencies 

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle new UV response format (#157) Co-authored-by: Christian Flach <cmfcmf.flach@gmail.com>

v3.2.3

Toggle v3.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Also test on PHP 7.4 

v3.2.2

Toggle v3.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
cmfcmf Christian Flach
Switch to other action for uploading to GitHub pages 

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #145 from 1Franck/master Added interface JsonSerializable to Util\Unit class

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
cmfcmf Christian Flach
Minor docs cs fix 

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
cmfcmf Christian Flach
Remove old file 

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 3 Update (#134) * Remove deprecated constructor and methods * Replace '&deg;C' by °C * Use °F instead of just F * Switch to PSR-6 cache implementation * Use PSR-17 and PSR-18 for HTTP calls * Apply fixes from StyleCI (#135) * Allow php-http/guzzle6-adapter@1 * Drop support for PHP 5 and throw error on status codes other than 200 psr/http-client requires PHP 7 * Hmpf * Add forgotten conversion from "F" to "°F" * Consistently capitalize PHP and API * Apply fixes from StyleCI * Apply fixes from StyleCI * Remove weather history support I am removing support for querying weather history, because there is no way to receive a free API key to test it. * Fix typo