Skip to content

Commit

Permalink
Prepare for Solidus 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spaghetticode committed Oct 23, 2020
1 parent eafa3dd commit 44da6ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Solidus 2.11.0 (master, unreleased)
## Solidus 3.0.0 (master, unreleased)

## Solidus 2.11.0 (2020-10-23)

### Major Changes

Expand Down Expand Up @@ -137,7 +139,7 @@ Check the related guide for more details https://guides.solidus.io/developers/pr

- Add new type encrypted_string for preferences [#3676](https://github.com/solidusio/solidus/pull/3676) ([stefano-sarioli](https://github.com/stefano-sarioli))

**Add "discontinue on" attribute to products**
**Add "discontinue on" attribute to products**
Adds a `discontinue_on` attribute to products. This accompanies the `available_on` attribute to complete the "Time Based Availability" feature. The `Product.available` scope and `Product#avaliable?` method take this new date field into account to calculate the availability of products.

- Add discontinue on to products [#3793](https://github.com/solidusio/solidus/pull/3793) ([tvdeyen](https://github.com/tvdeyen))
Expand Down
2 changes: 1 addition & 1 deletion core/lib/spree/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Spree
VERSION = "2.11.0.alpha"
VERSION = "3.0.0.alpha"

def self.solidus_version
VERSION
Expand Down

0 comments on commit 44da6ff

Please sign in to comment.