Skip to content

Commit 22085e4

Browse files
committed
Update release version and add release notes for 1.2.10.patch
1 parent 2ba81cf commit 22085e4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ This file contains a summary of changes to the Oppia code base. For a full chang
33
https://code.google.com/p/oppia/source/list
44

55

6+
v1.2.10.patch (10 Oct 2014)
7+
--------------------
8+
Editor improvements:
9+
* In noneditable mode, hide the widget selector in the state editor.
10+
* Fix a bug relating to the graph visualization height in Firefox.
11+
12+
Infrastructure:
13+
* Allow exploration statistics datastore models to be migrated.
14+
615
v1.2.10 (7 Oct 2014)
716
--------------------
817
General editor improvements:

app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
application: oppiaserver
2-
version: 1-2-10
2+
version: 1-2-10-patch
33
runtime: python27
44
api_version: 1
55
threadsafe: false
66

77
env_variables:
88
DJANGO_SETTINGS_MODULE: 'oppiaserver.settings'
99
# Modify the 'version' field above to match this.
10-
OPPIA_VERSION: '1.2.10'
10+
OPPIA_VERSION: '1.2.10.patch'
1111

1212
builtins:
1313
- appstats: on

0 commit comments

Comments
 (0)