Skip to content

Releases: aternosorg/php-modrinth-api

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

v2.0.0

19 Dec 17:18
0f87063

Choose a tag to compare

Release 2.0.0 of php-modrinth-api includes the following changes.
The changes are based on the latest openapi spec from modrinth.

  • Removed MiscApi->submitReport()
  • Removed UsersApi->getNotifications()
  • Removed filters from ProjectSearchOptions
  • Removed ProjectResult->getDependencies()
  • Removed some unused Models, Docs, Tests
  • Renamed model ForgeUpdatesPromos to ForgeUpdateCheckerPromos
  • Renamed model LicenseText200Response to License

v1.3.0

26 Sep 12:14
d4b466a

Choose a tag to compare

New Features

  • The facet types MODIFIED_TIMESTAMP and CREATED_TIMESTAMP have been added.

Deprecations

  • The facet types DATE_MODIFIED and DATE_CREATED are now deprecated.

The API has never returned any results when using these facets and they are scheduled for removal in Modrinth API v3.

  • The filters parameter has been deprecated and is scheduled for removal in Modrinth API version 3. Use facets instead.

v1.2.1

29 Aug 16:49
2b59ec0

Choose a tag to compare

Fixes

  • Fix types for payout history
  • Fix PHPDoc type for facets in generated classes