Skip to content

Commit

Permalink
Merge pull request #4888 from jhawthorn/changelog2
Browse files Browse the repository at this point in the history
Add changelog entry for multi-domain changes
  • Loading branch information
radar committed Jun 30, 2014
2 parents 2a2034f + cadc034 commit cb368a5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
20 changes: 20 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,23 @@
```

John Hawthorn

* Add Spree::Store model for basic multi-store/multi-domain support

This provides a basic framework for multi-store/multi-domain, based on the
spree-multi-domain extension. Some existing configuration has been moved to
this model, so that they can have different values depending on the site
being served:

* `Spree::Config[:site_name]` is moved to `name`
* `Spree::Config[:site_url]` is moved to `url`
* `Spree::Config[:default_meta_description]` is moved to `meta_description`
* `Spree::Config[:default_meta_keywords]` is moved to `meta_keywords`
* `Spree::Config[:default_seo_title]` is moved to `seo_title`

A migration will move existing configuration onto a new default store.

A new `ControllerHelpers::Store` concern provides a `current_store` helper
to fetch a helper based on the request's domain.

Jeff Dutil, Clarke Brunsdon, and John Hawthorn
4 changes: 4 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
credit card info.

Washington Luiz

* Use settings from current_store instead of Spree::Config

Jeff Dutil, John Hawthorn, and Washington Luiz

0 comments on commit cb368a5

Please sign in to comment.