- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
「Version 4.5.3」の版間の差分
提供: WordPress Codex 日本語版
細 (→まとめ =) |
(ページ作ったのみ) |
||
5行目: | 5行目: | ||
}} | }} | ||
== まとめ<span id="Summary"></span> == | == まとめ<span id="Summary"></span> == | ||
− | [https://wordpress.org/news/2016/ | + | From the [https://wordpress.org/news/2016/09/wordpress-4-6-1-security-and-maintenance-release/ WordPress 4.6.1 release post]: WordPress versions 4.6 and earlier are affected by two security issues: a cross-site scripting vulnerability via image filename, reported by SumOfPwn researcher Cengiz Han Sahin; and a path traversal vulnerability in the upgrade package uploader, reported by Dominik Schilling from the WordPress security team. |
− | + | ||
− | + | ||
− | WordPress 4. | + | WordPress 4.6.1 は 4.6 からの15件のバグを修正しました: |
+ | |||
+ | Bootstrap/Load | ||
+ | * [https://core.trac.wordpress.org/ticket/37680 #37680] – PHP Warning: ini_get_all() has been disabled for security reasons | ||
+ | Database | ||
+ | * [https://core.trac.wordpress.org/ticket/37683 #37683] – $collate and $charset can be undefined in wpdb::init_charset() | ||
+ | * [https://core.trac.wordpress.org/ticket/37689 #37689] – Issues with utf8mb4 collation and the 4.6 update | ||
+ | Editor | ||
+ | * [https://core.trac.wordpress.org/ticket/37690 #37690] – Backspace causes jumping | ||
+ | Email | ||
+ | * [https://core.trac.wordpress.org/ticket/37736 #37736] – Emails fail on certain server setups | ||
+ | External Libraries | ||
+ | * [https://core.trac.wordpress.org/ticket/37700 #37700] – Warning: curl_exec() has been disabled for security reasons (Requests library) | ||
+ | * [https://core.trac.wordpress.org/ticket/37720 #37720] – The minified version of the Masonry shim was not updated in #37666 (Masonry library) | ||
+ | HTTP API | ||
+ | * [https://core.trac.wordpress.org/ticket/37733 #37733] – cURL error 3: malformed for remote requests | ||
+ | * [https://core.trac.wordpress.org/ticket/37768 #37768] – HTTP API no longer accepts integer and float values for the cookies argument | ||
+ | Post Thumbnails | ||
+ | * [https://core.trac.wordpress.org/ticket/37697 #37697] – Strange behavior with thumbnails on preview in 4.6 | ||
+ | Script Loader | ||
+ | * [https://core.trac.wordpress.org/ticket/37800 #37800] – Close “link rel” dns-prefetch tag | ||
+ | Taxonomy | ||
+ | * [https://core.trac.wordpress.org/ticket/37721 #37721] – Improve error handling of is_object_in_term in taxonomy.php | ||
+ | Themes | ||
+ | * [https://core.trac.wordpress.org/ticket/37755 #37755] – Visual Editor: Weird unicode (Vietnamese) characters display on WordPress 4.6 | ||
+ | TinyMCE | ||
+ | * [https://core.trac.wordpress.org/ticket/37760 #37760] – Problem with RTL | ||
+ | Upgrade/Install | ||
+ | * [https://core.trac.wordpress.org/ticket/37731 #37731] – Infinite loop in _wp_json_sanity_check() during plugin install | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== 改訂されたファイル一覧<span id="List_of_Files_Revised"></span> == | == 改訂されたファイル一覧<span id="List_of_Files_Revised"></span> == | ||
+ | |||
<pre> | <pre> | ||
− | |||
wp-admin/about.php | wp-admin/about.php | ||
− | wp-admin | + | wp-admin/js/editor-expand.js |
− | + | wp-admin/js/editor-expand.min.js | |
− | + | wp-admin/includes/media.php | |
− | + | wp-admin/includes/class-file-upload-upgrader.php | |
− | + | wp-admin/includes/class-language-pack-upgrader.php | |
− | + | wp-includes/wp-db.php | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | wp- | + | |
− | + | ||
− | + | ||
− | wp- | + | |
− | + | ||
− | + | ||
− | wp- | + | |
− | + | ||
− | + | ||
− | + | ||
− | wp- | + | |
− | + | ||
− | wp-includes/ | + | |
wp-includes/pluggable.php | wp-includes/pluggable.php | ||
wp-includes/script-loader.php | wp-includes/script-loader.php | ||
− | wp-includes/ | + | wp-includes/general-template.php |
− | wp-includes/class-wp- | + | wp-includes/css/editor.css |
− | wp-includes/ | + | wp-includes/css/editor.min.css |
+ | wp-includes/css/editor-rtl.css | ||
+ | wp-includes/css/editor-rtl.min.css | ||
+ | wp-includes/functions.php | ||
+ | wp-includes/class-wp-editor.php | ||
+ | wp-includes/taxonomy.php | ||
+ | wp-includes/load.php | ||
+ | wp-includes/version.php | ||
+ | wp-includes/class-http.php | ||
+ | wp-includes/js/tinymce/skins/wordpress/wp-content.css | ||
+ | wp-includes/js/jquery/jquery.masonry.min.js | ||
+ | wp-includes/Requests/Transport/cURL.php | ||
+ | wp-includes/revision.php | ||
+ | wp-content/plugins | ||
+ | readme.html | ||
+ | </pre> | ||
+ | |||
{{Versions}} | {{Versions}} | ||
− | {{原文|Version_4. | + | {{原文|Version_4.6.1|}}<!-- 8:30, 8 Sep 2016 miccweb版 --> |
[[Category:バージョン]] | [[Category:バージョン]] | ||
− | [[Category:wp4. | + | [[Category:wp4.6]] |
− | [[en:Version 4. | + | [[en:Version 4.6.1]] |
− | [[ja:Version 4. | + | [[ja:Version 4.6.1]] |
2016年9月8日 (木) 08:32時点における版
2016年6月21日、WordPress 4.5.3 が公開されました。
インストール / アップグレードについて
WordPress 4.5.3 を入手するには、管理画面の「ダッシュボード」>「更新」から実行するか、下記ページからダウンロードしてください。
WordPress インストールおよびアップグレードのステップバイステップの手順は、こちらを参照してください。
WordPress が初めての場合、下記から始めると良いでしょう:
まとめ
From the WordPress 4.6.1 release post: WordPress versions 4.6 and earlier are affected by two security issues: a cross-site scripting vulnerability via image filename, reported by SumOfPwn researcher Cengiz Han Sahin; and a path traversal vulnerability in the upgrade package uploader, reported by Dominik Schilling from the WordPress security team.
WordPress 4.6.1 は 4.6 からの15件のバグを修正しました:
Bootstrap/Load
- #37680 – PHP Warning: ini_get_all() has been disabled for security reasons
Database
- #37683 – $collate and $charset can be undefined in wpdb::init_charset()
- #37689 – Issues with utf8mb4 collation and the 4.6 update
Editor
- #37690 – Backspace causes jumping
- #37736 – Emails fail on certain server setups
External Libraries
- #37700 – Warning: curl_exec() has been disabled for security reasons (Requests library)
- #37720 – The minified version of the Masonry shim was not updated in #37666 (Masonry library)
HTTP API
- #37733 – cURL error 3: malformed for remote requests
- #37768 – HTTP API no longer accepts integer and float values for the cookies argument
Post Thumbnails
- #37697 – Strange behavior with thumbnails on preview in 4.6
Script Loader
- #37800 – Close “link rel” dns-prefetch tag
Taxonomy
- #37721 – Improve error handling of is_object_in_term in taxonomy.php
Themes
- #37755 – Visual Editor: Weird unicode (Vietnamese) characters display on WordPress 4.6
TinyMCE
- #37760 – Problem with RTL
Upgrade/Install
- #37731 – Infinite loop in _wp_json_sanity_check() during plugin install
改訂されたファイル一覧
wp-admin/about.php wp-admin/js/editor-expand.js wp-admin/js/editor-expand.min.js wp-admin/includes/media.php wp-admin/includes/class-file-upload-upgrader.php wp-admin/includes/class-language-pack-upgrader.php wp-includes/wp-db.php wp-includes/pluggable.php wp-includes/script-loader.php wp-includes/general-template.php wp-includes/css/editor.css wp-includes/css/editor.min.css wp-includes/css/editor-rtl.css wp-includes/css/editor-rtl.min.css wp-includes/functions.php wp-includes/class-wp-editor.php wp-includes/taxonomy.php wp-includes/load.php wp-includes/version.php wp-includes/class-http.php wp-includes/js/tinymce/skins/wordpress/wp-content.css wp-includes/js/jquery/jquery.masonry.min.js wp-includes/Requests/Transport/cURL.php wp-includes/revision.php wp-content/plugins readme.html
WordPress バージョンの一覧もあわせてご覧ください。