Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
okazy committed Aug 12, 2021
1 parent 06bf04c commit a839736
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,15 @@ jobs:
DATABASE_SERVER_VERSION: 11
run: |
bin/console eccube:composer:require "ec-cube/recommend4"
bin/console eccube:composer:require "ec-cube/coupon4"
bin/console eccube:composer:require "ec-cube/mailmagazine4"
bin/console eccube:composer:require "ec-cube/salesreport4"
bin/console eccube:composer:require "ec-cube/relatedproduct4"
bin/console eccube:composer:require "ec-cube/securitychecker4"
bin/console eccube:composer:require "ec-cube/productreview4"
bin/console eccube:composer:require "ec-cube/api"
# bin/console eccube:composer:require "ec-cube/sitekit"
# bin/console eccube:composer:require "ec-cube/gmc"

- name: Checkout dtb_plugin
run: git checkout src/Eccube/Resource/doctrine/import_csv/ja/dtb_plugin.csv
Expand Down
10 changes: 9 additions & 1 deletion src/Eccube/Resource/doctrine/import_csv/ja/dtb_plugin.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
id,name,code,enabled,version,source,initialized,create_date,update_date,discriminator_type
"1","おすすめ商品管理プラグイン","Recommend4","0","4.0.0","1757","0","2021-08-01 09:00:00","2021-08-01 09:00:00","plugin"
"2","Web API","Api","0","2.0.0","2121","0","2021-08-01 09:00:00","2021-08-01 09:00:00","plugin"
"2","Coupon Plugin for EC-CUBE4","Coupon4","0","4.0.7","1923","0","2021-08-01 09:00:00","2021-08-01 09:00:00","plugin"
"3","メールマガジンプラグイン","MailMagazine4","0","4.0.2","1760","0","2021-08-01 09:00:00","2021-08-01 09:00:00","plugin"
"4","売上集計プラグイン","SalesReport4","0","4.0.1","1759","0","2021-08-01 09:00:00","2021-08-01 09:00:00","plugin"
"5","関連商品プラグイン","RelatedProduct4","0","4.0.1","1761","0","2021-08-01 09:00:00","2021-08-01 09:00:00","plugin"
"6","Securitychecker4","Securitychecker4","0","4.0.1","2040","0","2021-08-01 09:00:00","2021-08-01 09:00:00","plugin"
"7","商品レビュー管理プラグイン","ProductReview4","0","4.0.2","1756","0","2021-08-01 09:00:00","2021-08-01 09:00:00","plugin"
"8","Web API","Api","0","1.0.0","2121","0","2021-08-01 09:00:00","2021-08-01 09:00:00","plugin"
"9","Site Kit プラグイン","SiteKit","0","1.0.0","2158","0","2021-08-01 09:00:00","2021-08-01 09:00:00","plugin"
"10","Google Merchant Center","GMC","0","1.0.3","2144","0","2021-08-01 09:00:00","2021-08-01 09:00:00","plugin"

0 comments on commit a839736

Please sign in to comment.