-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.1.1-4.1.2-p1のプラグイン更新。 #25
4.1.1-4.1.2-p1のプラグイン更新。 #25
Conversation
@sai-gillingham
すみません、こちらの変更は行う必要はありません。 p1対応は、以下のpull requestをご参考いただければと思います。 |
@chihiro-adachi https://github.com/EC-CUBE/eccube-update-plugin/pull/18/files |
上記のの部分を修正前の状態に戻しました。 確認したいことがありますが、 - $this->supported = version_compare(Constant::VERSION, UpdaterConstant::FROM_VERSION, '=');
+ $this->supported = version_compare(Constant::VERSION, UpdaterConstant::FROM_VERSION, '=') ||
+ version_compare(Constant::VERSION, '4.1.2', '=');
; |
|
@chihiro-adachi |
@sai-gillingham |
4.1.2のリリース情報を記載
プルリクエストありがとうございます。そこの分を修正出来なくてすみません。 |
@sai-gillingham |
概要(Overview・Refs Issue)
3点の更新がありました。
優先目的
1)
プラグインソースコードを
4.1.1-4.1.2
から
4.1.1-4.1.2-p1
に更新しました。
を更新しました。
スクリプト更新は2つ
1)MAC OSとLINUX OS(Ubuntu/Deblianディストロ)両方で
上記のスクリプトを実行できるようになりました。
2)p{x}バージョンの対応
今までreplace_versionシェルスクリプトでバージョンは数字しか入力出来なかったけど、
p1/p2等のバージョンの更新を対応しました。