워드프레스 1.51 정식판 공개
어제(5월 9일) 날짜로 WP 공식 홈에서 1.51 업그레이드판을 공개됐네요. WP-Codex의 Changelog/1.51에 의하면, 다음 사항이 수정/변경됐습니다.
- Login and feed fixes for IIS
- Faster gettext i18n
- Improved i18n string coverage
- Extended ping support
- Paging on the Manage->Posts page
- URI-safe accent stripping for all UTF-8 characters in the Latin Extended-A Unicode block
- Query string style argument list support for wp_get_links() and wp_get_linksbyname()
- Improved hierarchy listing in wp_list_pages()
- Support for a Status: theme header field that allows themes to be marked as private, publish, or draft
- Improved caching and database query reduction
- Active plugin and theme highlighting
- Plugins can now have multiple option pages
- Pingbacks now work on hosts with fopen off like Dreamhost
- Many bug fixes
WP 1.5에서 대부분의 파일들이 수정됐으며, /wp-includes/pluggable-functions.php이란 파일이 한 개 더 생겼군요.
그동안 제 블로그는 Plug-in 형식의 Extention이 아닌 Hack 형식으로 많은 WP 파일들을 수정해왔기에, 업그레이드에 대한 적지 않은 부담감이 생깁니다. ㅜ.ㅜ
라고 말해놓고 1시간도 지나지 않아 바로 업데이트 해버렸습니다. 발생하는 문제들은 차차 해결해 가겠습니다. ^^;
가급적 @hof님의 글처럼 데이터베이스와 기존파일을 백업한 후에 업데이트할 것을 권합니다. 그렇지 않으면, 저처럼 후회합니다. ㅜ.ㅜ