From 4279fe07e1b8501df4441562418e0a1b77ddd5f7 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 24 Oct 2017 09:09:20 +0100 Subject: [PATCH 1/3] Move `temp:set_daily_summary_times` to correct release --- doc/CHANGES.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 051b161027..1ffad3e54e 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -91,6 +91,10 @@ * This release deprecates the use of purge requests to Varnish. Please make sure your site works with `VARNISH_HOST` empty - it will be removed as a param in the next release. +* Run `bundle exec rake temp:set_daily_summary_times` to set some default + times for users to receive daily summaries of notifications. This won't have + any effect on emails for most users until the new notifications system is + rolled out. * There are some database structure updates so remember to `rake db:migrate` ### Changed Templates @@ -271,10 +275,7 @@ [notes](https://git.io/vLNg0) on migrating away from 1.8.7; migrating to Ruby 2+ should be a similar process. Debian Jessie and Ubuntu 14.04+ include packaged versions of Ruby 2+. -* Run `bundle exec rake temp:set_daily_summary_times` to set some default - times for users to receive daily summaries of notifications. This won't have - any effect on emails for most users until the new notifications system is - rolled out. + ### Changed Templates From 15cdae42c8405abd3e8f372dbab610261ed66498 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 24 Oct 2017 09:12:49 +0100 Subject: [PATCH 2/3] Add release notes --- doc/CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 1ffad3e54e..8946813cb3 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,10 @@ +# 0.30.0.1 + +## Highlighted Features + +* Moved `rake temp:set_daily_summary_times` from upgrade notes + for release 0.29.0.0 to release 0.30.0.0 (Louise Crow) + # 0.30.0.0 ## Highlighted Features From fbaf345958bbb12d22deaeb5d85e9d31fffd17e0 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 24 Oct 2017 09:13:16 +0100 Subject: [PATCH 3/3] Bump Alaveteli version --- config/initializers/alaveteli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb index ab4074197a..cae04720b2 100644 --- a/config/initializers/alaveteli.rb +++ b/config/initializers/alaveteli.rb @@ -11,7 +11,7 @@ load "util.rb" # Application version -ALAVETELI_VERSION = '0.30.0.0' +ALAVETELI_VERSION = '0.30.0.1' # Add new inflection rules using the following format # (all these examples are active by default):