diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-09-05 18:17:28 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-09-05 18:17:28 +0100 |
commit | 991ed7a90e3fbfdab04f06f699bf7587ad858834 (patch) | |
tree | 7d9f82f3d3a00a94e2bde29761cb4e0a280857c7 | |
parent | 3c420fdd6618a7e7f466afcb1122aeb08ade5d58 (diff) |
Version 1.2.4.v1.2.4
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | bin/site-specific-install.sh | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -14,10 +14,15 @@ RSS alerts of problems in their area. It was created in 2007 by [mySociety](http://www.mysociety.org/) for reporting problems to UK councils and has been copied around the world. The FixMyStreet -Platform is now at version 1.2.3. +Platform is now at version 1.2.4. ## Releases +* v1.2.4 (5th September 2013) + - A fix for the long-standing issue where multiline strings were not being + translated (reported at https://github.com/abw/Template2/pull/29 ) + - Better translation strings for "marked as" updates, fixes #391 + - Less noise when running the tests * v1.2.3 (2nd September 2013) - Maintenance release to deal with failing installation - Improve reuse of make_css and shared CSS diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index d5d10d308..d3da12104 100644 --- a/bin/site-specific-install.sh +++ b/bin/site-specific-install.sh @@ -1,7 +1,7 @@ #!/bin/sh # Set this to the version we want to check out -VERSION=${VERSION_OVERRIDE:-v1.2.3} +VERSION=${VERSION_OVERRIDE:-v1.2.4} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |