Skip to content

7.1.7

Compare
Choose a tag to compare
@idmarinas idmarinas released this 25 May 13:52
· 86 commits to 7.1 since this release

πŸŒ€ CHANGES

  • Nothing

⭐ FEATURES

  • Nothing

πŸ”₯ DEPRECATED

  • Nothing

πŸ”§ FIXES

  • src/core/Combat/Battle.php Add Battle Expression dependencie
  • src/core/ExpressionLanguage/BattleProvider.php Add function floor to avoid errors
  • src/core/Installer/Pattern/Version.php Add missing version 7.1.6
  • src/core/Controller/StablesController.php Fixed error when buy creature and sell other.
  • src/core/Combat/Battle.php and src/core/Combat/BattleStart.php Fixed bug that caused buffs not to be retained
  • src/core/Tool/Tool/DeathMessage.php Fixed error, no use property $this->translator
  • src/core/Tool/Tool/Taunt.php Fixed error, no use property $this->translator
  • src/core/Controller/GraveyardController.php Fixed error that, when win battle not show navs

❌ REMOVES

  • Nothing

πŸ““ NOTES

  • Important:
    • ⚠️ Since version 5.0.0 Installer is only via terminal (command: php bin/console lotgd:install)
    • ⚠️ Avoid, as far as possible, using static classes (e.g. LotgdSetting, Doctrine, LotgdTranslation...) as these classes will be deleted in a future version. Use autowire, dependency injection when possible.
    • ⚠️ Version 7.0.0 change templates for use TailwindCSS
  • Upgrade/Install for version 5.0.0 and up
    • First read docs and follow steps.
    • If have problems:
      • Read info in storage/log/tracy/* files, and see the problem.
      • Read info in var/log/* files, and see the problem.
      • Read info in var/log/apache2/error.log (this is the default location in Debian, can change in your OS distribution) in your webserver.
      • If you can't solve the problem go to: Repository issues
  • composer.json Updated/Added/Deleted dependencies
  • package.json Updated/Added/Deleted dependencies

Full Changelog: 7.1.6...7.1.7