Changed
- String cleanup added to form validation as well
- YouTube plugin updated
- Automated tests set to use MySQL instead of SQLite to test against:
- mysql:5.7
- mysql:8.0
- mariadb:10.3
- mariadb:10.4
- mariadb:10.5
- mariadb:10.6
- mariadb:10.7
- mariadb:10.8
- mariadb:10.9
- Minimum requirements
- `django-ckeditor`>=6.5.0
Removed
- Bundled YouTube plugin for CKEditor in favor 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_bulletin_board/ckeditor/plugins/youtube/"
And replace it with:
python
"/static/ckeditor/ckeditor/plugins/youtube/"