Releases: lukasoppermann/http-status
Releases · lukasoppermann/http-status
4.0.0 - Update Status Code 425
What's Changed
- Completed 425 HTTP status code update by @MaelImhof in #31
- Allowed "de" value for Httpstatus::setLanguage by @MaelImhof in #32
New Contributors
- @MaelImhof made their first contribution in #31
Full Changelog: 3.3.0...4.0.0
German status response messages
What's Changed
- Implemented german translations for status codes by @cloudmaker97 in #30
New Contributors
- @cloudmaker97 made their first contribution in #30
Full Changelog: 3.2.2...3.3.0
3.2.2 Fix for PHP 8.2
What's Changed
- Httpstatus: define property by @SMillerDev in #29
New Contributors
- @SMillerDev made their first contribution in #29
Full Changelog: 3.2.1...3.2.2
Type fix
Merge pull request #28 from pavelskipenes/master fix type error
PHP 8.1 Compatibility
3.2.0 php 8.1 compatability
Move status codes to language specific files
3.1.0 allow for status in different languages via predefined files
Upgrade php unit & drop support for old php versions below php 7.3
Breaking change:
Anything below php 7.3 is not tested anymore
Added 425
Release 2.0
- has* methods now return a boolean of true or false, NOT an exception