v1.3.3
- New "map resize" feature for maps #553
- New "role management" for corporation managers #164
- New map icon options options to the map add/edit dialog
- New config value
SHOW_COMPLETE_LOGIN_PAGE
hides some sections on login page - Improved "route search" algorithm (some routes were not found)
- Improved Discored WebHook integration (added new subDomain validation) #578
- Improved
/setup
page "DB diff" function (added column "nullable" detection for columns) - Upgraded FatFreeFramework (core PHP framework)
3.6.1
→3.6.2
- Upgraded FontAwesome (icon library)
4.7.0
→5.0.2
- Fixed SPL object data cache for "characterlog" table updates (better performance)
- Fixed some cURL errors for not existing discord map configuration
- Fixed a bug where php-fpm receive
>stderr
from php when NO log handler is set
Upgrade guide: v1.3.2
→ v1.3.3
1. Backup your DB (in case something went wrong!)
2. Backup your *.ini config files
3. Replace existing code
4. Adjust environment.ini
and pathfinder.ini
IMPORTANT:
CCP_ESI_SCOPES
have changed andCCP_ESI_SCOPES_ADMIN
are currently empty.
5. Upgrade your DB
IMPORTANT: You have to run the following query manually on your database in order to prepare the DB for the next step!
UPDATE `character` SET `roleId`= 1
- Go to
/setup
page create the new tables, click on "Setup tables" - Go to
/setup
page and fix column(s), click on "Fix columns/keys"
6. Clear cache data
- Clear cached template files (
tmp/
) - Clear cached data (filecache:
tmp/cache
or Redis)
If you have update problems, feel free to ask in our dev-chat: #Slack