-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add py311 support * chore: upgrade requirements * docs: update readme * chore: update workflows actions * chore: upgrade plugin version * chore: add py311 support * fix: edx_lint constraint * chore: version * docs: update compatibility notes * fix: constraint djangorestframework==3.15.1 * chore: changelog
- Loading branch information
1 parent
db9a913
commit 8423e1a
Showing
18 changed files
with
494 additions
and
355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,10 +28,12 @@ Compatibility Notes | |
+------------------+--------------+ | ||
| Redwood | >= 0.8.0 | | ||
+------------------+--------------+ | ||
| Sumac | >= 1.1.0 | | ||
+------------------+--------------+ | ||
|
||
The settings can be changed in ``mindmap/settings/common.py`` or, for example, in tutor configurations. | ||
|
||
**NOTE**: the current ``common.py`` works with Open edX Palm, Quince and Redwood version. | ||
**NOTE**: the current ``common.py`` works with Open edX Palm, Quince, Redwood and Sumac versions. | ||
|
||
|
||
Enabling the XBlock in a course | ||
|
@@ -112,7 +114,7 @@ You can see the Mind Map in action in the XBlock Workbench. Running the Workbenc | |
git clone [email protected]:eduNEXT/xblock-mindmap | ||
cd xblock-mindmap | ||
virtualenv -p python3.8 venv && source venv/bin/activate | ||
virtualenv -p python3.x venv && source venv/bin/activate | ||
make upgrade | ||
make install | ||
make dev.run | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
|
||
from .mindmap import MindMapXBlock | ||
|
||
__version__ = '0.9.0' | ||
__version__ = '1.1.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.