Skip to content

3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 05:13
· 78 commits to refs/heads/master since this release
33ec255

Changes

Most changes relate to adding a development framework, CI files, and docker images for the ASP. There are only a few minor bug fixes to the ASP.

docker pull startersclan/asp:3.1.0-nginx
docker pull startersclan/asp:3.1.0-php

🚀 Features

🐛 Bug Fixes

  • Fix: Mount config.php as writeable, and optionally mount armyAbbreviationMap.php, backendAwards.php, and Security.php config files @leojonathanoh (#10)
  • Fix: Fix setting of permissions in Dockerfile.*.prod and use config file for php-fpm @leojonathanoh (#12)
  • Fix: Fix phpmyadmin image in docker-compose.example.yml @leojonathanoh (#20)
  • Fix: Fix link to install module when unable to establish a database connection on the first run @leojonathanoh (#16)
  • Fix: Fix /ASP/ route in src/ASP/system/System.php @leojonathanoh (#4)

🖊️ Refactors

📝 Documentation