Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Onboarding to 1.11.4 #337

Merged
merged 2 commits into from
Oct 17, 2023
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 @@ -22,7 +22,7 @@ function nfd_wp_module_onboarding_register() {

// Set Global Constants
if ( ! defined( 'NFD_ONBOARDING_VERSION' ) ) {
define( 'NFD_ONBOARDING_VERSION', '1.11.3' );
define( 'NFD_ONBOARDING_VERSION', '1.11.4' );
}
if ( ! defined( 'NFD_ONBOARDING_DIR' ) ) {
define( 'NFD_ONBOARDING_DIR', __DIR__ );
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions build/1.11.3/465.js → build/1.11.4/465.js

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'wp-a11y', 'wp-api-fetch', 'wp-block-editor', 'wp-block-library', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-preferences', 'wp-primitives', 'wp-style-engine', 'wp-url'), 'version' => '16764c644aebe345f1cf');
<?php return array('dependencies' => array('lodash', 'react', 'wp-a11y', 'wp-api-fetch', 'wp-block-editor', 'wp-block-library', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-preferences', 'wp-primitives', 'wp-style-engine', 'wp-url'), 'version' => '6fab3ec8d87e267c9e09');

Large diffs are not rendered by default.

File renamed without changes.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"require": {
"mustache/mustache": "^2.14",
"wp-cli/wp-config-transformer": "^1.3",
"newfold-labs/wp-module-onboarding-data": "^0.0.3",
"newfold-labs/wp-module-patterns": "^0.1.2"
"newfold-labs/wp-module-onboarding-data": "^0.0.4",
"newfold-labs/wp-module-patterns": "^0.1.6"
},
"require-dev": {
"wp-phpunit/wp-phpunit": "^6.2",
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion languages/wp-module-onboarding-pt_BR-nfd-onboarding.json

Large diffs are not rendered by default.

Binary file modified languages/wp-module-onboarding-pt_BR.mo
Binary file not shown.
14 changes: 14 additions & 0 deletions languages/wp-module-onboarding-pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -1777,3 +1777,17 @@ msgstr "Do iniciante ao avançado, você tem um parceiro em quem confiar. Nosso
#: build/1.11.3/onboarding.js:3
msgid "Go from multiple sizes to multiple locations to multiple online channels"
msgstr "Vá de vários tamanhos para vários locais e vários canais on-line"

#: build/1.11.4/420.js:1
msgid "Coming Soon"
msgstr "Em breve"

#. translators: %s: site or store
#: build/1.11.4/420.js:3
msgid "Keep your %s private until you click launch"
msgstr "Mantenha seu %s privado até clicar em iniciar"

#. translators: %s: site or store
#: build/1.11.4/420.js:5
msgid "We'll show a placeholder page to logged-out visitors while you build your %s."
msgstr "Mostraremos uma página de espaço reservado para visitantes desconectados enquanto você cria seu %s."
Loading