-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[6.x] Runway v6 #953
Merged
Merged
[6.x] Runway v6 #953
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # src/Overview.php
Runway requires doctrine/dbal so SC probably doesn't need to.
…igital/simple-commerce into runway-augmentation-changes
Released as part of v6.0.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request makes the necessary changes in Simple Commerce for compatibility with Runway v6.
More detail about the changes in Runway v6 will be available in the upgrade guide once it has been released.
Augmentation
Runway v6 changes the way augmentation works so it's more inline with how augmentation works in Statamic for entries/terms/etc (statamic-rad-pack/runway#354).
This refactor fixes an outstanding bug on the Simple Commerce side due to relationships being fully augmented, rather than "shallow-ly" augmented.
Closes #927.
->toAugmentedArray()
on models instead of calling Runway method directly.Blueprints
In Runway v6, you'll be able to manage the blueprints for Runway resources straight from the Control Panel (statamic-rad-pack/runway#373). As part of this change, blueprint will move from
resources/blueprints
toresources/blueprints/vendor/runway
.sc:switch-to-database
command moves blueprints to the correct path.Namespace change
When Runway v6 is released, it'll be joining the Rad Pack. This means Runway's namespace will change from
DoubleThreeDigital
toStatamicRadPack
.CP Routing
record
route parameter tomodel