Skip to content

Commit 2765a05

Browse files
authored
Merge pull request #87 from newfold-labs/release/1.1.0
Automated minor release: 1.1.0
2 parents 2dc2a81 + 15193e9 commit 2765a05

File tree

35 files changed

+1912
-608
lines changed

35 files changed

+1912
-608
lines changed

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
return;
1010
}
1111

12-
define( 'NFD_NEXTSTEPS_MODULE_VERSION', '1.0.10' );
12+
define( 'NFD_NEXTSTEPS_MODULE_VERSION', '1.1.0' );
1313

1414
if ( function_exists( 'add_action' ) ) {
1515
add_action(
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-jsx-runtime', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '594fc13a9cf01d02d99d');
1+
<?php return array('dependencies' => array('lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '0c1696165f49139ef9b2');

build/next-steps-portal/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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-jsx-runtime', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '459df7902e0bc7485727');
1+
<?php return array('dependencies' => array('lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '5417300708def184de82');

build/next-steps-widget/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

languages/wp-module-next-steps-de_DE-9b43dd83f63a46e9e44ae2dbb47bd4bb.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,42 @@
3636
],
3737
"Close": [
3838
"Schlie\u00dfen"
39+
],
40+
"We encountered a connection error. Please check your internet connection and try again.": [
41+
""
42+
],
43+
"We encountered an unexpected error. Please try refreshing the page or contact support if the problem persists.": [
44+
""
45+
],
46+
"Connection Error": [
47+
""
48+
],
49+
"Something went wrong": [
50+
""
51+
],
52+
"Try Again": [
53+
""
54+
],
55+
"Refresh Page": [
56+
""
57+
],
58+
"Technical Details": [
59+
""
60+
],
61+
"Next Steps Unavailable": [
62+
""
63+
],
64+
"The Next Steps module encountered an error and cannot be displayed right now.": [
65+
""
66+
],
67+
"Task temporarily unavailable": [
68+
""
69+
],
70+
"Connection Issue": [
71+
""
72+
],
73+
"Unable to save your changes right now. Please check your connection and try again.": [
74+
""
3975
]
4076
}
4177
}

languages/wp-module-next-steps-de_DE-b51c16540d52764acb5d7c9acf5b633c.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,36 @@
3636
],
3737
"Close": [
3838
"Schlie\u00dfen"
39+
],
40+
"We encountered a connection error. Please check your internet connection and try again.": [
41+
""
42+
],
43+
"We encountered an unexpected error. Please try refreshing the page or contact support if the problem persists.": [
44+
""
45+
],
46+
"Connection Error": [
47+
""
48+
],
49+
"Something went wrong": [
50+
""
51+
],
52+
"Try Again": [
53+
""
54+
],
55+
"Refresh Page": [
56+
""
57+
],
58+
"Technical Details": [
59+
""
60+
],
61+
"Next Steps Unavailable": [
62+
""
63+
],
64+
"The Next Steps module encountered an error and cannot be displayed right now.": [
65+
""
66+
],
67+
"Task temporarily unavailable": [
68+
""
3969
]
4070
}
4171
}

0 commit comments

Comments
 (0)