aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES.md8
-rw-r--r--doc/INSTALL.md5
2 files changed, 11 insertions, 2 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index 1ffa78372..cca6a08e8 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -9,6 +9,10 @@
[issue #436](https://github.com/sebbacon/alaveteli/issues/436)
* Adding a `GA_CODE` to `general.yml` will cause the relevant Google
Analytics code to be added to your rendered pages
+* It is now possible to have more than one theme installed. The
+ behaviour of multiple themes is now layered in the reverse order
+ they're listed in the config file. See the variable `THEME_URLS` in
+ `general.yml-example` for an example.
## Upgrade notes
@@ -45,6 +49,10 @@
that previously bypassed admin authentication should set the new
`SKIP_ADMIN_AUTH` config variable to `true`.
+# Version 0.5.2
+
+This is a hotfix to fix occasional problems importing public body CSVs
+
# Version 0.5.1
## Highlighted features
diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index cc72bf6b8..2ebc21dab 100644
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -19,8 +19,9 @@ Next, get hold of the Alaveteli source code from github:
git clone https://github.com/sebbacon/alaveteli.git
cd alaveteli
-This will get the current stable release. If you are a developer and want to
-add or try new features, you might want to swap to the development
+This will get the current stable release from the master branch (which
+always contains the latest release). If you are a developer and want
+to add or try new features, you might want to swap to the development
branch:
git checkout develop