Skip to content

9.0.1

Choose a tag to compare

@skerbis skerbis released this 05 Dec 16:13
· 7 commits to main since this release

What's Changed

  • 😄 Erweiterte Favoritenverwaltung , AddOnseiten können jetzt ausgewählt werden.
  • 😄 Buttons können deaktiviert werden
  • Anpassung der Verzeichnisstruktur by @christophboecker in #203
  • Nicht benötigen Code entfernt by @christophboecker in #204
  • cs_fixer aktualisiert , deprecated methoden und classes entfernt by @skerbis in #205
  • Favs extended by @skerbis in #206

Full Changelog: 8.3.3...9.0.0

9.0.1
Bugfixes:

  • Fixed str_contains error when checking permissions for non-admin users
  • Fixed duplicate language key quick_navigation_media_live_search_placeholder
  • Improved permission checking for addon pages with proper array iteration
  • Added array type filtering for addon favorites to prevent type errors
  • Excluded mediapool and adminer from favorites selection
  • Translated German code comments to English

Technical Changes:

  • hasPerm now properly handles permission arrays by iterating through them
  • Added array_filter with is_string check for addon page keys
  • Removed mediapool and adminer from available favorites list