- Configurable mailer inheritance. [#53]
- Add Traditional Chinese zh-TW translations. [yuchunc]
- Fix Rails 4.2 deliver_later deprecation.
- Require Ruby 2+
- Added Greek locale.
- Updated line specs to Rspec 3 expect syntax.
- Require Rails >= 4 going forward. [Jeff Dutil]
- Require Ruby >= 1.9.3 going forward. [Jeff Dutil]
- Updates for Rails 4 compatibility [flyerhzm]
- Add default rails form helper support and remove Formtastic dependency. [Jeff Dutil]
- Added support for SimpleForm. [flyerhzm]
- Added Japanese locale. [yosiyuki]
- Added French locale. [bgantaume]
- No longer copy default views & locales during installation. Copy manually with rake tasks when wanting to customize now. [Jeff Dutil]
- Changed route to /contact-us from /contact_us for seo. [Jeff Dutil]
- Use the users provided email address in the email notifications reply_to field. [Jeff Dutil]
- Added ContactUs.mailer_from setting in order to send from verified address, which is better practice than pretending the email is from the user. [Jeff Dutil]
- Added ContactUs.require_name setting in order to ask for the name with the contact form. [Jeff Dutil]
- Added ContactUs.require_subject setting in order to for the subject with the contact form. [Jeff Dutil]
- Formtastic dependency updated to >= 2.1.0 in order to fix commit_button deprecation. [Jeff Dutil]
- Added Chinese zh locale [kinopyo]
- Added German locale
- Email subject is now included in i18n
- Added Brazilian Portuguese locale [brunoarueira]
- Added Spanish locale [igmarin]
- Added Italian locale [igmarin]
- 100% Test Coverage under Ruby 1.8.7, 1.9.2, 1.9.3, REE, ruby-head, rbx-2.0 [Jeff Dutil]