aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-05-02 22:09:57 +0100
committerMatthew Somerville <matthew@mysociety.org>2013-05-02 22:09:57 +0100
commit408d9c08e172c0a6023a15f786c534839a2c56c9 (patch)
tree98890aadd2b94ab99fa15082f7223a29f13f255f
parentf429c6baef07393b37db9d45dce453fb431da3d5 (diff)
Update to v1.2.v1.2
-rw-r--r--README.md11
-rw-r--r--bin/site-specific-install.sh2
2 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index ab7ae5a4a..e2e377450 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,17 @@ 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.1.2.
+Platform is now at version 1.2.
## Releases
+* v1.2 (3rd May 2013)
+ - Add MAPIT_ID_WHITELIST to allow easier use of global MapIt
+ - Add postfix to the install script/ AMI so emailing works out of the box
+ - Add an extra zoom level to the OSM maps
+ - Add the Catalyst gzip plugin so HTML pages are gzipped
+ - Fix an issue with the All Reports summary statistics not including some
+ open states, such as 'in progress'
* v1.1.2 (15th March 2013)
- Include the 'cpanfile' now required by carton, the Perl package
management program we use.
@@ -44,4 +51,6 @@ help and documentation in installing FixMyStreet Platform.
* <http://www.fixmystreet.com/>
* <http://www.fiksgatami.no/>
+* <http://fixmystreet.ie/>
+* <https://www.zueriwieneu.ch/>
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index 41d35f783..7c17198b2 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=v1.1.2
+VERSION=v1.2
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh