Skip to content

Commit

Permalink
Merge branch '1.0-branch' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bswatson authored Jan 12, 2023
2 parents 9747a4c + fbdd2cf commit 5867f83
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .changeset/fresh-cats-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@moderntribe/sitebuilder": patch
"@moderntribe/wme-sitebuilder": patch
---

Add purchase domain icon to setup screen card
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions plugins/wme-sitebuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@
### Minor Changes

- fcadf1d: Consolidate the WME Sitebuilder WordPress plugin and library into the same repository with other Sitebuilder packages.

### Patch Changes

- Updated dependencies [0413284]
- @moderntribe/sitebuilder@1.7.0
5 changes: 2 additions & 3 deletions plugins/wme-sitebuilder/wme-sitebuilder/Cards/GoLive.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function props() {
'type' => 'task',
'title' => __( 'Purchase a domain', 'wme-sitebuilder' ),
'intro' => __( 'Don\'t own a domain? Purchase a custom domain for your site.', 'wme-sitebuilder' ),
'icon' => 'setup-icon-launch.png',
'icon' => 'setup-icon-connect.png',
'taskCta' => __( 'Get Started', 'wme-sitebuilder' ),
'wizardHash' => '/wizard/go-live-purchase',
];
Expand All @@ -70,8 +70,7 @@ public function props() {
'type' => 'task',
'title' => __( 'Connect your domain', 'wme-sitebuilder' ),
'intro' => __( 'Already own a domain? Update your store URL with your custom domain.', 'wme-sitebuilder' ),
/* TODO: Update icon. */
'icon' => 'setup-icon-setup.png',
'icon' => 'setup-icon-launch.png',
'taskCta' => __( 'Get Started', 'wme-sitebuilder' ),
'wizardHash' => '/wizard/go-live-connect',
];
Expand Down

0 comments on commit 5867f83

Please sign in to comment.