Skip to content

Commit

Permalink
Merge pull request solidusio#4320 from gsmendoza/gsmendoza/eng-308-ma…
Browse files Browse the repository at this point in the history
…rk-solidus_frontend-as-deprecated

Deprecate SolidusFrontend
  • Loading branch information
kennyadsl authored Jul 5, 2022
2 parents 78f68a7 + 2118c58 commit 64b6b6e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@ config.allow_promotions_any_match_policy = true
- Add configuration option for `migration_path` [#4190](https://github.com/solidusio/solidus/pull/4190) ([SuperGoodSoft](https://github.com/supergoodsoft/))
- Deprecate Promotion `any` Match Policy [#4304](https://github.com/solidusio/solidus/pull/4304) ([mamhoff](https://www.github.com/mamhoff))

### Frontend

DEPRECATION WARNING: SolidusFrontend is deprecated. It will be removed from the
solidus meta-package gem in Solidus v4. Furthermore, its code will be extracted
from https://github.com/solidusio/solidus to a new repo. Once extracted, you'll
need to explicitly add `solidus_frontend` to your Gemfile in order to continue
using it.

For fresh Solidus applications, we recommend you use
[SolidusStarterFrontend](https://github.com/solidusio/solidus_starter_frontend)
instead.

## Solidus 3.1.5 (v3.1, 2021-12-20)

- Fix CSRF forgery protection bypass for Spree::OrdersController#populate [GHSA-h3fg-h5v3-vf8m](https://github.com/solidusio/solidus/security/advisories/GHSA-h3fg-h5v3-vf8m)
Expand Down
13 changes: 13 additions & 0 deletions frontend/solidus_frontend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.5.0'
s.required_rubygems_version = '>= 1.8.23'

s.post_install_message = <<~MESSAGE
----------------------------------------------------------------------------
DEPRECATION WARNING: SolidusFrontend is deprecated. It will be removed from
the solidus meta-package gem in a Solidus v4. Furthermore, its code will be
extracted from https://github.com/solidusio/solidus to a new repo. Once
extracted, you'll need to explicitly add `solidus_frontend` to your Gemfile
in order to continue using it.
For fresh Solidus applications, we recommend you use SolidusStarterFrontend
instead.
----------------------------------------------------------------------------
MESSAGE

s.add_dependency 'solidus_api', s.version
s.add_dependency 'solidus_core', s.version

Expand Down

0 comments on commit 64b6b6e

Please sign in to comment.