Skip to content

Commit

Permalink
Update Changelog and set preference to nil by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
JDutil committed Jul 11, 2012
1 parent 342be56 commit 2fe76a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
*SpreeContactUs 1.1.1 (Unreleased)*

* Added conversion tracking. [kennyadsl]

* Updated form translations. [kennyadsl]

*SpreeContactUs 1.1.0 (May 15th 2012)*

* Changed route to /contact-us from /contract_us for seo. [Jeff Dutil]
Expand Down
2 changes: 1 addition & 1 deletion lib/spree/contact_us_configuration.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Spree::ContactUsConfiguration < Spree::Preferences::Configuration
preference :contact_tracking_message, :string, :default => ''
preference :contact_tracking_message, :string, :default => nil
end

0 comments on commit 2fe76a6

Please sign in to comment.