- Add GitHub Actions by @crydotsnake in #61
- Add requirement files by @crydotsnake in #62
- Plugin code block must be identifiable by CSS by @macolo in #64
- Create PR template by @Kaushal-Dhungel in #65
- FEATURE: adjust setup metadata by @crydotsnake in #67
- feat: Add migrations for Django 4.2 by @mogoh in #73
- @crydotsnake made their first contribution in #61
- @macolo made their first contribution in #64
- @Kaushal-Dhungel made their first contribution in #65
- @mogoh made their first contribution in #73
Full Changelog: https://github.com/django-cms/djangocms-video/compare/3.0.0...3.1.0
- Added support for Django 3.1
- Dropped support for Python 2.7 and Python 3.4
- Dropped support for Django < 2.2
- Added setting DJANGOCMS_VIDEO_YOUTUBE_EMBED_URL to allow overriding the default canonical YouTube URL
- Added support for Django 3.0
- Added further tests to raise coverage
- Fixed smaller issues found during testing
- Added support for Django 2.2 and django CMS 3.7
- Removed support for Django 2.0
- Extended test matrix
- Added isort and adapted imports
- Adapted code base to align with other supported addons
- Fixed test matrix
- Exclude tests folder from release build (#46)
- Removed support for Django 1.8, 1.9, 1.10
- Deal with missing context from aldryn-search
- Add support for newer Django versions
- Add parameters for embed_link
- Fix swappable filer image model support
- Added URL parsing for the embed url. It now accepts various versions of YouTube urls and converts them to an embed link.
- Added the python3.5 test env
- Prevent changes to
DJANGOCMS_VIDEO_XXX
settings from requiring new migrations - Changed naming of
Aldryn
toDivio Cloud
- Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.4 and dropped 3.2
- Updated translations
- Fixed an issues with migrations where Null values caused
IntegrityError
- Removed
base.html
for performance reasons - Fixed faulty settings parsing in aldryn_config.py
- Fixed an issue where ValidationError wasn't imported
- Adapted private
get_template
method - Updated translations
- Dropped flash support
- Dropped django CMS <3.3.1 support
- Dropped Django <1.8 support
- Renamed Video to VideoPlayer
- Added Video Source Plugin
- Added Video Track Plugin
- Adapted files to resemble best practices
- Updated translations
- Adapted README
- Added several config files for codecov, editorconfig and more
- Added a simple test case
- Added missing
swfobject.min.js
- Added missing
player.swf
- Added missing
expressInstall.swf
- Added missing
get_flash_player-gif
- Fixed template to include missing files
- Public release