Skip to content

v1.5.1-t

Latest
Compare
Choose a tag to compare
@tralafiti tralafiti released this 12 May 10:57
· 54 commits to master since this release
5689ba1
  • 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

  1. Add remote: $ git remote add tralafiti https://github.com/tralafiti/pathfinder.git
  2. Fetch remote information $ git fetch tralafiti
  3. 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)