Skip to content

v1.2.2

Compare
Choose a tag to compare
@exodus4d exodus4d released this 01 May 18:48
· 473 commits to master since this release
  • NEW "Nearby" map overlay #481
  • NEW ESI API replaces deprecated APIs (CREST and XML) #473
  • improved "route finder", added new "frigate hole" filter option #460
  • improved signature ⇒ wormhole connection label (use system alias) #458
  • improved "accept cookie" hint on /login page #359
  • fixed "lazy copy&paste" shortcut action for signatures
  • fixed "Access Denied" bug on login #471
  • fixed "HTTP 500" error on "delete account" action #468
  • fixed a "/setup" error on installations with no WebSockets #464
  • fixed a login bug for subDirectory installations #431

Upgrade guide: v1.2.1v1.2.2

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

$ composer install

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

3. Upgrade your DB
New column securityStatus on table character
New column scopeHash on table character_authentication

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

4. Clean up DB [optional]
Columns that no longer exist, should be dropped manually!
Drop column factionId from table character
Drop column factionName from table character

Drop column constellationId from table character_log
Drop column constellationName from table character_log
Drop column regionId from table character_log
Drop column regionName from table character_log

5. Clear cache data

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