Skip to content

Commit d6ffa54

Browse files
authored
Merge pull request #835 from newfold-labs/release/ecomm-sitegen-alpha
Ecomm sitegen / Sitekits
2 parents f958891 + 5efbb54 commit d6ffa54

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3075
-166
lines changed

bootstrap.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
use NewfoldLabs\WP\Module\Onboarding\Compatibility\Scan;
77
use NewfoldLabs\WP\Module\Onboarding\Compatibility\Safe_Mode;
88
use NewfoldLabs\WP\Module\Onboarding\Compatibility\Status;
9+
use NewfoldLabs\WP\Module\Onboarding\TaskManagers\ImageSideloadTaskManager;
10+
use NewfoldLabs\WP\Module\Onboarding\Tasks\ImageSideloadTask;
911

1012
use function NewfoldLabs\WP\ModuleLoader\register;
1113

@@ -80,4 +82,7 @@ function () {
8082
delete_transient( 'nfd_site_capabilities' );
8183
}
8284
);
85+
86+
// Add action to process image sideload queue
87+
add_action( 'nfd_process_image_sideload_queue', array( ImageSideloadTaskManager::class, 'process_queue' ) );
8388
}

build/3.0.3/onboarding-rtl.css

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3438,6 +3438,9 @@
34383438
.nfd-w-0 {
34393439
width: 0px !important;
34403440
}
3441+
.nfd-w-1\/2 {
3442+
width: 50% !important;
3443+
}
34413444
.nfd-w-12 {
34423445
width: 3rem !important;
34433446
}
@@ -3465,12 +3468,6 @@
34653468
.nfd-w-\[30\%\] {
34663469
width: 30% !important;
34673470
}
3468-
.nfd-w-\[40\%\] {
3469-
width: 40% !important;
3470-
}
3471-
.nfd-w-\[60\%\] {
3472-
width: 60% !important;
3473-
}
34743471
.nfd-w-\[90px\] {
34753472
width: 90px !important;
34763473
}
@@ -3860,6 +3857,9 @@
38603857
.nfd-pb-1 {
38613858
padding-bottom: 0.25rem !important;
38623859
}
3860+
.nfd-pb-7 {
3861+
padding-bottom: 1.75rem !important;
3862+
}
38633863
.nfd-pb-8 {
38643864
padding-bottom: 2rem !important;
38653865
}
@@ -4295,6 +4295,10 @@
42954295
.\[\&_\.nfd-textarea\]\:nfd-h-40 .nfd-textarea {
42964296
height: 10rem !important;
42974297
}
4298+
.\[\&_button\>span\]\:nfd-text-gray-500 button>span {
4299+
--tw-text-opacity: 1 !important;
4300+
color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
4301+
}
42984302
@media(min-width:601px) {
42994303
.\[\@media\(min-width\:601px\)\]\:nfd-hidden {
43004304
display: none !important;

build/3.0.3/onboarding.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-core-data', 'wp-data', 'wp-deprecated', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-media-utils', 'wp-preferences', 'wp-url'), 'version' => '30e304482fe213320ce4');
1+
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-core-data', 'wp-data', 'wp-deprecated', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-media-utils', 'wp-preferences', 'wp-url'), 'version' => 'c1b77f1d8c2b4cf0911a');

build/3.0.3/onboarding.css

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3438,6 +3438,9 @@
34383438
.nfd-w-0 {
34393439
width: 0px !important;
34403440
}
3441+
.nfd-w-1\/2 {
3442+
width: 50% !important;
3443+
}
34413444
.nfd-w-12 {
34423445
width: 3rem !important;
34433446
}
@@ -3465,12 +3468,6 @@
34653468
.nfd-w-\[30\%\] {
34663469
width: 30% !important;
34673470
}
3468-
.nfd-w-\[40\%\] {
3469-
width: 40% !important;
3470-
}
3471-
.nfd-w-\[60\%\] {
3472-
width: 60% !important;
3473-
}
34743471
.nfd-w-\[90px\] {
34753472
width: 90px !important;
34763473
}
@@ -3860,6 +3857,9 @@
38603857
.nfd-pb-1 {
38613858
padding-bottom: 0.25rem !important;
38623859
}
3860+
.nfd-pb-7 {
3861+
padding-bottom: 1.75rem !important;
3862+
}
38633863
.nfd-pb-8 {
38643864
padding-bottom: 2rem !important;
38653865
}
@@ -4295,6 +4295,10 @@
42954295
.\[\&_\.nfd-textarea\]\:nfd-h-40 .nfd-textarea {
42964296
height: 10rem !important;
42974297
}
4298+
.\[\&_button\>span\]\:nfd-text-gray-500 button>span {
4299+
--tw-text-opacity: 1 !important;
4300+
color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
4301+
}
42984302
@media(min-width:601px) {
42994303
.\[\@media\(min-width\:601px\)\]\:nfd-hidden {
43004304
display: none !important;

build/3.0.3/onboarding.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"require": {
5151
"mustache/mustache": "^2.14.2",
5252
"wp-cli/wp-config-transformer": "^1.4.1",
53-
"newfold-labs/wp-module-onboarding-data": "^1.2.12",
53+
"newfold-labs/wp-module-onboarding-data": "^1.2.14",
5454
"newfold-labs/wp-module-patterns": "^2.9.2",
5555
"newfold-labs/wp-module-facebook": "^1.2.1",
5656
"newfold-labs/wp-module-migration": "^1.3.0",

composer.lock

Lines changed: 73 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

includes/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function __construct( Container $container ) {
6969
}
7070

7171
if ( Permissions::is_authorized_admin() || Permissions::rest_is_authorized_admin() ) {
72-
new RestAPI();
72+
new RestApi();
7373
new WP_Admin();
7474
new ExternalRedirectInterceptor();
7575
}

0 commit comments

Comments
 (0)