Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/4.2' into 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carkn committed Feb 8, 2023
2 parents 338e467 + 545234e commit a558267
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@

## 関連情報 (Ref)


## 脆弱性報告 (Vulnerability report)
脆弱性のご報告は弊社[問い合わせフォーム](https://www.ec-cube.net/contact/)からお願いします。
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eccube",
"version": "4.2.0",
"version": "4.2.1",
"description": "EC-CUBE EC open platform.",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/Eccube/Common/Constant.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Constant
/**
* EC-CUBE VERSION.
*/
public const VERSION = '4.2.0';
public const VERSION = '4.2.1';

/**
* Enable value.
Expand Down

0 comments on commit a558267

Please sign in to comment.