Skip to content

chore: bump fr.maxlego08.menu:zmenu-api from 1.1.1.7 to 1.1.1.8 - #316

Merged
Nighterezi merged 1 commit into
mainfrom
dependabot/gradle/fr.maxlego08.menu-zmenu-api-1.1.1.8
Aug 25, 2026
Merged

chore: bump fr.maxlego08.menu:zmenu-api from 1.1.1.7 to 1.1.1.8#316
Nighterezi merged 1 commit into
mainfrom
dependabot/gradle/fr.maxlego08.menu-zmenu-api-1.1.1.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps fr.maxlego08.menu:zmenu-api from 1.1.1.7 to 1.1.1.8.

Changelog

Sourced from fr.maxlego08.menu:zmenu-api's changelog.

1.1.1.8

New Features

  • Fallback inventories for dialogs on older clients: dialogs can now define a fallback-inventory (name, optional plugin, and optional page). When a player's client is below Minecraft 1.21.6 and cannot render dialogs, zMenu opens the configured chest inventory instead, or sends a dedicated message when no fallback is available. Client versions are detected through ViaVersion, ProtocolSupport, or Paper's handshake protocol.
  • Client version API: added ClientVersionManager, ClientVersionProvider, and protocol-to-Minecraft version mapping to the public API, allowing integrations to query a player's real client version and register additional providers.
  • Placeholder-aware take_item amounts: the amount field of the take_item / take-item action now accepts placeholders and is resolved for the player when the action runs. It still defaults to 1.
  • UUID targets in placeholder requirements: target-player can now resolve to either a player name or a UUID when evaluating a placeholder requirement for another player.

Improvements

  • Updated zItems support: migrated the material loader to the latest zItems registry API. zItems is now loaded after zMenu to avoid Paper dependency cycles, while older incompatible zItems APIs fail gracefully instead of breaking inventory loading.
  • Dialog management hardening: dialog registries and active-dialog tracking are now thread-safe, the API returns the actual loaded dialog names, and dialog names are removed correctly during reloads.
  • Error reporting: exceptions are now routed through the zMenu logger with the plugin prefix and complete cause chain instead of being printed directly to standard error.

Fixes

  • Fixed active dialog data not being cleared when a player disconnects, which could leak entries and restore a stale dialog after reconnecting.
  • Fixed plugin shutdown throwing an additional NullPointerException when startup failed before the website manager was initialized.
  • Fixed Minecraft version parsing accepting later numeric fragments after a non-numeric version segment.

Internal Changes

  • Added anonymous usage metrics through FastStats, with proper startup and shutdown lifecycle handling.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fr.maxlego08.menu:zmenu-api](https://github.com/MaxLego08/zMenu) from 1.1.1.7 to 1.1.1.8.
- [Release notes](https://github.com/MaxLego08/zMenu/releases)
- [Changelog](https://github.com/Maxlego08/zMenu/blob/main/changelog.md)
- [Commits](https://github.com/MaxLego08/zMenu/commits)

---
updated-dependencies:
- dependency-name: fr.maxlego08.menu:zmenu-api
  dependency-version: 1.1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Assignees

The following users could not be added as assignees: Nighter. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 24, 2026
@Nighterezi
Nighterezi merged commit 2a32376 into main Aug 25, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/gradle/fr.maxlego08.menu-zmenu-api-1.1.1.8 branch August 25, 2026 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant