From a21d02f4c50fd8b8d09bf51443c196ba0818952f Mon Sep 17 00:00:00 2001 From: kjh Date: Tue, 4 Oct 2022 15:14:35 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EB=B2=84=EC=A0=84=205.5.8.2.2=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index c61c1bfc2..627d405ae 100644 --- a/version.php +++ b/version.php @@ -2,7 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 define('G5_VERSION', '그누보드5'); -define('G5_GNUBOARD_VER', '5.5.8.2.1'); +define('G5_GNUBOARD_VER', '5.5.8.2.2'); // 그누보드5.4.5.5 버전과 영카트5.4.5.5.1 버전을 합쳐서 그누보드5.4.6 버전에서 시작함 (kagla-210617) // G5_YOUNGCART_VER 이 상수를 사용하는 곳이 있으므로 주석 처리 해제함 // 그누보드5.4.6 이상 버전 부터는 영카트를 그누보드에 포함하여 배포하므로 영카트5의 버전은 의미가 없습니다. From 0f3e6125b58531fec32bbb29739324c0c28478c1 Mon Sep 17 00:00:00 2001 From: kjh Date: Wed, 5 Oct 2022 11:50:08 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[fix]=20=EC=82=AC=EC=9D=B4=ED=8A=B8=20?= =?UTF-8?q?=EB=82=B4=20=EC=A0=84=EC=B2=B4=EA=B2=80=EC=83=89=20>=20?= =?UTF-8?q?=EA=B2=80=EC=83=89=EC=96=B4=20=EC=96=91=20=EB=81=9D=EC=9D=98=20?= =?UTF-8?q?=EA=B3=B5=EB=B0=B1=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.php | 8 +++++--- mobile/head.php | 8 +++++--- mobile/skin/search/basic/search.skin.php | 8 +++++--- skin/search/basic/search.skin.php | 8 +++++--- theme/basic/head.php | 8 +++++--- theme/basic/mobile/head.php | 8 +++++--- theme/basic/mobile/skin/search/basic/search.skin.php | 8 +++++--- theme/basic/skin/search/basic/search.skin.php | 8 +++++--- yc4_import.php | 8 +++++--- yc4_import_run.php | 8 +++++--- 10 files changed, 50 insertions(+), 30 deletions(-) diff --git a/head.php b/head.php index a1479c0fc..7f24c6d8c 100644 --- a/head.php +++ b/head.php @@ -71,7 +71,8 @@ include_once(G5_LIB_PATH.'/popular.lib.php');