Skip to content

Commit

Permalink
Release 2.4.11
Browse files Browse the repository at this point in the history
  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)
  • Loading branch information
mquinson committed Oct 8, 2014
1 parent 5316931 commit e4a5e0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
20141001: wanabe Release 2.4.11
20141009: Release 2.4.11

Git and TurtleWorld's equality should both be working now :)

* Improved translations:
- Brazilian Portuguese: Missions at 54% despite content changes
Expand Down
4 changes: 2 additions & 2 deletions lib/resources/plm.configuration.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Sun, 28 Sep 2014 22:06:00 +0200
# PLM default configuration
plm.major.version=2.4.10
plm.minor.version=20140930
plm.major.version=2.4.11
plm.minor.version=20141009

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

0 comments on commit e4a5e0a

Please sign in to comment.