- Pull in upstream v1.5.1, see exodus4d#777
- Upgrade dockerfiles
- PHP 7.3
- PHP session storage in Redis
- Persistent DB and Redis connection
- Default to excluding wh connections in route search
Upgrade guide: v1.5.0
-> v1.5.1-t
1. Be sure you have done the upstream migration steps, see https://github.com/exodus4d/pathfinder/releases/tag/v1.5.1
2. Update Code
- Add remote:
$ git remote add tralafiti https://github.com/tralafiti/pathfinder.git
- Fetch remote information
$ git fetch tralafiti
- Checkout branch:
$ git checkout -b master-t tralafiti/master
3. Adjust conf/pathfinder.ini
:
VERSION = v1.5.1-t
(you can always switch back to exodus4d's frontend by removing the '-t' from the version)