Skip to content

2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 05:47
· 280 commits to refs/heads/master since this release
4708c54

Changes

This version provides the absolute minimal fixes to ensure BF2Statistics 2.2.0 can run with PHP 7 and nginx. Most changes relate to creating a proper development framework and CI files for this project.

🚀 Features

🐛 Bug Fixes

  • Fix: Rename install.php to install.php.disabled since config.php is mounted into the container @leojonathanoh (#5)
  • Fix: Fix undefined variable in getPageContents() causing testconfig module to fail with an unknown error @leojonathanoh (#29)
  • Fix: Fix missing mysqli extension for bf2sclone-php @leojonathanoh (#7)
  • Fix: Fix init-container provisioning of ASP snapshots volume in docker-compose.yml @leojonathanoh (#25)
  • Fix: Fix bf2sclone config.inc.php bind mount location in docker-compose.yml @leojonathanoh (#12)
  • Fix: Convert mysql_ functions to mysqli_ @leojonathanoh (#4)
  • Fix: Add missing restart: unless stopped in full stack example @leojonathanoh (#27)
  • Fix (ci): Fix typo in docker-compose.test.yml @leojonathanoh (#15)
  • Fix (bf2sclone): Support https URLs @leojonathanoh (#9)
  • Fix (bf2sclone): Fix my-leaderboard country flag filenames that should be uppercased @leojonathanoh (#10)
  • Fix (bf2sclone): Fix init-container not setting write permissions for ASP config @leojonathanoh (#18)
  • Fix (bf2sclone): Fix https URLs behind a reverse proxy @leojonathanoh (#16)
  • Fix (ASP): Add 0.0.0.0 among authorized admin IPs in config.php to never be locked out in dockerized setups where IP is dynamic @leojonathanoh (#20)

🖊️ Refactors

👗 Style

📝 Documentation