aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2015-01-26 18:13:55 +0100
committerMarius Halden <marius.h@lden.org>2015-01-26 18:13:55 +0100
commit1c5c685d0b0904e7ddc6e764e58e8fae08632d1d (patch)
tree559d5fddb743c1c083e23c9a3831efea92a240cb /README.md
parent84de1b811a219c41adbdcc8b65851320a77e98f7 (diff)
parent04117b8be30b5d82d50cdc047ac4e7c19864f8ed (diff)
Merge tag 'v1.5.3' into fiksgatami-dev
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6e6a92c9c..deb5b7efb 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,29 @@ We've extracted all of the mobile apps from this repository into the
## Releases
+* v1.5.3 (21st January 2015)
+ - New features:
+ - Satellite map toggle option on Google Maps view. #1002
+ - Greek translation.
+ - Bugfixes:
+ - Fix cron-based email to use configured SMTP settings. #988
+ - Update UNIX_USER variable on installation setup of crontab. #974
+ - Improve make_css finding of bundled compass when in symlink. #978
+ - Remove hard-coded site name from submit email template.
+ - Allow forked repository pull requests to run on Travis.
+ - Fix title of Privacy page, and other minor text fixes.
+ - CSS: add some bottom content padding and fix a tiny map links issue.
+ - Development improvements:
+ - Replace site_title cobrand function with site-name web template. #979
+ - Remove need for 'cron-wrapper' to run scripts. #852
+ - Rename 'test-wrapper' to 'run-tests'. #999
+ - Add client_max_body_size nginx config option. #995
+ - Tidy up bin directory and #! lines.
+ - Admin improvements:
+ - Add staging email warning on admin body pages if needed. #982
+ - Add admin navigation link to Configuration page. #1005
+ - Better URL for body category editing.
+
* v1.5.2 (17th December 2014)
- Hide unneeded heading on default footer.
- Suppress 'Argument "" isn't numeric' warning on admin report edit page.