Fixed
- Missing transition added for hover state on personal messages
Changed
- Minimum requirements
- `allianceauth-app-utils`>=1.14.2
- `django-ckeditor`>=6.5.0
Removed
- Bundled YouTube plugin for CKEditor in favour of `django-ckeditor-youtube-plugin`
- Apply the following changes in your `local.py`:
- Add `"django_ckeditor_youtube_plugin",` to `INSTALLED_APPS`
- Search for the line:
python
"/static/aa_forum/ckeditor/plugins/youtube/"
And replace it with:
python
"/static/ckeditor/ckeditor/plugins/youtube/"