Skip to content

Commit 1e3ba7c

Browse files
committed
chore(changelog): update changelog with new features and fixes
- Added version display for original LoTGD and custom IDMarinas Edition. - Refactored code to migrate to PHP 8.0. - Introduced `output()` and `rawoutput()` functions for compatibility with old modules. - Added Docker files for development; production support coming soon. - Fixed typo in `LotgdMessaged` to `LotgdMessages`. - Resolved password reset bug and improved accessibility issues.
1 parent d710092 commit 1e3ba7c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG-dev.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@ Visit **_V7_** [Changelog](https://github.com/idmarinas/lotgd-game/blob/7.2/CHAN
1414

1515
### :cyclone: CHANGES
1616

17-
- Nothing
17+
- **Version show** now show original version of LoTGD following by custom version of IDMarinas Edition
18+
- **Refactor** a refactor has been made to all the code in order to migrate to the `PHP 8.0` version.
1819

1920
### :star: FEATURES
2021

2122
- **src/functions.php**
2223
- `output()` and `rawoutput()` added for compatibility with old modules, this makes it necessary to modify
2324
the old modules less.
25+
- **Docker** add Docker related files to containerized LoTGD but only for development purpose
26+
- **Docker** for production _coming soon_ "For 7.x series and up"
2427

2528
### :fire: DEPRECATED
2629

@@ -30,6 +33,7 @@ Visit **_V7_** [Changelog](https://github.com/idmarinas/lotgd-game/blob/7.2/CHAN
3033

3134
- **public/login.php** Fixed typo in `LotgdMessaged::` rename to `LotgdMessages::`
3235
- **Recover password system** Fixed a bug where the password could not be reset.
36+
- **Fixes** some accessibility problems have been corrected
3337

3438
### :x: REMOVES
3539

0 commit comments

Comments
 (0)