Skip to content
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

Release/8.8.5 - Layout config option, created option to extend promo repository #699

Closed
wants to merge 19 commits into from

Conversation

breakdancingcat
Copy link
Member

  • Added layout config option, created option to extend promo repository
  • Sites are made with "main" layout, if you are upgrading an old site, make sure to go change it to "contained-hero."

breakdancingcat and others added 18 commits February 1, 2024 15:45
Text overlay mobile design 8.8.3
…framework

Feature/extending-repository - Created the framework for extending the promo repository for global promos, so we do not have to edit the promo repository file and upgrades are cleaner.
@breakdancingcat breakdancingcat requested a review from a team as a code owner February 26, 2024 19:55
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling 08453de on release/8.8.5
into 2d0013e on master.

{
/*
// Extend a Styleguide repository
$promoRepoRequestData = app()->make(PromoRepository::class)->getRequestData($data);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can remove the make() and make it become
app(PromoRepository::class)->getRequestData($data)

@@ -1,7 +1,7 @@
{
"name": "base",
"private": true,
"version": "8.8.4",
"version": "8.8.5",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would put this to 8.9.0 rather than patch version bump, just due to the overall layout changes that happened

@breakdancingcat
Copy link
Member Author

Closing this and creating a new release

@breakdancingcat breakdancingcat deleted the release/8.8.5 branch February 28, 2024 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants