Skip to content

Commit e4a5e0a

Browse files
committed
Release 2.4.11
Git and TurtleWorld's equality should both be working now :) * Improved translations: - Brazilian Portuguese: Missions at 54% despite content changes * Engine: - #224: If the execution is interrupted, the exercise is failed - #380: Disable creative mode when switching the exercise - Lessons: Prevent users from accessing broken lessons and add tests to detect them. - GitSpy: Fix a bug which overwrote the current exercise's files for the current programming language by the current exercise's files for the last result's programming language - Git: Refactor Git related code to fix progression loss bugs * Worlds: - Turtle: equal() was not detecting when lines are overlapping with no common extremities. We now detect when one line is strictly included within another one, but not when they are intermixed (yet). Fix #381. * Pedagogical content: - #378, #393: French typo - #383: Fix the name of the Scala entity - #387: Fix a broken link when run from the jar - #388: The Pancake #0 is actually on top (fix mission text)
1 parent 5316931 commit e4a5e0a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ChangeLog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
20141001: wanabe Release 2.4.11
1+
20141009: Release 2.4.11
2+
3+
Git and TurtleWorld's equality should both be working now :)
24

35
* Improved translations:
46
- Brazilian Portuguese: Missions at 54% despite content changes

lib/resources/plm.configuration.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Sun, 28 Sep 2014 22:06:00 +0200
22
# PLM default configuration
3-
plm.major.version=2.4.10
4-
plm.minor.version=20140930
3+
plm.major.version=2.4.11
4+
plm.minor.version=20141009
55

66
# This should be self explanatory, actually
77
# Its value is automatically updated and saved in the personal property file

0 commit comments

Comments
 (0)