2.3.0a1
Pre-release
Pre-release
Important!
This is an ALPHA version for testing only!
To test this version, you need Alliance Auth v2.8.0a2, since this version uses the bundled clipboard.js that has been included in AA 2.8.0a2.
Do not use any of these alpha version in your live environment, since they can break stuff.
Fixed
- mySQL text fields can't have default values
Added
- Filter to the admin backend
- More checks for Discord. Now checking if the Discord Service s actually activated and setup properly
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 from templates
How to install this test version
pip install aa-fleetpings=2.3.0a1
python manage.py collectstatic
python manage.py migrate
Restart your supervisor
Roll back in case something goes south
pip install aa-fleetpings=2.2.2
python manage.py collectstatic
python manage.py migrate fleetpings 0006_fleetdoctrine_restricted_to_group
Restart your supervisor