Releases: aternosorg/php-modrinth-api
Releases · aternosorg/php-modrinth-api
Release list
v3.2.1
- Add include changelog option to client methods for listing versions
Full Changelog: v3.2.0...v3.2.1
v3.2.0
- Add include_changelog option to list versions endpoint
Full Changelog: v3.1.0...v3.2.0
v3.1.0
v3.0.0
Release 3.0.0
What's Changed
- Update dependencies and require php ^8.3 by @pavog in #16
- Fix
testGetGameVersionsby searching for the latest release by @pavog in #17 - Add method return type
voidto all test functions in ClientTest.php by @pavog in #18
Full Changelog: v2.2.0...v3.0.0
v2.2.0
v2.1.4
- Fix another deprecation warning
Full Changelog: v2.1.3...v2.1.4
v2.1.3
- Actually fix deprecation warnings
Full Changelog: v2.1.2...v2.1.3
v2.1.2
- Fix deprecation warnings in PHP 8.4
- Fix version in default user agent
Full Changelog: v2.1.1...v2.1.2
v2.1.1
- Accept "unknown" as a value for client_side and server_side (Fix #12)
v2.1.0
- Add method to get all results from all pages to PaginatedList