Releases: cookiecutter-openedx/openedx-plugin-example
Releases · cookiecutter-openedx/openedx-plugin-example
v0.2.1
v0.2.0
v0.1.3
- add AGPLv3 license
- make xmodule imports backward compatible to nutmeg and earlier
- add about.py
- enhance setup.up setup() meta data
- bump classifier from alpha to beta
- refactor in order to make repo more condusive to uploading to PyPi
- version bumps to black, flake8 and their supporting plugins
- line entire code base for PEP 263 and B950 compliance
- setup pyproject.toml for PyPi publishing
v0.1.1
v0.1.0
- added openedx_plugin_api code sample
- added openedx_plugin_cms code sample
- added openedx_plugin_mobile_api code sample
- added Waffle Switch feature toggling to all major features in this repo
- added Django Signals receivers scaffolding for all major signals published by openedx
- added middleware to optionally restore the Django Admin login page
- added wordpress_oauth2_backend.py