Skip to content

Releases: aternosorg/php-modrinth-api

v3.2.1

20 Jan 10:13
f11caea

Choose a tag to compare

  • Add include changelog option to client methods for listing versions

Full Changelog: v3.2.0...v3.2.1

v3.2.0

19 Jan 10:02
1cbf87d

Choose a tag to compare

  • Add include_changelog option to list versions endpoint

Full Changelog: v3.1.0...v3.2.0

v3.1.0

19 Dec 21:22
ce3cb98

Choose a tag to compare

What's Changed

  • Add new cases for file type enum

Full Changelog: v3.0.0...v3.1.0

v3.0.0

11 Nov 17:00
41d9404

Choose a tag to compare

Release 3.0.0

⚠️ v3.0.0 requires php ^8.3 ⚠️

What's Changed

  • Update dependencies and require php ^8.3 by @pavog in #16
  • Fix testGetGameVersions by searching for the latest release by @pavog in #17
  • Add method return type void to all test functions in ClientTest.php by @pavog in #18

Full Changelog: v2.2.0...v3.0.0

v2.2.0

10 Nov 15:56
565fbb6

Choose a tag to compare

What's Changed

  • Regenerated code with openapi-generator on v7.17.0 by @pavog in #13
  • Add optional filter for NeoForgeUpdate to ModrinthAPIClient->getForgeUpdates() by @pavog in #15

Full Changelog: v2.1.4...v2.2.0

v2.1.4

20 Jan 16:25
58cfefc

Choose a tag to compare

  • Fix another deprecation warning

Full Changelog: v2.1.3...v2.1.4

v2.1.3

20 Jan 16:21
b94eb5e

Choose a tag to compare

  • Actually fix deprecation warnings

Full Changelog: v2.1.2...v2.1.3

v2.1.2

20 Jan 16:01
bcc346a

Choose a tag to compare

  • Fix deprecation warnings in PHP 8.4
  • Fix version in default user agent

Full Changelog: v2.1.1...v2.1.2

v2.1.1

02 Sep 14:29
2608aed

Choose a tag to compare

  • Accept "unknown" as a value for client_side and server_side (Fix #12)

v2.1.0

09 Jan 10:32
e7fae0a

Choose a tag to compare

  • Add method to get all results from all pages to PaginatedList