- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
「Version 3.8」の版間の差分
提供: WordPress Codex 日本語版
細 (原文から最新版に更新。) |
(ダッシュボードと外観を和訳) |
||
39行目: | 39行目: | ||
=== ダッシュボード === | === ダッシュボード === | ||
</div> | </div> | ||
− | * | + | * 信頼性向上の為に、いくつかのダッシュボード・ウィジェットを統合 |
− | * | + | * 'Right Now' ウィジェットを、新しく「概要」に置き換え |
<div id="Appearance"> | <div id="Appearance"> | ||
=== 外観 === | === 外観 === | ||
</div> | </div> | ||
− | * | + | * 8 つの新しい管理色スキームの導入 |
− | * | + | * Open Sans の書体を導入することで、全体の信頼性を向上 (サポートされている環境に於いて) |
− | * | + | * 画面が小さなデバイス向けに、レスポンシブなツールバーを導入 |
− | * | + | * 全ての解像度にてより鮮明な印象を受けるよう、アイコン点滅の代わりに Dashicon を活用 |
− | * | + | * 全体に RTL を改善 |
− | * | + | * 全てに於いて、どんなサイズのデバイスでもレスポンシブを使用可能とすることで、ダッシュボードをより使いやすく |
− | * | + | * Internet Exploder 8 ユーザーのために、ログイン画面を改善 |
− | * | + | * 非英語ユーザーにクイック編集を改善 |
− | * | + | * モバイルユーザー向けのメニューを改善 |
<div id="Themes"> | <div id="Themes"> |
2014年2月2日 (日) 14:43時点における版
2013年12月12日、WordPress バージョン 3.8 (コードネーム:Parker - パーカー) が公開されました。詳しくは WordPress Blog および Version 3.8 の変更履歴 を参照してください。
バージョン 3.8 ではデータベースバージョン (wp_options テーブルの db_version) が26691へ変更となり、Tracのリビジョンは r26861 となりました。
目次
ハイライト
- 新しく、モダンな管理画面デザイン
- フレッシュで整ったデザイン
- 「Open Sans」による、クリーンなタイポグラフィ
- 優れたコントラストと、大きく快適なフォント
- 素早いインターフェイスの反応
- テーマ管理の改良
- よりスムーズになった、 "click-to-add" によるウェジェット管理
- 新しいデフォルトテーマ - Twenty Fourteen
- おしゃれで現代的なマガジンサイトをレスポンシブデザインで簡単に作成
- ホームページでおすすめコンテンツをグリッドまたはスライダー形式として表示
- 3つのウィジェットエリアを使ってサイトをカスタマイズ。コンテンツのレイアウトを全幅ページテンプレートや参加者ページテンプレートで調整
- 開発者向け
- 外部ライブラリを更新
- より良い RTL サポート
What's New
全般
- PNG ベースのプラグイン評価スター画像を Dashicon アイコンに置き換えパフォーマンスを向上
- 様々な画面でヘルプタブのテキストを改善
- 更新画面で「もう一度確認する」をクリックした際により迅速なフィードバックを提供
ダッシュボード
- 信頼性向上の為に、いくつかのダッシュボード・ウィジェットを統合
- 'Right Now' ウィジェットを、新しく「概要」に置き換え
外観
- 8 つの新しい管理色スキームの導入
- Open Sans の書体を導入することで、全体の信頼性を向上 (サポートされている環境に於いて)
- 画面が小さなデバイス向けに、レスポンシブなツールバーを導入
- 全ての解像度にてより鮮明な印象を受けるよう、アイコン点滅の代わりに Dashicon を活用
- 全体に RTL を改善
- 全てに於いて、どんなサイズのデバイスでもレスポンシブを使用可能とすることで、ダッシュボードをより使いやすく
- Internet Exploder 8 ユーザーのために、ログイン画面を改善
- 非英語ユーザーにクイック編集を改善
- モバイルユーザー向けのメニューを改善
テーマ
- 新デフォルトテーマ -- Twenty Fourteen
- Make it possible to check for any post format assigned to a post with has_post_format()
- Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images.
- Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout
- New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines.
- Theme screenshots' size have increased from 600 × 450 to 880 × 660.
ウィジェット
- New click-to-add interface for adding widgets to sidebars
- Improved interface for devices of all resolutions
- Better drag-and-drop experience
アクセシビリティ
- Make list table row actions keyboard accessible
- Improve color contrast throughout the admin
マルチサイト
- Improved performance when deleting users in Multisite
開発者向けの変更
全般
- Heartbeat performance and API improvements
- A $taxonomy argument was added to each of the adjacent post functions.
- Define $is_nginx in vars.php
- Apply capital_P_dangit() to the wp_title filter
- Make sure ajaxurl is defined in the Customizer
- validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin()
- Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely
- Make it easier to target video shortcodes by adding a wp-video class to the parent container
- Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development
バグ修正
- Fix bug where top-level categories were only redirecting if they had no children
- Fix bug in wp_get_object_terms() where returned were strings not integers
- Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator
- Fix "'wp_signups' already exists for query" error after updating a Multisite network
- Fix bug in get_bookmarks() caused by missing parentheses
- Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author
- Fix a date comparison error in dashboard_relative_date()
- Fix keyboard accessibility for row actions in list tables.
- Fix no-js and accessibility modes in in the Widgets screen
- Fix a bug where menus could still be assigned to a non-existent theme location
- Silence jQuery Migrate errors in the General settings page
マルチサイト
クラス
関数
- wp_dashboard_quick_press() を追加。
- wp_dashboard_site_activity() を追加。
- wp_dashboard_recent_posts() を追加。
- wp_dashboard_recent_comments() を追加。
- wp_dashboard_primary_output() を追加。
- wp_heartbeat_set_suspension() を追加。
- wp_star_rating() を追加。
- get_theme_update_available() を追加。
- wp_prepare_themes_for_js() を追加。
アクション & フィルター
アクション
フィルター
外部ライブラリ
- zxcvbn (パスワード強化メーター) スクリプトに著作権通知を追加
非推奨となった関数
- screen_icon()
- get_screen_icon()
- wp_dashboard_incoming_links_output()
- wp_dashboard_secondary_output()
- wp_dashboard_incoming_links()
- wp_dashboard_incoming_links_control()
- wp_dashboard_plugins()
- wp_dashboard_primary_control()
- wp_dashboard_recent_comments_control()
- wp_dashboard_secondary()
- wp_dashboard_secondary_control()
- no_update_actions()
その他
- 多くの使われていないイメージがコアから削除されました。詳しくは こちらのリストを参照してください。
最新英語版: WordPress Codex » Version_3.8 (最新版との差分)
WordPress バージョンの一覧もあわせてご覧ください。