Skip to content

2.3.0

Compare
Choose a tag to compare
@ppfeufer ppfeufer released this 23 Oct 23:24
· 910 commits to master since this release
e6d4849

[2.3.0] - 2020-10-14

Important!

Before updating to this version, make sure you have your Alliance Auth updated to version 2.8.0 (or newer).
This version of AA Fleetpings uses a JavaScript library that is introduced in Alliance Auth 2.8.0,
so have your Auth updated before installing this version.

Fixed

  • mySQL text fields can't have default values
  • Parameters differ from overridden method warning

Added

  • Filter to the admin backend
  • More checks for Discord. Now checking if the Discord Service s actually activated and setup properly
  • Compatibility to AA Timezones (v1.2.1) new link style
  • Backwards compatibility to versions of AA Timezones before 1.2.1, so the old link style is still generated when using an older version

Changed

  • Use clipboard.js bundled with Alliance Auth
  • Minimum required Alliance Auth version set to 2.8.0 due to us using clipboard.js bundled with Alliance Auth
  • Unused lib removed

How to update

pip install -U aa-fleetpings
python manage.py collectstatic
python manage.py migrate

Restart supervisor