Skip to content

Releases: idmarinas/lotgd-game

7.1.14

14 Mar 17:48
Compare
Choose a tag to compare

🌀 CHANGES

  • Nothing

⭐ FEATURES

  • Jaxon-php add compatibility with version 4

🔥 DEPRECATED

  • Nothing

🔧 FIXES

  • Nothing

❌ 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 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

Full Changelog: 7.1.12...7.1.13

7.1.13

09 Nov 20:26
Compare
Choose a tag to compare

🌀 CHANGES

  • Nothing

⭐ FEATURES

  • All Fixed class
    • Added documented methods for IDEs

🔥 DEPRECATED

  • Nothing

🔧 FIXES

  • Nothing

❌ 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 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

Full Changelog: 7.1.12...7.1.13

7.1.12

01 Oct 15:11
Compare
Choose a tag to compare

🌀 CHANGES

  • Nothing

⭐ FEATURES

  • All Fixed class
    • Added documented methods for IDEs

🔥 DEPRECATED

  • Nothing

🔧 FIXES

  • public/common_common.php Fixed a rare error where the gensize could exceed the maximum allowed value.

❌ 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.11...7.1.12

7.1.11

29 Aug 14:36
Compare
Choose a tag to compare

🌀 CHANGES

  • Nothing

⭐ FEATURES

  • Nothing

🔥 DEPRECATED

  • Nothing

🔧 FIXES

  • Fixed a error in 6.0.0 migration database, when make a installation.

❌ 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.10...7.1.11

7.1.10

02 Aug 12:19
Compare
Choose a tag to compare

🌀 CHANGES

  • Nothing

⭐ FEATURES

  • Nothing

🔥 DEPRECATED

  • Nothing

🔧 FIXES

  • translations/en/page_pvp+intl-icu.en.yaml and src/core/Pvp/Support Fix error with var name.
  • src/core/Entity/ModuleUserprefs.php Fixed fields, not allow null values.
  • lib/modules/prefs.php Add default values when not found pref.
  • src/core/Controller/ClanController.php Allow see list of clans when clanrank is applicant.
  • src/core/Controller/GypsyController.php Fixed, now return index if not have money
  • public/inn.php Fix error, use $method to now if is default page

❌ 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.9...7.1.10

7.1.9

09 Jul 12:53
Compare
Choose a tag to compare

🌀 CHANGES

  • Nothing

⭐ FEATURES

  • Nothing

🔥 DEPRECATED

  • Nothing

🔧 FIXES

  • templates/page/_blocks/_bank.html.twig Fix error, now pass more info as params.
  • translations/en/page_pvp+intl-icu.en.yaml Fix error with var name.

❌ 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.8...7.1.9

7.1.8

17 Jun 12:52
Compare
Choose a tag to compare

🌀 CHANGES

  • Nothing

⭐ FEATURES

  • Nothing

🔥 DEPRECATED

  • Nothing

🔧 FIXES

  • public/images/logdnet.php and src/core/Http/Response.php Avoid save user when register in Logdnet
  • src/core/Controller/HofController.php Fixed error in order of money
  • src/core/Entity/Faillog.php Fixed error in typing post is an array not a string
  • src/core/Entity/Pettitions.php Fixed error in typing post is an array not a string
  • tailwind.config.js Add to content key ./vendor/**/*.twig for search TailwindCSS class in templates

❌ 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

7.1.7

25 May 13:52
Compare
Choose a tag to compare

🌀 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

7.1.6

03 May 11:34
Compare
Choose a tag to compare

🌀 CHANGES

  • Nothing

⭐ FEATURES

  • Nothing

🔥 DEPRECATED

  • Nothing

🔧 FIXES

  • migrations/2021/Version20210127183022.php Quote location and function in create table module_hooks

❌ 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

7.1.5

01 May 18:13
Compare
Choose a tag to compare

🌀 CHANGES

  • Nothing

⭐ FEATURES

  • Nothing

🔥 DEPRECATED

  • Nothing

🔧 FIXES

  • src/core/Installer/Pattern/Version.php Fixed, added missing versions
  • src/core/Navigation/Navigation.php Fixed, now check correct if exist navs

❌ REMOVES

  • Deleted dependency of laminas/laminas-code not in use

📓 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