Skip to content

Commit

Permalink
Merge pull request #2736 from jhawthorn/2_6_release
Browse files Browse the repository at this point in the history
Update CHANGELOG and version.rb following 2.6 release
  • Loading branch information
jhawthorn authored May 16, 2018
2 parents d7e7aae + df0c70b commit bee57ac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
## Solidus 2.6.0 (master, unreleased)
## Solidus 2.7.0 (master, unreleased)

## Solidus 2.6.0 (2018-05-16)

### Major changes

**Rails 5.2**

This is the first version of Solidus to support [Rails 5.2](http://guides.rubyonrails.org/5_2_release_notes.html). Solidus 2.6.0 supports either Rails 5.1 or 5.2. We're hoping this makes both upgrades as easy as possible since they can be done separately.

**Merged solidus_i18n functionality**

Much of solidus_i18n's functionality has been merged into Solidus itself. Solidus now allows configuring one or more locales per-store in the admin. Both users and admins can select their preferred locales on the frontend or admin respectively. More information on how to upgrade can be found in the [solidus_i18n README](https://github.com/solidusio/solidus_i18n).

**Guides**

A lot of work has gone into guides, which are now much more comprehensive. A website to host them is in the works but for now they can be seen [on github](https://github.com/solidusio/solidus/blob/v2.6/guides/index.md)

### Core
- Upgrade cancancan to 2.x [#2731](https://github.com/solidusio/solidus/pull/2731) ([jhawthorn](https://github.com/jhawthorn))
Expand Down
2 changes: 1 addition & 1 deletion core/lib/spree/core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Spree
def self.solidus_version
"2.6.0.alpha"
"2.7.0.alpha"
end

def self.solidus_gem_version
Expand Down

0 comments on commit bee57ac

Please sign in to comment.