Skip to content

Releases: Growstuff/growstuff

2013-08-30

29 Aug 23:43
Compare
Choose a tag to compare

This is the first time we've used Github releases to track our changes.

"Release", to us, means "merge to master and then push to the production website". For all previous releases, look in our pull request history for PRs that are named "Production push: ..."

Release Notes

  • Added newsletter subscription checkbox to signup form and member settings page. When checked, this communicates with Mailchimp via their API. NOTE FOR DEVELOPERS: you need a Mailchimp API key for this to work, but if you don't have one, it'll just fail silently (intentionally).
  • Reined in an over-enthusiastic rake task that was assigning all new crops as having been created by cropbot, even when a real person created them.
  • Added a direct Planting.owner property -- previously we'd got this indirectly via Garden. This should have no visible effects, and is just preparatory work towards the "share a garden" story that we're working on next.