diff --git a/history.txt b/history.txt index 18486711..638cf779 100755 --- a/history.txt +++ b/history.txt @@ -4225,3 +4225,12 @@ Translation Updates: 180706 ------ * Objects: fixed #2142 - search and keyboard entry support for custom block translations + +180709 +------ +* Portuguese translation update, thanks, Manuel! +* New Basque translation, thanks, Asier Iturralde Sarasola! +* French translation update, thanks, Nathalie and Joan! +* Spanish, Catalan and French translations of the tools library, thanks, Joan! +* New JSON library, thanks, Bernat! +* URL cache issue fix, thanks, Joan! diff --git a/locale.js b/locale.js index 58c7f8c0..aae55631 100644 --- a/locale.js +++ b/locale.js @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2018-June-16'; +modules.locale = '2018-July-09'; // Global stuff diff --git a/store.js b/store.js index 11111890..a54e555e 100644 --- a/store.js +++ b/store.js @@ -61,7 +61,7 @@ normalizeCanvas, contains*/ // Global stuff //////////////////////////////////////////////////////// -modules.store = '2018-June-06'; +modules.store = '2018-July-09'; // XML_Serializer /////////////////////////////////////////////////////// @@ -255,7 +255,7 @@ SnapSerializer.uber = XML_Serializer.prototype; // SnapSerializer constants: -SnapSerializer.prototype.app = 'Snap! 4.1, http://snap.berkeley.edu'; +SnapSerializer.prototype.app = 'Snap! 4.2, http://snap.berkeley.edu'; SnapSerializer.prototype.thumbnailSize = new Point(160, 120); diff --git a/threads.js b/threads.js index 051720fd..e21d4dbc 100644 --- a/threads.js +++ b/threads.js @@ -62,7 +62,7 @@ StageMorph, SpriteMorph, StagePrompterMorph, Note, modules, isString, copy, isNil, WatcherMorph, List, ListWatcherMorph, alert, console, TableMorph, TableFrameMorph, ColorSlotMorph, isSnapObject*/ -modules.threads = '2018-July-05'; +modules.threads = '2018-July-09'; var ThreadManager; var Process;