Skip to content

Commit

Permalink
Merge pull request #1095 from vektor-inc/fix/page-top-btn
Browse files Browse the repository at this point in the history
トップにもどるボタン のリンク先を追加
  • Loading branch information
kurudrive authored Jul 29, 2024
2 parents 850a496 + aa408b4 commit c382aa3
Show file tree
Hide file tree
Showing 22 changed files with 4,355 additions and 5,505 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wp-plugin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: 14.19.0
node-version: 20.x
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion assets/css/vkExUnit_editor_style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/vkExUnit_style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/all.min.js

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

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"vektor-inc/vk-wp-unit-test-tools": "^0.11.0",
"sirbrillig/phpcs-variable-analysis": "^2.8",
"wp-phpunit/wp-phpunit": "^6.1.1",
"yoast/phpunit-polyfills": "^1.0",
"yoast/phpunit-polyfills": "^1.1",
"doctrine/instantiator": "^1.5.0",
"phpunit/phpunit": "^9.5.28"
"phpunit/phpunit": "^9.6"
},
"require": {
"vektor-inc/vk-admin": "^0.4.1",
Expand Down
194 changes: 102 additions & 92 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inc/call-to-action/package/block/build/block.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n', 'wp-server-side-render'), 'version' => 'd48c76d63a76d97a9411');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n', 'wp-server-side-render'), 'version' => '832e6562674b0ca8e0ba');
2 changes: 1 addition & 1 deletion inc/call-to-action/package/block/build/block.js

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

2 changes: 1 addition & 1 deletion inc/child-page-index/block/build/block.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n', 'wp-server-side-render'), 'version' => '34cce15995f3d1fdf896');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n', 'wp-server-side-render'), 'version' => '52ef62b6895b089bd68f');
Loading

0 comments on commit c382aa3

Please sign in to comment.