Skip to content

Commit

Permalink
バージョンチェックを元の状態に戻す。
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-gillingham committed Sep 15, 2022
1 parent d49eed8 commit 3a765dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Controller/Admin/ConfigController.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@ public function __construct(
*/
public function index(Request $request)
{
$this->supported = version_compare(Constant::VERSION, UpdaterConstant::FROM_VERSION, '=') ||
version_compare(Constant::VERSION, '4.1.2', '=');
;
$this->supported = version_compare(Constant::VERSION, UpdaterConstant::FROM_VERSION, '=');
if (!$this->supported) {
$message = sprintf('このプラグインは%s〜%sへのアップデートプラグインです。', UpdaterConstant::FROM_VERSION,
UpdaterConstant::TO_VERSION);
Expand Down

0 comments on commit 3a765dd

Please sign in to comment.