Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Jan 19, 2015
1 parent 639f8cc commit 8662531
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ This is not meant to be a detailed account of everything changed in releases, bu
For general upgrade instructions, see the wiki [here](https://github.com/churchio/onebody/wiki/Manual-Installation#how-to-upgrade). Any release-specific upgrade notes below should be applied *after* the general instructions in the wiki (unless otherwise noted).


## 3.3.0 (not yet released)
## 3.3.0

### Changes

* Add Reports feature
* Add new "sharable" attendance form for light-weight class check-in
* Allow sending notes with attendance/check-in submission
* New one-click installer for DigitalOcean
* Improved installation instructions on wiki
* Fix bug with international characters in site name
* Upgrade to Rails 4.1.7
* Fix bug installing with wrong Ruby version
* Disable starttls in default email config
* Fix display issues when Groups feature is disabled
Expand All @@ -23,6 +24,11 @@ For general upgrade instructions, see the wiki [here](https://github.com/churchi
* Clarify use of "email" field on profile edit screen
* Fix Relationships page in non-English translations
* Use https for OpenStreetMap tiles when :ssl enabled
* Add drag-and-drop upload of photos
* Upgraded Ruby version to 2.1.5.
* Upgrade to Rails 4.1.8
* Handle case when user types a random number in new verse form.
* Add setting to enable business directory


## 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0-pre
3.3.0
2 changes: 1 addition & 1 deletion build/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"type": "amazon-ebs",
"ami_name": "onebody-3.2.0-1",
"ami_name": "onebody-3.3.0-1",
"instance_type": "t2.micro",
"region": "us-west-1",
"ami_regions": ["us-east-1"],
Expand Down

0 comments on commit 8662531

Please sign in to comment.