Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Feb 8, 2023
1 parent a4924df commit 4cb5954
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG-V7.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,44 @@ Visit **_V3_** [Changelog](https://github.com/idmarinas/lotgd-game/blob/migratio
Visit **_V5_** [Changelog](https://github.com/idmarinas/lotgd-game/blob/migration/CHANGELOG-V5.md)
Visit **_V6_** [Changelog](https://github.com/idmarinas/lotgd-game/blob/migration/CHANGELOG-V6.md)

# Version: 7.1.2

### :cyclone: CHANGES

- Added support for PHP version 8 in composer.json file

### :star: FEATURES

- Nothing

### :fire: DEPRECATED

- Nothing

### :wrench: FIXES

- Nothing

### :x: REMOVES

- Nothing

### :notebook: NOTES

- **Important**:
- :warning: Since version 5.0.0 Installer is only via terminal (command: `php bin/console lotgd:install`)
- :warning: 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.
- :warning: Version 7.0.0 change templates for use **TailwindCSS**
- **Upgrade/Install for version 5.0.0 and up**
- First read [docs](https://github.com/idmarinas/lotgd-game/wiki/Skeleton) 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](https://github.com/idmarinas/lotgd-game/issues)
- **composer.json** Updated/Added/Deleted dependencies
- **package.json** Updated/Added/Deleted dependencies

# Version: 7.1.1

### :cyclone: CHANGES
Expand Down

0 comments on commit 4cb5954

Please sign in to comment.