Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
return;
}

define( 'NFD_NEXTSTEPS_MODULE_VERSION', '1.0.10' );
define( 'NFD_NEXTSTEPS_MODULE_VERSION', '1.1.0' );

if ( function_exists( 'add_action' ) ) {
add_action(
Expand Down
2 changes: 1 addition & 1 deletion build/next-steps-portal/bundle.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '594fc13a9cf01d02d99d');
<?php return array('dependencies' => array('lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '0c1696165f49139ef9b2');
2 changes: 1 addition & 1 deletion build/next-steps-portal/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/next-steps-widget/bundle.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '459df7902e0bc7485727');
<?php return array('dependencies' => array('lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '5417300708def184de82');
2 changes: 1 addition & 1 deletion build/next-steps-widget/bundle.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,42 @@
],
"Close": [
"Schlie\u00dfen"
],
"We encountered a connection error. Please check your internet connection and try again.": [
""
],
"We encountered an unexpected error. Please try refreshing the page or contact support if the problem persists.": [
""
],
"Connection Error": [
""
],
"Something went wrong": [
""
],
"Try Again": [
""
],
"Refresh Page": [
""
],
"Technical Details": [
""
],
"Next Steps Unavailable": [
""
],
"The Next Steps module encountered an error and cannot be displayed right now.": [
""
],
"Task temporarily unavailable": [
""
],
"Connection Issue": [
""
],
"Unable to save your changes right now. Please check your connection and try again.": [
""
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,36 @@
],
"Close": [
"Schlie\u00dfen"
],
"We encountered a connection error. Please check your internet connection and try again.": [
""
],
"We encountered an unexpected error. Please try refreshing the page or contact support if the problem persists.": [
""
],
"Connection Error": [
""
],
"Something went wrong": [
""
],
"Try Again": [
""
],
"Refresh Page": [
""
],
"Technical Details": [
""
],
"Next Steps Unavailable": [
""
],
"The Next Steps module encountered an error and cannot be displayed right now.": [
""
],
"Task temporarily unavailable": [
""
]
}
}
Expand Down
Loading