Skip to content

Commit 9ad3bf6

Browse files
committed
Added related and search blocks
1 parent 949a0ae commit 9ad3bf6

35 files changed

+833
-44
lines changed

LICENSE.txt

100755100644
File mode changed.

build-assets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const processSpecificFiles = specificFiles.length > 0;
1313
*/
1414
const config = {
1515
// Directories to exclude from processing.
16-
excludeDirs: ['node_modules', 'vendor', 'build', '.git', 'includes/blocks'],
16+
excludeDirs: ['node_modules', 'vendor', 'build', '.git', 'includes/blocks', 'includes/pro/blocks'],
1717

1818
// File patterns to exclude from discovery.
1919
// Note: We exclude -rtl.css but not .min files to allow re-minification.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"phpstan-baseline": "vendor/bin/phpstan analyse --memory-limit=2048M --generate-baseline",
4848
"phpcs": "vendor/bin/phpcs -p -v -s --standard=phpcs.xml.dist $(find . -name '*.php')",
4949
"phpcbf": "vendor/bin/phpcbf -p -v -s --standard=phpcs.xml.dist $(find . -name '*.php')",
50-
"zip": "mkdir -p build && zip -X -r build/knowledgebase.zip . -x '*.git*' 'node_modules/*' '.*' '*/.git*' '*/.DS_Store' 'phpstan-bootstrap.php' 'CODE_OF_CONDUCT.md' 'CONTRIBUTING.md' 'ISSUE_TEMPLATE.md' 'PULL_REQUEST_TEMPLATE.md' '*.dist' '*.yml' '*.neon' 'composer.*' 'package.json' 'dev-helpers**' 'build**' 'wporg-assets**' 'phpunit**' 'docs/*'"
50+
"zip": "mkdir -p build && zip -X -r build/$(basename $(pwd)).zip . -x '*.git*' 'node_modules/*' '.*' '*/.git*' '*/.DS_Store' 'CODE_OF_CONDUCT.md' 'CONTRIBUTING.md' 'ISSUE_TEMPLATE.md' 'PULL_REQUEST_TEMPLATE.md' '*.dist' '*.yml' '*.neon' 'composer.*' 'package.json' 'dev-helpers**' 'build**' 'wporg-assets**'"
5151
}
52-
}
52+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-i18n'), 'version' => 'e4f02cbc6cf576853ca5');
1+
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-i18n'), 'version' => 'eebad497003cc8928887');

includes/blocks/build/alerts/index.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('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-i18n', 'wp-server-side-render'), 'version' => 'c5c80902d86a29ef14d1');
1+
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-i18n', 'wp-server-side-render'), 'version' => 'f066d26438d2bb573f95');

0 commit comments

Comments
 (0)