Skip to content

Commit

Permalink
Added changelog missing
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Nov 27, 2024
1 parent 009361d commit 4e94bad
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion CHANGELOG-V7.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,48 @@ 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.14

### :cyclone: CHANGES

- Nothing

### :star: FEATURES

- **Jaxon-php** add compatibility with version 4

### :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 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](https://github.com/idmarinas/lotgd-game/issues)
- **composer.json** Updated/Added/Deleted dependencies
- **package.json** Updated/Added/Deleted dependencies

**Full Changelog**: https://github.com/idmarinas/lotgd-game/compare/7.1.12...7.1.13

# Version: 7.1.13

### :cyclone: CHANGES
Expand Down Expand Up @@ -936,4 +978,4 @@ Visit **_V6_** [Changelog](https://github.com/idmarinas/lotgd-game/blob/migratio
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
- **package.json** Updated/Added/Deleted dependencies

0 comments on commit 4e94bad

Please sign in to comment.