Skip to content

Commit

Permalink
added support for EDC's Early Math Microworld extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Jan 13, 2022
1 parent 69c6498 commit c01a0db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* text costumes library: new block to add a rectangular colored background with optional padding to a copy of a costume, for making "clickable buttons"
* **Notable Changes:**
* improved emoji handling for "length of text" reporter, thanks, Michael!
* added support for EDC's Early Math Microworld extension
* **Notable Fixes:**
* strings library: fixed an index range bug, thanks, Brian!
* **Documentation Updates:**
Expand All @@ -14,6 +15,7 @@

### 2022-01-13
* threads: improved emoji handling for "length of text" reporter, thanks, Michael!
* extensions: added support for EDC's Early Math Microworld extension

### 2022-01-10
* new dev version
Expand Down
2 changes: 1 addition & 1 deletion snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<script src="src/sketch.js?version=2021-11-03"></script>
<script src="src/video.js?version=2019-06-27"></script>
<script src="src/maps.js?version=2021-06-15"></script>
<script src="src/extensions.js?version=2022-01-03"></script>
<script src="src/extensions.js?version=2022-01-13"></script>
<script src="src/xml.js?version=2021-07-05"></script>
<script src="src/store.js?version=2022-01-02"></script>
<script src="src/locale.js?version=2022-01-10"></script>
Expand Down
5 changes: 3 additions & 2 deletions src/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Color, Process, contains*/

/*jshint esversion: 11*/

modules.extensions = '2022-January-03';
modules.extensions = '2022-January-13';

// Global stuff

Expand All @@ -44,7 +44,8 @@ var SnapExtensions = {
urls: [ // allow-list of trusted servers
'libraries/',
'https://snap.berkeley.edu/',
'https://ecraft2learn.github.io/ai/' // Uni-Oxford, Ken Kahn
'https://ecraft2learn.github.io/ai/', // Uni-Oxford, Ken Kahn
'https://microworld.edc.org' // EDC, E. Paul Goldenberg
]
};

Expand Down

0 comments on commit c01a0db

Please sign in to comment.