Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 2.2 KB

CHANGELOG-dev.md

File metadata and controls

51 lines (37 loc) · 2.2 KB

Changes of LoTGD IDMarinas Edition

Visit the Wiki for more details.
Visit the Documentation for more details.
Visit the README.
Visit V2 Changelog
Visit V3 Changelog
Visit V4 Changelog
Visit V5 Changelog
Visit V6 Changelog
Visit V7 Changelog

Version: 7.2.0

🌀 CHANGES

  • Nothing

⭐ FEATURES

  • Nothing

🔥 DEPRECATED

  • Nothing

🔧 FIXES

  • Nothing

❌ REMOVES

  • Jaxon-PHP removed, migrated to StimulusJS

📓 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 you 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