Skip to content

Commit

Permalink
Merge pull request #17 from vektor-inc/fix/ftp-connect
Browse files Browse the repository at this point in the history
FS_METHOD が ftpext の場合で FTP 接続に失敗した場合の処理を追加
  • Loading branch information
kurudrive authored Sep 23, 2024
2 parents a7b2d30 + 3836f05 commit 9710783
Show file tree
Hide file tree
Showing 7 changed files with 279 additions and 1,173 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ jobs:

# PHPUnitテスト実行
- name: Run PHPUnit test.
run: |
npm run phpunit
run: npm run phpunit
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.git
vendor
node_modules/
.wp-env.override.json
.wp-env.override.json
.phpunit.result.cache
5 changes: 5 additions & 0 deletions .wp-env.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"core": null,
"mappings": {
"wp-content/plugins/vk-css-optimize": "./"
},
"config": {
"WP_DEBUG": true,
"SCRIPT_DEBUG": true,
"FS_METHOD": "direct"
}
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ npx playwright test --project=chromium --trace on

## Change log

0.2.3
[ その他 ] FS_METHOD が ftpext の場合の処理を変更

0.2.2
[ 不具合修正 ] 391 行目の条件処理修正

Expand Down
Loading

0 comments on commit 9710783

Please sign in to comment.