그누보드 2021년 7월 19일자 업데이트 5.4.11

페이지 정보

조회 890회 작성일 2021-07-20 18:44 URL https://webdraw.kr/notice/667

본문

그누보드 2021년 7월 19일자 업데이트 5.4.11
▲ 그누보드

# 변경된 사항


버전 5.4.11 수정

https://github.com/gnuboard/gnuboard5/commit/0260fb9e331c5ebb44168797259c3090f0746134


ckeditor4 는 별도의 브랜치에서 관리하기 위해 삭제함

https://github.com/gnuboard/gnuboard5/commit/d9e6342c09f0a9d9455ec5729234ac65b964475a


Merge branch 'dhtml-editor' of github.com:gnuboard/gnuboard5 into dhtml-editor

https://github.com/gnuboard/gnuboard5/commit/8abf0dfcaeefca61e7fcd4242db631309cd7da43


Merge branch 'reaonly'

https://github.com/gnuboard/gnuboard5/commit/c2ce0f1d95ff018690124c3a39d5ff2cc11aac28


Merge branch 'inicis-cancel'

https://github.com/gnuboard/gnuboard5/commit/4183ae5a429a7ab7bbf275b05505d88eeeba8893


잘못 선언된 변수 $reaonly 를 삭제하고, $required_value 변수의 위치를 옮김 (작은별님,210718)

https://github.com/gnuboard/gnuboard5/commit/8468a87f26b48eb908acd9d936a0139c838994e4


php5.x 버전에서만 stripslashes 가 되지 않는 오류가 있어 php 7.0 미만 버전에서 get_magic_quotes_gpc 가 실행되도록 예전 코드를 되돌림

https://github.com/gnuboard/gnuboard5/commit/fdbbe2d307e02dc1f720c427be751c42d53306fd


모바일결제에서 결제금액 불일치시 결제를 취소해야하는 이니시스 코드 누락되어 추가함. (위토즈님,210714)

https://github.com/gnuboard/gnuboard5/commit/9bc012f7f824811fab004f8ed586fe93bfbcb84d


Merge pull request #79 from projectSylas/ckeditor4

https://github.com/gnuboard/gnuboard5/commit/76bbc410436c487d0069c91baea0c0156c17d554


Merge branch 'dhtml-editor' into ckeditor4

https://github.com/gnuboard/gnuboard5/commit/bda235bf012a7568a201d3d088ce892dd5f6abfc


에디터 별 익스플로러 안내문 추가

https://github.com/gnuboard/gnuboard5/commit/57e41498bc48898703cdc261669d2e64c665dd3f



### config.php 의 끝에 추가해 주세요


define('G5_IMAGE_EXTENSIONS', array(1=>'gif', 2=>'jpg', 3=>'png', 18=>'webp'));


### 업그레이드 하시는 경우

환경설정 > 기본환경설정 > 게시판기본 > 이미지 업로드 확장자에 webp 를 추가하세요.

예) gif|jpg|jpeg|png|webp


### webp 파일 지원 관련 안내


cheditor5 / smarteditor2 모두 정지 이미지 webp는 지원이 되며,

cheditor5는 기반이 플래시 기반 에디터이므로 움직이는 webp이미지를 업로드 하여도 정지이미지로 업로드 됩니다.

smarteditor2는 php-gd기반으로 이미지 업로드가 구현되어있어 php-gd가 움직이는 webp는 아직 지원하지 않아서 정지 webp이미지만 정상적으로 업로드가 가능합니다.

익스플로러(엣지제외)에서는 webp이미지 업로드가 불가능합니다.


### ckeditor4는 해당 브랜치에서 다운로드 하시기 바랍니다. (아직 공식배포 하지 않습니다.)

ckeditor4는 정지 webp 움직이는 webp 모두 업로드가 가능합니다.

https://github.com/gnuboard/gnuboard5/tree/ckeditor4


주의) PHP 5.x 버전을 사용하시는 사용자님들께서는 이 버전 사용시 오류가 발생 할 수 있으니 상위 버전을 사용해 주세요.


MENU