Skip to content

Commit

Permalink
Merge pull request #203 from chihiro-adachi/update-4.0.6
Browse files Browse the repository at this point in the history
4.0.6のアップデート手順を追加
  • Loading branch information
okazy committed Jun 22, 2021
2 parents 8863a5a + a711699 commit 41bf744
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions _pages/quickstart/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ summary : EC-CUBE本体のバージョンアップ手順について記載しま
{: .notice--danger}
EC-CUBE本体のコード(app/config/eccube, app/DoctrineMigrations, bin, src, htmlディレクトリ)をカスタマイズしている場合、ファイルが上書きされてしまうため、この手順ではバージョンアップできません。[各バージョンでの変更差分](#各バージョンでの変更差分)を確認して必要な差分を取り込んでください。
{: .notice--danger}
EC-CUBE 4.0.5 以前には[危険度「高」の脆弱性](https://www.ec-cube.net/info/weakness/index.php?level=0&version=4.0.5)が含まれています。必ず EC-CUBE 4.0.5-p1 以降のバージョンへバージョンアップをお願いします。
EC-CUBE 4.0.5 以前には[危険度「高」の脆弱性](https://www.ec-cube.net/info/weakness/index.php?level=0&version=4.0)が含まれています。必ず EC-CUBE 4.0.6 以降のバージョンへバージョンアップをお願いします。
{: .notice--danger}

## アップデートプラグインを利用したバージョンアップ方法
Expand Down Expand Up @@ -108,6 +108,7 @@ EC-CUBEのソースファイルについて、ディレクトリごとにそれ
| 4.0.2 → 4.0.3 | composer.json<br>composer.lock<br>.htaccess<br>index.php|
| 4.0.3 → 4.0.4 | composer.json<br>composer.lock<br>.htaccess<br>app/Customize/Resource<br>var/.htaccess|
| 4.0.4 → 4.0.5-p1 | composer.json<br>composer.lock<br>.htaccess<br>robots.txt<br>app/template/plugin|
| 4.0.5 → 4.0.6 | composer.lock<br>symfony.lock<br>.htaccess|

- ※ 差し替え対象に、composer.json/composer.lockがある場合は 上書き後、`composer.json/composer.lockの更新の手順`を実施してください。
-`4.0.0 → 4.0.2` のように複数バージョンをまたぐバージョンアップを行う場合は、`4.0.0 → 4.0.1``4.0.1 → 4.0.2` のように段階的なバージョンアップを行ってください。
Expand Down Expand Up @@ -147,7 +148,7 @@ composer require psr/http-message

以下のコマンドを実行してください。

**※ 4.0.0 → 4.0.1, 4.0.1 → 4.0.2, 4.0.4 → 4.0.5-p1 へのアップデートでは、スキーマ更新は必要ありません。**
**※ 4.0.0 → 4.0.1, 4.0.1 → 4.0.2, 4.0.4 → 4.0.5-p1, 4.0.5 → 4.0.6 へのアップデートでは、スキーマ更新は必要ありません。**

参考:[プラグインが無効の状態だと Doctrine SchemaTool でエンティティ拡張が認識されない](https://github.com/EC-CUBE/ec-cube/issues/4056){:target="_blank"}

Expand Down Expand Up @@ -229,6 +230,9 @@ bin/console cache:warmup --env=prod

<a href="https://github.com/EC-CUBE/ec-cube/pulls?q=is%3Apr+label%3Aaffected%3Atemplate+is%3Aclosed+milestone%3A4.0.5" target = "_blank">フロントテンプレートファイルの差分</a>

#### 4.0.5-p1 → 4.0.6

フロントテンプレートの更新はありません。

### 9.メンテナンスモードを無効にする(バージョン4.0.1以降)

Expand Down Expand Up @@ -278,4 +282,5 @@ EC-CUBEのバージョンアップ手順は以上です。
| 4.0.2 → 4.0.3 | [https://github.com/EC-CUBE/ec-cube/compare/4.0.2...4.0.3](https://github.com/EC-CUBE/ec-cube/compare/4.0.2...4.0.3?w=1#files_bucket){:target="_blank"} |
| 4.0.3 → 4.0.4 | [https://github.com/EC-CUBE/ec-cube/compare/4.0.3...4.0.4](https://github.com/EC-CUBE/ec-cube/compare/4.0.3...4.0.4?w=1#files_bucket){:target="_blank"} |
| 4.0.4 → 4.0.5-p1 | [https://github.com/EC-CUBE/ec-cube/compare/4.0.4...4.0.5-p1](https://github.com/EC-CUBE/ec-cube/compare/4.0.4...4.0.5-p1?w=1#files_bucket){:target="_blank"} |
| 4.0.5-p1 → 4.0.6 | [https://github.com/EC-CUBE/ec-cube/compare/4.0.5-p1...4.0.6](https://github.com/EC-CUBE/ec-cube/compare/4.0.5-p1...4.0.6?w=1#files_bucket){:target="_blank"} |

2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EC-CUBEのインストール方法、開発ガイドラインや要素技術の

{: .notice--danger}
- 2021/05/10 [プラグイン開発者の方へ ソースコード確認の御願い](https://drive.google.com/file/d/1kCHwoWrveHGPPkH2mu1cz6o2XfNv4Lsq/view?usp=sharing){:target="_blank"}を公開いたしました。
- 2021/05/10 EC-CUBE 4.0.5 以前には[危険度「高」の脆弱性](https://www.ec-cube.net/info/weakness/index.php?level=0&version=4.0.5){:target="_blank"}が含まれています。必ず EC-CUBE 4.0.5-p1 以降のバージョンへバージョンアップをお願いします。
- 2021/05/10 EC-CUBE 4.0.5 以前には[危険度「高」の脆弱性](https://www.ec-cube.net/info/weakness/index.php?level=0&version=4.0){:target="_blank"}が含まれています。必ず EC-CUBE 4.0.6 以降のバージョンへバージョンアップをお願いします。
{: .notice--danger}

## ec-cube.coについて
Expand Down

0 comments on commit 41bf744

Please sign in to comment.