Update sandbox.tt Solidus install generator usage#193
Update sandbox.tt Solidus install generator usage#193RyanofWoods wants to merge 1 commit intosolidusio:masterfrom
Conversation
1bd89e8 to
c7585ef
Compare
|
It looks like this PR is missing a label to determine the type of change it introduces. The maintainer should add one of the following labels:
Additionally, the maintainer may also want to add one of the following:
Once the correct labels have been set, simply remove the |
The `--with-authentication` flag is deprecated in favour for the `--authentication` flag that supports the following options: `devise, existing, custom, none`.
c7585ef to
dc88024
Compare
elia
left a comment
There was a problem hiding this comment.
I'm a bit conflicted about this, as the new option is only available on solidus master, and the old one is deprecated but still available, was it only a matter of solving the deprecation or bumped into some other issue?
|
I understand @elia, is it because we want to have old Solidus version support? It was just to get rid of the deprecation. |
Yes, so far solidus_dev_support was designed to help in making extensions compatible with all currently supported versions of Solidus (i.e. not EOL). So you could Hope this makes sense. |
Update German Refund and Returns translations
Summary
The
--with-authenticationflag is deprecated in favour for the--authenticationflag that supports the following options:devise, existing, custom, none.Checklist