-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature/brands #85
Feature/brands #85
Conversation
BobWez98
commented
Oct 31, 2024
- Refactored the brands import
- Allow a Hybrid runway collection to have a route
- Structured blueprints of runway resources
- Removed old import buttons
@@ -37,7 +37,7 @@ | |||
"statamic-rad-pack/runway": "^7.11", | |||
"statamic/cms": "^5.0", | |||
"statamic/eloquent-driver": "^4.9", | |||
"tdwesten/statamic-builder": "^1.0", | |||
"tdwesten/statamic-builder": "dev-main", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put it on dev-main for now, there's no release yet but i added tdwesten/statamic-builder#37
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is now..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest flipping this function around for readability.
Could you add a comment to the function on why we cannot do the entry query when running in console
I think this can be merged @royduin @kevinmeijer97 . I removed the UPGRADING.md again because @kevinmeijer97 added this in the docs. |
@@ -32,14 +32,14 @@ | |||
"require": { | |||
"php": "^8.1|^8.2", | |||
"justbetter/statamic-glide-directive": "^2.1", | |||
"rapidez/blade-directives": "^1.0", | |||
"rapidez/blade-directives": "^0.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
Merged, but the composer dependency versions should still be fixed. |