Skip to content

v1.2.3

Compare
Choose a tag to compare
@exodus4d exodus4d released this 15 Jun 15:22
· 449 commits to master since this release
  • NEW "Admin interface" for corp member administration [BETA] #494
  • NEW ESI based, in-game "online status" tracking for characters #495
  • NEW map option for "persistent system aliases" #496
  • NEW map options for connection/wh handling (cronjob) #219
  • improved "ship name" information (UI changes) #487
  • improved "inactive/afk" character status #489
  • improved login page (UI changes) #323
  • improved /setup requirements check for PHP 64-bit support
  • fixed hidden system tooltips with "active characters" #461
  • fixed character access with manual corp/ally whitelist #414
  • fixed missing "leads to" options for sig.<->wh connections "leads to" #488

Upgrade guide: v1.2.2v1.2.3

1. Install/update dependencies (v1.1.0 pathfinder_esi ).
Composer will do the job for you. Run this command in your projects root dir:

$ composer update

2. Update your environment.ini file with new ESI scopes AND ESI admin scopes

3. Upgrade your DB
New column character.roleId
New column character.kicked
New column character.banned
New column map.deleteEolConnections
New column map.persistentAliases

  • Go to /setup page and add new column(s), click on "Setup tables"

Changed column system_neighbour.trueSec to decimal(18,6)

  • Go to /setup page and fix column(s), click on "Fix columns/keys"

5. Clear cache data

  • Clear cached template files (tmp/)
  • Clear cached data (filecache: tmp/cache or Redis)