FluxCP icon indicating copy to clipboard operation
FluxCP copied to clipboard

(FIX) deprecated messages and minor bugs

Open danieldpl opened this issue 6 months ago • 0 comments

Changes proposed in this Pull Request:

  • Update Readme
  • Fixed deprecated warnings
  • Removed some unnecessary whitespace
  • Fixed issues in the monster module

Fixes

PHP and Readme

  • Updated Readme minimum PHP version to 7.0 due to usage of the null coalescing operator (??).
  • Fixed deprecated warnings in PHP 8.2 related to strtolower, trim, and ctype functions.

Monster module:

  • Fixed MVP search with "no" option, which previously failed by comparing to 0 instead of checking for null.
  • Added support for renewal tables to allow searching for custom monsters.

danieldpl avatar Jul 06 '25 02:07 danieldpl