Skip to content

Commit

Permalink
Merge branch 'hotfix/0.30.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbot committed Oct 24, 2017
2 parents 14d45c5 + fbaf345 commit e9538e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/initializers/alaveteli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
16 changes: 12 additions & 4 deletions doc/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -91,6 +98,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
Expand Down Expand Up @@ -271,10 +282,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

Expand Down

0 comments on commit e9538e3

Please sign in to comment.