- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
「Version 3.7」の版間の差分
提供: WordPress Codex 日本語版
(英語版をコピペ。19:29, October 3, 2013 Ramiy版) |
細 (→新規関数: en link) |
||
(5人の利用者による、間の16版が非表示) | |||
1行目: | 1行目: | ||
− | + | 2013年10月23日、WordPress [[Version 3.7|バージョン 3.7]] (コードネーム:''Basie'' - [http://ja.wikipedia.org/wiki/%E3%82%AB%E3%82%A6%E3%83%B3%E3%83%88%E3%83%BB%E3%83%99%E3%82%A4%E3%82%B7%E3%83%BC べイシー]) が公開されました。詳しくは [http://wordpress.org/news/2013/10/basie/ WordPress Blog] <!-- ([http://ja.wordpress.org/2013/08/03/wordpress-3-6-ja/ WordPress › 日本語 « WordPress 3.6 日本語版リリースのお知らせ])--> および [[Changelog/3.7|Version 3.7 の変更履歴]] を参照してください。 | |
− | + | ||
− | + | ||
− | + | ||
− | + | [[Version 3.7|バージョン 3.7]] ではデータベースバージョン (<tt>[[データベース概要#Table:_wp_options|wp_options]]</tt> テーブルの <tt>db_version</tt>) が'''25824'''へ変更となり、[https://core.trac.wordpress.org Trac]のリビジョンは [https://core.trac.wordpress.org/changeset/ r25913] となりました。 | |
− | + | * [http://trac.wordpress.org/query?status=closed&milestone=3.7 クローズ済みのバージョン 3.7 チケット] | |
− | + | <div id="Highlights"> | |
+ | == ハイライト == | ||
+ | </div> | ||
− | + | 皆さんは何も変化に気づかないかもしれませんが、それでもOKです。 | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | * '''自動アップデート''' | |
+ | ** メンテナンス&セキュリティリリースをバックグラウンドで更新。 | ||
+ | ** ナイトリービルドを使っている開発者のための毎日の更新。 | ||
+ | * '''より強力なパスワードメーター''' | ||
+ | ** 新しいパスワードメーターによりユーザーにより強力なパスワードを選ぶよう促すことが可能に。 | ||
+ | * '''検索の改善''' | ||
+ | ** より関連性のある検索結果となるよう改善。 | ||
+ | * 国際化対応の改善 | ||
+ | ** ローカライズ版がさらにすばやく完全な翻訳を更新できるように。 | ||
+ | ** 翻訳ファイルの更新を含むバックグラウンド更新。 | ||
− | === | + | <div id="Under The Hood"> |
+ | ==開発者向けの変更== | ||
+ | </div> | ||
− | === | + | <div id="General"> |
+ | === 全般 === | ||
+ | </div> | ||
+ | * バックグラウンド更新の設定を微調整できる[[自動バックグラウンド更新の設定|オプションフィルタ]] | ||
+ | * 日付の範囲、〜より古い/新しい、などといった日時ベースのクエリが可能に。 | ||
+ | * マルチサイトでネットワーク内のすべてのサイトを一覧化する <code>wp_get_sites()</code> を追加。 | ||
− | === | + | <div id="Dashboard"> |
+ | === ダッシュボード === | ||
+ | </div> | ||
+ | * Shift を押しながらクリックすることで、チェックボックスの選択を両方向可能に。 | ||
+ | * バックエンドの iFrames に RTL body クラスを追加。 | ||
+ | * パスワードで保護する投稿用のパスワードを実際に20文字に制限。 | ||
+ | * クッキーが不使用になっている時にログインする場合にエラーメッセージを表示。 | ||
+ | * 検索に失敗した時に以前の検索条件を呼び出してしまう問題の修正。 | ||
+ | * カスタム投稿タイプへのバルクアクションが無効化されている時のスタイリングを修正。 | ||
− | === | + | <div id="Media"> |
+ | === メディア === | ||
+ | </div> | ||
+ | * 添付ファイルの編集画面に画像ファイルサイズを追加。 | ||
+ | * アップデートされた <tt>[gallery]</tt> ショートコードから <tt>orderby</tt> の属性が削除されてしまう問題の修正。 | ||
+ | * メディア画面から公開していない投稿タイプへのリンクを中止。 | ||
− | === | + | <div id="Comments"> |
+ | === コメント === | ||
+ | </div> | ||
+ | * コメントの編集画面に、コメント者の IP アドレスを追加。 | ||
+ | * コメント管理画面から、生成されたアバターを削除 | ||
+ | * [[Function_Reference/wp_notify_moderator|wp_notify_moderator()]] にて、メール受取人でフィルター可能に。 | ||
+ | * 投稿タイプごとにコメント画面をフィルターすることが可能に。 | ||
− | === | + | <div id="Appearance"> |
+ | === 外観 === | ||
+ | </div> | ||
+ | * カスタムヘッダー画像が設定されている時に、そのプレビューのみを表示。 | ||
+ | * カスタマイザーコントローラーの説明を表示。 | ||
+ | * カスタマイザーがホーム URL をロードすることが可能に。 | ||
− | === | + | <div id="Plugins"> |
+ | === プラグイン === | ||
+ | </div> | ||
+ | * PHP 5.4 に関するプラグイン検索エラーを修正。 | ||
− | === | + | <div id="Users"> |
+ | === ユーザー === | ||
+ | </div> | ||
+ | * <tt>user_activation_key</tt> をデータベースへ確実にハッシュする。 | ||
+ | * パスワード保存時に、前後のスペースを削除。 | ||
+ | * ログイン後のデフォルトのパスワード変更を促す挙動を簡素化する。 | ||
− | === | + | <div id="Accessibility"> |
+ | === アクセシビリティ === | ||
+ | </div> | ||
+ | * リストテーブルの行アクションをキーボードからアクセス可能に。 | ||
+ | * カスタマイザーをリフレッシュした際に "Close" ボタンが壊れる問題を修正。 | ||
+ | * デフォルトテーマでのデフォルトカラーコントラストの割り当てを改善。 | ||
+ | * 投稿を更新した際、タイトルが空の場合、そこにフォーカスが行くよう変更。 | ||
− | === | + | <div id="Bug Fixes"> |
+ | === バグ修正 === | ||
+ | </div> | ||
+ | * 修正 - 'hide_empty' が true で 投稿カウント 0 のタームが返る | ||
+ | * 修正 - https URL エンクロージャーの許可 | ||
+ | * 修正 - 不正な日付に対して、404 の代わりに is_day でチェックしてリダイレクト。 | ||
+ | * ncFTPd サーバーで *_exists() 機能の使用を回避 | ||
+ | * [[Function_Reference/register_new_user|register_new_user()]] / [[:en:Function_Reference/register_new_user|en]] から WP_Error の戻りを許可 | ||
+ | * 画像が設定されない場合、カスタムヘッダーイメージプレビューを非表示 | ||
+ | * $wpdb->signups に signup_id 主キーを追加 | ||
+ | * 修正 - 関連するナビゲーションメニューから、タクソノミーを越えて共有されたタームの削除の問題 | ||
+ | * [[Function_Reference/get_taxonomy_labels|get_taxonomy_labels()]] と [[Function_Reference/_get_custom_object_labels|_get_custom_object_labels()]] で $labels から配列にキャスト。失敗を回避。 | ||
+ | * query_var なしで階層化投稿タイプのリライトタグを修正 | ||
− | = | + | <div id="Multisite"> |
− | === | + | === マルチサイト === |
+ | </div> | ||
+ | * [[Function_Reference/wp_get_sites|wp_get_sites()]] /[[:en:Function_Reference/wp_get_sites |en]] を追加。[25445] | ||
+ | * [[Function_Reference/wp_maybe_update_network_site_counts|wp_maybe_update_network_site_counts()]] を追加。[25621] | ||
+ | * [[Function_Reference/wp_maybe_update_network_user_counts|wp_maybe_update_network_user_counts()]] を追加。[25621] | ||
+ | * [[Function_Reference/wp_update_network_site_counts|wp_update_network_site_counts()]] を追加。[25621] | ||
+ | * [[Function_Reference/wp_update_network_user_counts|wp_update_network_user_counts()]] を追加。[25621] | ||
− | = | + | <div id="Classes"> |
− | == | + | === クラス === |
+ | </div> | ||
+ | * [[Class_Reference/WP_Automatic_Updater|WP_Automatic_Updater]] クラスを追加。[22704] | ||
+ | * [[Class_Reference/WP_Automatic_Upgrader|WP_Automatic_Upgrader]] クラスを追加。[25421] | ||
+ | * [[Class_Reference/Automatic_Upgrader_Skin|Automatic_Upgrader_Skin]] クラスを追加。[25421] | ||
+ | * [[Class_Reference/Headerless_Upgrader_Skin|Headerless_Upgrader_Skin]] クラスを追加。[25566] | ||
− | + | * [[Class_Reference/WP_Date_Query|WP_Date_Query]] クラスを追加。[25139] | |
− | * | + | * [[Class_Reference/WP_Comment_Query|WP_Comment_Query::date_query]] プロパティを追加。[25139] |
+ | * [[Class_Reference/WP_Query|WP_Query::date_query]] プロパティを追加。[25139] | ||
− | + | * [[Class_Reference/WP_Query|WP_Query::stopwords]] プロパティを追加。[25632] | |
− | * | + | * [[Class_Reference/WP_Query|WP_Query::parse_search()]] メソッドを追加。[25632] |
− | * | + | * [[Class_Reference/WP_Query|WP_Query::parse_search_terms()]] メソッドを追加。[25632] |
− | + | * [[Class_Reference/WP_Query|WP_Query::get_search_stopwords()]] メソッドを追加。[25632] | |
− | + | ||
− | * | + | |
− | * | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | * [[Class_Reference/WP_Query|WP_Query::reset_postdata()]] メソッドを追加。[25601] | |
− | * | + | * [[Class_Reference/WP_Query|WP_Query]] で <tt>author__in</tt> と <tt>author__not_in</tt> を追加。 [25248] |
− | + | ||
− | + | ||
− | * | + | |
− | + | ||
− | + | * [[Class_Reference/WP_Http_Streams|WP_Http_Streams]] クラスを追加。[25224] | |
− | * | + | * [[Class_Reference/WP_Http|WP_Http::handle_redirects()]] メソッドを追加。[24843] |
− | * | + | * [[Class_Reference/WP_Http|WP_Http::is_ip_address()]] メソッドを追加。[25224] |
− | * | + | * [[Class_Reference/WP_Meta_Query|WP_Meta_Query::get_cast_for_type()]] /[[:en:Class_Reference/WP_Meta_Query|en]] メソッドを追加。[25269] |
− | + | <div id="Functions"> | |
− | + | ||
− | + | ||
− | * | + | === 関数 === |
− | * | + | </div> |
− | * | + | <div id="What's New"> |
− | * | + | ==== 新規関数 ==== |
+ | </div> | ||
+ | * [[関数リファレンス/unregister_taxonomy_for_object_type|unregister_taxonomy_for_object_type()]] / [https://developer.wordpress.org/reference/functions/unregister_taxonomy_for_object_type/ en] を追加。[25596] | ||
+ | * [[関数リファレンス/got_url_rewrite|got_url_rewrite()]] / [https://developer.wordpress.org/reference/functions/got_url_rewrite/ en] を追加。[25456] | ||
+ | * [[関数リファレンス/get_previous_post_link|get_previous_post_link()]] / [https://developer.wordpress.org/reference/functions/get_previous_post_link/ en] を追加。[25327] | ||
+ | * [[関数リファレンス/get_next_post_link|get_next_post_link()]] / [https://developer.wordpress.org/reference/functions/get_next_post_link/ en] を追加。[25327] | ||
+ | * [[関数リファレンス/get_adjacent_post_link|get_adjacent_post_link()]] / [https://developer.wordpress.org/reference/functions/get_adjacent_post_link/ en]を追加。[25327] | ||
+ | * [[関数リファレンス/wp_using_ext_object_cache|wp_using_ext_object_cache()]]/ [https://developer.wordpress.org/reference/functions/wp_using_ext_object_cache/ en]を追加。[25289] | ||
+ | * [[関数リファレンス/is_main_network|is_main_network()]] / [https://developer.wordpress.org/reference/functions/is_main_network/ en] テンプレートタグを追加。[25147] | ||
+ | * [[関数リファレンス/verify_file_md5|verify_file_md5()]] / [https://developer.wordpress.org/reference/functions/verify_file_md5/ en] を追加。[25541] | ||
+ | * [[関数リファレンス/wp_clean_plugins_cache|wp_clean_plugins_cache()]] / [https://developer.wordpress.org/reference/functions/wp_clean_plugins_cache/ en] を追加。[25272] | ||
+ | * [[関数リファレンス/find_core_auto_update|find_core_auto_update()]] / [https://developer.wordpress.org/reference/functions/find_core_auto_update/ en] を追加。[25421] | ||
+ | * [[関数リファレンス/get_core_checksums|get_core_checksums()]] / [https://developer.wordpress.org/reference/functions/get_core_checksums/ en] を追加。[25540] | ||
+ | * [[関数リファレンス/wp_get_translation_updates|wp_get_translation_updates()]]/ [https://developer.wordpress.org/reference/functions/wp_get_translation_updates/ en]を追加。[25566] | ||
+ | * [[関数リファレンス/wp_extract_urls|wp_extract_urls()]] / [https://codex.wordpress.org/Function_Reference/wp_extract_urls en] を追加。[25313] | ||
+ | * [[関数リファレンス/__return_empty_string|__return_empty_string()]] / [https://codex.wordpress.org/Function_Reference/_return_empty_string en]を追加。[25037] | ||
+ | * [[関数リファレンス/mbstring_binary_safe_encoding|mbstring_binary_safe_encoding()]]/ [https://developer.wordpress.org/reference/functions/mbstring_binary_safe_encoding/ en] を追加。[25346] | ||
+ | * [[関数リファレンス/reset_mbstring_encoding|reset_mbstring_encoding()]] / [https://developer.wordpress.org/reference/functions/reset_mbstring_encoding/ en]を追加。[25346] | ||
+ | * [[関数リファレンス/wp_get_installed_translations|wp_get_installed_translations()]]/ [[:en:Function_Reference/wp_get_installed_translations|en]] を追加。[25536] | ||
+ | * [[関数リファレンス/wp_get_pomo_file_data|wp_get_pomo_file_data()]] / [https://developer.wordpress.org/reference/functions/wp_get_pomo_file_data/ en] を追加。[25520] | ||
+ | * [[関数リファレンス/get_post_type_archive_template|get_post_type_archive_template()]]/ [https://developer.wordpress.org/reference/functions/get_post_type_archive_template/ en] を追加。[25291] | ||
+ | * [[関数リファレンス/wp_auto_updates_maybe_update|wp_auto_updates_maybe_update()]] / [[:en:Function_Reference/wp_auto_updates_maybe_update|en]] を追加。[25421] | ||
+ | * [[関数リファレンス/wp_authenticate_spam_check|wp_authenticate_spam_check()]] / [https://developer.wordpress.org/reference/functions/wp_authenticate_spam_check/ en] を追加。[24848] | ||
+ | * [[関数リファレンス/wp_get_user_contact_methods|wp_get_user_contact_methods()]] / [https://developer.wordpress.org/reference/functions/wp_get_user_contact_methods/ en]を追加。[25606] | ||
− | + | <div id="Changes"> | |
− | + | ||
− | * | + | ==== 変更された関数 ==== |
− | * | + | </div> |
− | * | + | * [[Function_Reference/is_tag|is_tag()]] が term-id、term-name、term-slug または配列の ID、 name、 slug を受け付けるよう変更。[18746] |
− | * | + | * [[関数リファレンス/register_taxonomy|register_taxonomy()]] の meta_box_cb コールバック。 [25572] |
+ | * [[Function_Reference/get_terms|get_terms()]] の description__like 。[25241] | ||
+ | * [[関数リファレンス/register_taxonomy|register_taxonomy()]] の show_in_menu 。[25133] | ||
+ | * すべての [[関数リファレンス/get_category|get_category()]] コールで [[Function_Reference/get_terms|get_terms()]] を使うよう変換。 | ||
− | === | + | === アクション・フィルタ === |
− | ==== | + | ==== アクション ==== |
− | * | + | * [[Plugin_API/Action_Reference/save_post_post_type|save_post_{$post_type}]] [25050] |
− | + | * [[Plugin_API/Action_Reference/user_new_form|user_new_form]] [25629] | |
− | + | ||
− | + | ||
− | * | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | ==== | + | <div id="Filters"> |
− | * | + | === 新規フィルター === |
− | * | + | </div> |
− | * | + | * [[Plugin_API/Filter_Reference/wp_count_attachments|wp_count_attachments]] を追加。[25579] |
− | * | + | * [[Plugin_API/Filter_Reference/bulk_post_updated_messages|bulk_post_updated_messages]] /[[:en:Plugin_API/Filter_Reference/bulk_post_updated_messages|en]] を追加。[25577] |
+ | * [[Plugin_API/Filter_Reference/got_url_rewrite|got_url_rewrite]] を追加。[25456] | ||
+ | * [[Plugin_API/Filter_Reference/post_password_expires|post_password_expires]] を追加。[25450] | ||
+ | * [[Plugin_API/Filter_Reference/img_caption_shortcode_width|img_caption_shortcode_width]] を追加。[25444] | ||
+ | * [[Plugin_API/Filter_Reference/ajax_query_attachments_args|ajax_query_attachments_args]] /[[:en:Plugin_API/Filter_Reference/ajax_query_attachments_args|en]] を追加。[25279] | ||
+ | * [[Plugin_API/Filter_Reference/months_dropdown_results|months_dropdown_results]] を追加。[25556] | ||
+ | * [[Plugin_API/Filter_Reference/install_plugins_table_api_args_tab|install_plugins_table_api_args_{$tab}]] を追加。[25070] | ||
+ | * [[Plugin_API/Filter_Reference/upgrader_pre_download|upgrader_pre_download]] を追加。[25427] | ||
+ | * [[Plugin_API/Filter_Reference/enable_auto_upgrade_email|enable_auto_upgrade_email]] を追加。[25542] | ||
+ | * [[Plugin_API/Filter_Reference/populate_network_meta|populate_network_meta]] を追加。[25414] | ||
+ | * [[Plugin_API/Filter_Reference/wp_link_query_args|wp_link_query_args]] /[[:en:Plugin_API/Filter_Reference/wp_link_query_args|en]] を追加。[25393] | ||
+ | * [[Plugin_API/Filter_Reference/wp_link_query|wp_link_query]] を追加。[25393] | ||
+ | * [[Plugin_API/Filter_Reference/wp_audio_shortcode_override|wp_audio_shortcode_override]] を追加。[25484] | ||
+ | * [[Plugin_API/Filter_Reference/wp_video_shortcode_override|wp_video_shortcode_override]] を追加。[25484] | ||
+ | * [[Plugin_API/Filter_Reference/enable_live_network_counts|enable_live_network_counts]] を追加。[25621] | ||
+ | * [[Plugin_API/Filter_Reference/enable_live_network_counts|enable_live_network_counts]] を追加。[25621] | ||
+ | * [[Plugin_API/Filter_Reference/wp_count_posts|wp_count_posts]] を追加。[25578] | ||
+ | * [[Plugin_API/Filter_Reference/wp_search_stopwords|wp_search_stopwords]] を追加。[25632] | ||
+ | * [[Plugin_API/Filter_Reference/posts_search_orderby|posts_search_orderby]] を追加。[25632] | ||
+ | * [[Plugin_API/Filter_Reference/flush_rewrite_rules_hard|flush_rewrite_rules_hard]] を追加。[25328] | ||
+ | * [[Plugin_API/Filter_Reference/plugins_update_check_locales|plugins_update_check_locales]] を追加。[25634] | ||
+ | * [[Plugin_API/Filter_Reference/themes_update_check_locales|themes_update_check_locales]] を追加。[25634] | ||
− | = | + | <div id="External Libraries"> |
− | + | ||
− | + | ||
− | + | ||
− | === | + | === 外部ライブラリ === |
− | + | </div> | |
− | + | * zxcvbn (パスワード強度メーター) | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | * | + | |
− | === | + | <div id="Deprecated"> |
− | + | === 非推奨となった関数 === | |
+ | </div> | ||
− | === | + | <div id="Miscellaneous"> |
+ | === その他 === | ||
+ | </div> | ||
+ | * EP_ALL_ARCHIVES [24812] | ||
{{Versions}} | {{Versions}} | ||
− | {{原文|Version_3.7| | + | {{原文|Version_3.7|143241}}<!-- 13:32, 8 May 2014 Jdgrimes 版 --> |
+ | |||
+ | [[Category:バージョン]] | ||
+ | [[Category:wp3.7]] | ||
− | [[ | + | [[en:Version 3.7]] |
+ | [[ja:Version 3.7]] | ||
+ | [[pt-br:Versão 3.7]] |
2015年6月15日 (月) 21:25時点における最新版
2013年10月23日、WordPress バージョン 3.7 (コードネーム:Basie - べイシー) が公開されました。詳しくは WordPress Blog および Version 3.7 の変更履歴 を参照してください。
バージョン 3.7 ではデータベースバージョン (wp_options テーブルの db_version) が25824へ変更となり、Tracのリビジョンは r25913 となりました。
目次
ハイライト
皆さんは何も変化に気づかないかもしれませんが、それでもOKです。
- 自動アップデート
- メンテナンス&セキュリティリリースをバックグラウンドで更新。
- ナイトリービルドを使っている開発者のための毎日の更新。
- より強力なパスワードメーター
- 新しいパスワードメーターによりユーザーにより強力なパスワードを選ぶよう促すことが可能に。
- 検索の改善
- より関連性のある検索結果となるよう改善。
- 国際化対応の改善
- ローカライズ版がさらにすばやく完全な翻訳を更新できるように。
- 翻訳ファイルの更新を含むバックグラウンド更新。
開発者向けの変更
全般
- バックグラウンド更新の設定を微調整できるオプションフィルタ
- 日付の範囲、〜より古い/新しい、などといった日時ベースのクエリが可能に。
- マルチサイトでネットワーク内のすべてのサイトを一覧化する
wp_get_sites()
を追加。
ダッシュボード
- Shift を押しながらクリックすることで、チェックボックスの選択を両方向可能に。
- バックエンドの iFrames に RTL body クラスを追加。
- パスワードで保護する投稿用のパスワードを実際に20文字に制限。
- クッキーが不使用になっている時にログインする場合にエラーメッセージを表示。
- 検索に失敗した時に以前の検索条件を呼び出してしまう問題の修正。
- カスタム投稿タイプへのバルクアクションが無効化されている時のスタイリングを修正。
メディア
- 添付ファイルの編集画面に画像ファイルサイズを追加。
- アップデートされた [gallery] ショートコードから orderby の属性が削除されてしまう問題の修正。
- メディア画面から公開していない投稿タイプへのリンクを中止。
コメント
- コメントの編集画面に、コメント者の IP アドレスを追加。
- コメント管理画面から、生成されたアバターを削除
- wp_notify_moderator() にて、メール受取人でフィルター可能に。
- 投稿タイプごとにコメント画面をフィルターすることが可能に。
外観
- カスタムヘッダー画像が設定されている時に、そのプレビューのみを表示。
- カスタマイザーコントローラーの説明を表示。
- カスタマイザーがホーム URL をロードすることが可能に。
プラグイン
- PHP 5.4 に関するプラグイン検索エラーを修正。
ユーザー
- user_activation_key をデータベースへ確実にハッシュする。
- パスワード保存時に、前後のスペースを削除。
- ログイン後のデフォルトのパスワード変更を促す挙動を簡素化する。
アクセシビリティ
- リストテーブルの行アクションをキーボードからアクセス可能に。
- カスタマイザーをリフレッシュした際に "Close" ボタンが壊れる問題を修正。
- デフォルトテーマでのデフォルトカラーコントラストの割り当てを改善。
- 投稿を更新した際、タイトルが空の場合、そこにフォーカスが行くよう変更。
バグ修正
- 修正 - 'hide_empty' が true で 投稿カウント 0 のタームが返る
- 修正 - https URL エンクロージャーの許可
- 修正 - 不正な日付に対して、404 の代わりに is_day でチェックしてリダイレクト。
- ncFTPd サーバーで *_exists() 機能の使用を回避
- register_new_user() / en から WP_Error の戻りを許可
- 画像が設定されない場合、カスタムヘッダーイメージプレビューを非表示
- $wpdb->signups に signup_id 主キーを追加
- 修正 - 関連するナビゲーションメニューから、タクソノミーを越えて共有されたタームの削除の問題
- get_taxonomy_labels() と _get_custom_object_labels() で $labels から配列にキャスト。失敗を回避。
- query_var なしで階層化投稿タイプのリライトタグを修正
マルチサイト
- wp_get_sites() /en を追加。[25445]
- wp_maybe_update_network_site_counts() を追加。[25621]
- wp_maybe_update_network_user_counts() を追加。[25621]
- wp_update_network_site_counts() を追加。[25621]
- wp_update_network_user_counts() を追加。[25621]
クラス
- WP_Automatic_Updater クラスを追加。[22704]
- WP_Automatic_Upgrader クラスを追加。[25421]
- Automatic_Upgrader_Skin クラスを追加。[25421]
- Headerless_Upgrader_Skin クラスを追加。[25566]
- WP_Date_Query クラスを追加。[25139]
- WP_Comment_Query::date_query プロパティを追加。[25139]
- WP_Query::date_query プロパティを追加。[25139]
- WP_Query::stopwords プロパティを追加。[25632]
- WP_Query::parse_search() メソッドを追加。[25632]
- WP_Query::parse_search_terms() メソッドを追加。[25632]
- WP_Query::get_search_stopwords() メソッドを追加。[25632]
- WP_Query::reset_postdata() メソッドを追加。[25601]
- WP_Query で author__in と author__not_in を追加。 [25248]
- WP_Http_Streams クラスを追加。[25224]
- WP_Http::handle_redirects() メソッドを追加。[24843]
- WP_Http::is_ip_address() メソッドを追加。[25224]
- WP_Meta_Query::get_cast_for_type() /en メソッドを追加。[25269]
関数
新規関数
- unregister_taxonomy_for_object_type() / en を追加。[25596]
- got_url_rewrite() / en を追加。[25456]
- get_previous_post_link() / en を追加。[25327]
- get_next_post_link() / en を追加。[25327]
- get_adjacent_post_link() / enを追加。[25327]
- wp_using_ext_object_cache()/ enを追加。[25289]
- is_main_network() / en テンプレートタグを追加。[25147]
- verify_file_md5() / en を追加。[25541]
- wp_clean_plugins_cache() / en を追加。[25272]
- find_core_auto_update() / en を追加。[25421]
- get_core_checksums() / en を追加。[25540]
- wp_get_translation_updates()/ enを追加。[25566]
- wp_extract_urls() / en を追加。[25313]
- __return_empty_string() / enを追加。[25037]
- mbstring_binary_safe_encoding()/ en を追加。[25346]
- reset_mbstring_encoding() / enを追加。[25346]
- wp_get_installed_translations()/ en を追加。[25536]
- wp_get_pomo_file_data() / en を追加。[25520]
- get_post_type_archive_template()/ en を追加。[25291]
- wp_auto_updates_maybe_update() / en を追加。[25421]
- wp_authenticate_spam_check() / en を追加。[24848]
- wp_get_user_contact_methods() / enを追加。[25606]
変更された関数
- is_tag() が term-id、term-name、term-slug または配列の ID、 name、 slug を受け付けるよう変更。[18746]
- register_taxonomy() の meta_box_cb コールバック。 [25572]
- get_terms() の description__like 。[25241]
- register_taxonomy() の show_in_menu 。[25133]
- すべての get_category() コールで get_terms() を使うよう変換。
アクション・フィルタ
アクション
- save_post_{$post_type} [25050]
- user_new_form [25629]
新規フィルター
- wp_count_attachments を追加。[25579]
- bulk_post_updated_messages /en を追加。[25577]
- got_url_rewrite を追加。[25456]
- post_password_expires を追加。[25450]
- img_caption_shortcode_width を追加。[25444]
- ajax_query_attachments_args /en を追加。[25279]
- months_dropdown_results を追加。[25556]
- install_plugins_table_api_args_{$tab} を追加。[25070]
- upgrader_pre_download を追加。[25427]
- enable_auto_upgrade_email を追加。[25542]
- populate_network_meta を追加。[25414]
- wp_link_query_args /en を追加。[25393]
- wp_link_query を追加。[25393]
- wp_audio_shortcode_override を追加。[25484]
- wp_video_shortcode_override を追加。[25484]
- enable_live_network_counts を追加。[25621]
- enable_live_network_counts を追加。[25621]
- wp_count_posts を追加。[25578]
- wp_search_stopwords を追加。[25632]
- posts_search_orderby を追加。[25632]
- flush_rewrite_rules_hard を追加。[25328]
- plugins_update_check_locales を追加。[25634]
- themes_update_check_locales を追加。[25634]
外部ライブラリ
- zxcvbn (パスワード強度メーター)
非推奨となった関数
その他
- EP_ALL_ARCHIVES [24812]
WordPress バージョンの一覧もあわせてご覧ください。
最新英語版: WordPress Codex » Version_3.7 (最新版との差分)