Skip to content

Commit

Permalink
Merge pull request oppia#3083 from oppia/master
Browse files Browse the repository at this point in the history
Release 2.4.0
  • Loading branch information
wxyxinyu authored Feb 19, 2017
2 parents 4ec6329 + 508c20f commit a64bb4b
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Reto Brunner <brunnre8@gmail.com>
Richard Cho <won0089@gmail.com>
Ross Strader <strader@gmail.com>
Samara Trilling <samara.trilling@gmail.com>
Sandeep Dubey <dubeysandeep.in@gmail.com>
Santos Hernandez <hernandz@stanford.edu>
Sanyam Khurana <sanyam.khurana01@gmail.com>
Satmeet Ubhi <hello@ubhisat.com>
Expand Down
24 changes: 23 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,29 @@ This file contains a summary of changes to the Oppia code base. For a full chang
https://github.com/oppia/oppia/commits/master


v2.3.8 (14 Feb 2017)
v2.4.0 (18 Feb 2017)
--------------------
Collection Player
* Fix #3031: track user progress and minor UI changes to match original mocks (#3054)
* Fix bugs and improve UI

Subscribers
* Fix part of #2287: Display subscribers and subscriptions and send emails on publishing. (#3036)

Creator Dashboard
* Standardize truncation of objectives and display of titles on summary tiles. (#3067)

Accessibility
* Standardize focus styles across site

Other
* Fix #2990: Implement workaround to make MathExpressionInput usable on mobile devices. (#3039)
* Fix #2989: Check if all files end with exactly one newline character. (#3005)
* Added docstring to "core.domain.exp_services" (#2924)
* Add Classifier model id (#2961)


v2.3.9 (14 Feb 2017)
--------------------
Collection Learner View
* Fix #2526: Path version of the collection learner view (PR #2979)
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ Reto Brunner <brunnre8@gmail.com>
Ross Strader <strader@gmail.com>
Richard Cho <won0089@gmail.com>
Samara Trilling <samara.trilling@gmail.com>
Sandeep Dubey <dubeysandeep.in@gmail.com>
Santos Hernandez <hernandz@stanford.edu>
Sanyam Khurana <sanyam.khurana01@gmail.com>
Satmeet Ubhi <hello@ubhisat.com>
Expand Down
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
application: oppiaserver
version: 2-3-9
version: 2-4-0
runtime: python27
api_version: 1
threadsafe: false
Expand Down
1 change: 1 addition & 0 deletions core/templates/dev/head/pages/about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ <h2>Credits</h2>
<span>S</span>
<ul>
<li>Samara Trilling</li>
<li>Sandeep Dubey</li>
<li>Santos Hernandez</li>
<li>Sanyam Khurana</li>
<li>Satmeet Ubhi</li>
Expand Down

0 comments on commit a64bb4b

Please sign in to comment.