aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--bin/site-specific-install.sh2
2 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1ba05197f..460ec4670 100644
--- a/README.md
+++ b/README.md
@@ -14,12 +14,18 @@ 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.5.
+Platform is now at version 1.2.6.
## Releases
+* v1.2.6 (11th October 2013)
+ - Upgrades OpenLayers to 2.13.1, for e.g. animated zooming.
+ - Adds facility for using Google Maps via OpenLayers. #587
+ - Swaps installation order of Perl modules/database, more robust. #573
+ - Renames default FakeMapIt "Default Area" to "Everywhere". #566
+ - Adds a "current configuration" admin page. #561
* v1.2.5 (13th September 2013)
- - Adds various useful hints and notices to the admin interface
+ - Adds various useful hints and notices to the admin interface. #184
- Improves the install script, including an example Vagrantfile
- It is now easier for tests to override particular configuration
variables should they need to.
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index 54d1c7154..791530a2d 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.5}
+VERSION=${VERSION_OVERRIDE:-v1.2.6}
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh