Skip to content

Commit 63d6947

Browse files
authored
Merge pull request #866 from newfold-labs/release/3.1.1
Automated patch release: 3.1.1
2 parents 8c5d875 + 8115b0b commit 63d6947

39 files changed

+309
-318
lines changed

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function nfd_wp_module_onboarding_register() {
2626

2727
// Set Global Constants
2828
if ( ! defined( 'NFD_ONBOARDING_VERSION' ) ) {
29-
define( 'NFD_ONBOARDING_VERSION', '3.1.0' );
29+
define( 'NFD_ONBOARDING_VERSION', '3.1.1' );
3030
}
3131
if ( ! defined( 'NFD_ONBOARDING_DIR' ) ) {
3232
define( 'NFD_ONBOARDING_DIR', __DIR__ );

build/3.1.0/onboarding-design-studio.asset.php

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/3.1.0/onboarding-restart-button.asset.php

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/3.1.0/sitegen-theme-marker.asset.php

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-components', 'wp-core-data', 'wp-data', 'wp-deprecated', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-preferences', 'wp-primitives'), 'version' => '9cb31ccae1cdbcf503b0');

0 commit comments

Comments
 (0)