Skip to content

Commit

Permalink
계층형 카테고리 기능 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmosfarm committed Mar 6, 2018
1 parent 3d518d9 commit 66909fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions plugins/kboard/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[homepage](http://www.cosmosfarm.com/products/kboard)

5.3.6
----------------------------------

1. 계층형 카테고리 기능 버그 수정


5.3.5
----------------------------------

Expand Down
6 changes: 3 additions & 3 deletions plugins/kboard/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
Plugin Name: KBoard : 게시판
Plugin URI: http://www.cosmosfarm.com/products/kboard
Description: 워드프레스 KBoard 게시판 플러그인 입니다.
Version: 5.3.5
Version: 5.3.6
Author: 코스모스팜 - Cosmosfarm
Author URI: http://www.cosmosfarm.com/
*/

if(!defined('ABSPATH')) exit;
if(!session_id()) session_start();

define('KBOARD_VERSION', '5.3.5');
define('KBOARD_VERSION', '5.3.6');
define('KBOARD_PAGE_TITLE', __('KBoard : 게시판', 'kboard'));
define('KBOARD_WORDPRESS_ROOT', substr(ABSPATH, 0, -1));
define('KBOARD_WORDPRESS_APP_ID', '083d136637c09572c3039778d8667b27');
Expand Down Expand Up @@ -296,7 +296,7 @@ function kboard_setting(){
include_once WP_CONTENT_DIR.'/plugins/kboard-comments/class/KBCommentSkin.class.php';
$comment_skin = KBCommentSkin::getInstance();
}
wp_enqueue_script('nested-sortable', KBOARD_URL_PATH . '/assets/nested-sortable/jquery.mjs.nestedSortable.js', array('jquery'), '1.1');
wp_enqueue_script('nested-sortable', KBOARD_URL_PATH . '/assets/nested-sortable/jquery.mjs.nestedSortable.js', array('jquery', 'jquery-ui-sortable'), '2.1a');
include_once 'pages/kboard_setting.php';
}

Expand Down

0 comments on commit 66909fd

Please sign in to comment.