説明
Advanced Custom Fields turns WordPress sites into a fully-fledged content management system by giving you all the tools to do more with your data.
Advanced Custom Fields プラグインを使用して、WordPress の編集画面とカスタムフィールドデータのコントロールを完全に制御します。
必要に応じてフィールドを追加します。 フィールドビルダを使用すると、いくつかのボタンをクリックするだけで、WP編集画面にフィールドをすばやく簡単に追加することができます !
どこにでも追加できます。 投稿は、投稿、ユーザー、タクソノミーの用語、メディア、コメント、カスタムオプションのページまで含めてWP全体に追加できます !
どこにでも表示できます。デベロッパーフレンドリーな機能で、テーマテンプレートファイルにカスタムフィールド値を読み込んで表示できます。
機能
- シンプルで直感的
- 強力な機能
- 30種類以上のフィールドタイプ
- 豊富なドキュメント
- 何百万人ものユーザー
リンク
PRO
The Advanced Custom Fields plugin is also available in a professional version which includes more fields, more functionality, and more flexibility!
- The Repeater Field allows you to create a set of sub fields which can be repeated again, and again, and again.
- ACF Blocks, a powerful PHP-based framework for developing custom block types for the WordPress Block Editor (aka Gutenberg).
- Define, create, and manage content with the Flexible Content Field, which provides for multiple layout and sub field options
- Use the Options Page feature to add custom admin pages to edit ACF fields.
- Build fully customisable image galleries with the Gallery Field
- Unlock a more efficient workflow for managing field settings by reusing existing fields and field groups on demand with the Clone Field
インストール
WordPress ダッシュボードから
- プラグイン画面へ移動 > 新規追加
- “Advanced Custom Fields” を検索
- プラグインページから Advanced Custom Fields をインストールして有効化
- 新しいメニュー項目「カスタムフィールド」をクリックして、あなたの最初のカスタムフィールドのグループを作成しましょう !
- Read the documentation to get started
FAQ
-
どのようなサポートを提供していますか ?
-
サポートフォーラム 私たちのコミュニティフォーラムは、以前にお答えいただきましたサポートに関する質問を検索し、見つけるための素晴らしいリソースを提供しています。 これらのフォーラムで新しいスレッドを作成することもできますが、サポートチームから回答が得られるとは限りません。 これは、開発者が互いに話し合い、アイデアやプラグインを投稿し、基本的なヘルプを提供するための領域です。サポートフォーラムを表示する
評価
貢献者と開発者
Advanced Custom Fields はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。
貢献者変更履歴
5.12.2
Release Date 6th April 2022
- Fix – Cloned fields in custom named options pages now behave correctly
- Fix – Default values and the
acf/load_value
filter are now applied if a field value load fails security validation - Fix – The ACF field is no longer present in REST responses if the ACF REST API setting is disabled
- Fix – Duplicating a flexible content layout or repeater row now also replaces the field ID in
for
attributes
5.12.1
Release Date 23rd March 2022
- New – REST API now supports the comment route for displaying ACF fields.
- Fix – ACF now validates access to option page field values when accessing via field keys the same way as field names. View More
- Fix – REST API now correctly validates fields for POST update requests
- Fix – Fixed an issue where invalid field types caused an error during REST API requests
- Fix – Fixed a PHP warning when duplicating an empty field group
- Fix – Fixed a bug preventing block duplication detection changing an ACF Block’s ID if it was nested deeper than one level inside another block
- Fix – Fixed a bug where the
acf-block-preview
wrapper might not appear around a block if it was saved in edit mode - i18n – Updated several translations from user contributions (Thanks to Dariusz Zielonka, Mikko Kekki and Alberto!)
5.12
Release Date 23rd February 2022
- View Release Post
- New – ACF blocks now support the new Full Site Editor included in WordPress 5.9
- New – ACF blocks now support the WordPress Query Loop block
- New – Added block caching system to reduce the number of AJAX calls in the block editor
- Enhancement – Block preloading can now be disabled by using “acf_update_setting( ‘preload_blocks’, false );” in the “acf/init” action hook
- Enhancement – ACF and ACF PRO will now detect if each other are active and deactivate the other plugin on plugin activation
- Fix – Fixed an issue with the media library not working correctly in ACF Blocks in WordPress 5.9.1
- Fix – Fixed an issue where anchors weren’t working correctly in WordPress 5.9
- Fix – Fixed an issue where the “unfiltered_html” capability wasn’t being used by ACF blocks
- Fix – Fixed an issue where it was impossible to update an ACF block inside the widget block editor
- Fix – Fixed an issue where ACF fields might not appear in REST API calls made via internal WordPress functions
- Fix – Warnings and PHP 8.1 deprecation notices in REST API
- Fix – Better support for double byte characters in “acf_get_truncated()” (props @cabradb)
- i18n – Broken link in the Croatian translation
- i18n – Automated building of acf.pot for translators in each release
5.11.4
Release Date – 2nd December 2021
- Fix – Fixed several Select2.js conflicts with other plugins
- Fix – Fixed an issue where block name sanitization could change valid block names containing double hyphens
- Fix – Fixed an issue where blocks with integer IDs could fail to load example field data
5.11.3
Release Date – 24th November 2021
- Fix – Fixed a bug when accessing field values for options pages registered with a custom post_id
5.11.2
Release Date – 24th November 2021
- Fix – Previously implemented data access changes for get_field() and the_field() are now limited to the ACF shortcode only. Learn more
- Fix – get_field() and the_field() functions can once again access meta values regardless of being registered with ACF, restoring functionality that existed before 5.11
- Fix – get_field() and the_field() functions now are only able to access site options which are ACF fields
- Fix – UI issues for select boxes related to Yoast and WooCommerce’s select2 versions by upgrading our select2 version, and updating our CSS to support older versions
- Fix – User fields failed to load values when using the legacy select2 v3 option
- Fix – acf_slugify() now correctly supports special characters which solves issues with block names or field group names (during imports) containing those characters
- Fix – PHP Notice generated while processing a field group’s postbox classes
5.11.1
Release Date – 18 November 2021
- Enhancement – Added “acf/admin/license_key_constant_message” filter to allow changing of the “Your license key is defined in wp-config.php” message
- Fix – Added warning for when get_field() or similar functions are called before ACF has initialized. Learn more
- Fix – Fixed fields not appearing on user REST API endpoints if their field group location was set to a user form other than “all”
- Fix – Fixed warning in REST API if a custom field type did not have the “show_in_rest” property
- Fix – Fixed an error that could occur if value of WYSIWYG field was not a string
5.11
Release Date – 10 November 2021
- View Release Post
- New – Fields can now be viewed and updated with the WordPress REST API (props @mishterk)
- New – License key can now be defined in code with the “ACF_PRO_LICENSE” constant
- Enhancement – Improved error handling for expired or deactivated licenses
- Enhancement – Improved support for various block editor features, such as block styles and padding/spacing
- Enhancement – Added support for using WordPress “Screen Options” to hide field groups in Classic Editor
- Enhancement – Support filters adding custom classes on date and time field inputs
- Enhancement – Support filtering ACF shortcode attributes (with the “shortcode_atts_acf” filter)
- Fix – Removed usages of PHP “extract()” function
- Fix – Fixed a security issue with user field
- Fix – Fixed a security issue with “acf_get_value()”
- Fix – Correctly set “.acf-block-preview” wrapper when previewing a block in auto mode
- Fix – Resolved an issue with select2 rendering for nav menu fields
- Fix – Fixed an issue with file validation that occurred when removing a file that failed validation
- Fix – Fixed a notice in “acf_prepare_field()”
- Fix – Prevented an issue where setting an empty string for the return format of date and time fields would cause JS errors
- Fix – Fix issues with conditional logic for multi-select fields (props @bhujagendra-ishaya)
- Fix – Added support for Google Maps schema change which prevented Google Maps fields from correctly saving the city for some areas
- Fix – Fixed an issue where removing the collapsed property of a repeater prevents viewing previously collapsed rows
- i18n – Updated Polish Translations (props @webnatural)
- Dev – Formatted JavaScript to WordPress code standards
5.10.2
Release Date – 31 August 2021
- Fix – Fixed block duplication issues which created blocks with duplicate block IDs
- Fix – Fixed an issue with ACF errors displaying in the media library outside of ACF fields
- Fix – Changed label of “Enable Opacity?” to “Allow transparency” in the colour picker
- Fix – Revert “style” attributes of ACF Blocks to 5.9.x behaviour for template compatibility
- Fix – Allow safe HTML inside select2 field labels
- Fix – Don’t render the “acf-block-preview” div when preloading blocks in edit mode
5.10.1
Release Date – 26 August 2021
- Fix – Fixed conflict with WooCommerce loading SelectWoo which is not directly compatible with Select2.
5.10
Release Date – 25 August 2021
- View Release Post
- Enhancement – Improved security by running all user-generated content through
wp_kses()
by default - Enhancement – New ACF Blocks features
- Switched to v2 of the Blocks API for WordPress 5.6+
- Block preloading now enabled by default
- Block preloading now supports blocks set to “Edit” mode
- Add support for full height alignment setting
- Enhancement – Added setting to color picker field to enable an opacity slider
- Enhancement – Allow deletion of first field group location rule if multiple rules have been added thanks to Arthur Shlain
- Fix – Fixed vulnerability with
acf_shortcode()
where users with subscriber role could view arbitrary ACF data, thanks to Keitaro Yamazaki - Fix – Fixed vulnerability where users with subscriber role could move fields and view field groups, thanks to Keitaro Yamazaki
- Fix – Fixed issue where fields in legacy widgets weren’t saving in new widget block editor
- Fix – Fixed issue with custom field validation in scheduled posts
- Fix – Fixed warnings thrown by clone field if the cloned field group is empty
- Fix – Fixed issue where Select2 search input wouldn’t have focus in WordPress 5.8+
- Fix – Fixed issue with Select2 value sorting when Yoast SEO is installed
- Fix – Fixed deprecation warnings in block editor in WordPress 5.6+
- i18n – Updated Swedish translation thanks to Erik Betshammar
5.9.9
Release Date – 20 July 2021
- Fix – Fixed warning when deleting fields which don’t exist
- Fix – Fixed issues with older browsers and the blocks JavaScript
- Fix – Fixed file size & file type validation for front end forms using the basic uploader
5.9.8
リリース日 – 2021年7月08日
- Fix – Fixed bug causing multiple image fields to not validate files properly
- Fix – Fixed bug preventing case-sensitive HTML tags from working in blocks
- Fix – Fixed bug causing JSX-enabled blocks to improperly remove whitespace in preview
- Fix – Fixed bug causing text fields to remove HTML entities when editing saved fields
- 修正 – jQuery の非推奨 (deprecated) 表示が “フィールドグループの追加” ページで通知されるのを修正
5.9.7
リリース日 – 2021年6月22日
- 修正 –
add_menu_page()
/add_submenu_page()
への不正なパラメーター型によって PHP 警告がログ記録されるのを修正 - Fix – Fixed bug causing WYSIWYG field to not keep line breaks
- Fix – Fixed bug causing Email field to incorrectly invalidate emails with unicode characters
- Fix – Fixed bug causing file type validation to fail in some cases
- Fix – Fixed bug where newly uploaded or selected images do not contain custom preview size data
5.9.6
リリース日 – 2021年5月20日
- 拡張 – 「オプションページ」サブメニューに「位置」設定の互換性を追加。
- 拡張 – メタボックスをドラッグする際に、メタボックスの「高」領域を視覚的に強調表示。
- 修正 – Block マトリクスの位置揃え設定と最新バージョンの Gutenberg (10.6) との間の互換性の問題を修正。
- 修正 – ブロックのツールバーの上/下ボタンを使用して子ブロックを並べ替えた後、WYSIWYGフィールドを壊すバグを修正。
- 修正 – DateTime および Time ピッカー のフィールドに、欠落している “readonly” および “disabled” 属性を追加。
- 修正 – 特殊文字を含む電子メールフィールドの値を誤った検証をするバグを修正。
- 修正 – フロントエンドのフォームで依存するアセットの “ダッシュアイコン” が見つからない問題を修正。
- 修正 – JSON 差分の確認用 モーダルがWP 5.7 以降狭い列で表示されるバグを修正。
- 開発 -「繰り返し」「フレキシブルコンテンツ」「フィールド複製」のテーブルのヘッダータイトルにラベル要素を追加。
- 開発 – 新しい
ACF_EXPERIMENTAL_ESC_HTML
定数を追加。続きを読む
5.9.5
リリース日 – 2021年2月11日
- 修正 – WordPress 5.5 のエディタ内でブロックの正常な読み込みを妨げる退行不具合を修正。
- 修正 – WordPress 5.6 でごみ箱からフィールドグループを復元するときに不適切な post_status プロパティを発生させるバグを修正。
- 修正 – 「オプション」という名前のタクソノミーがオプション値の保存と読み込みを妨げる可能性があるエッジケースのバグを修正。
- 修正 – 追加の PHP 8.0 警告を修正。
- i18n – Mikko Kekki によるフィンランド語訳を更新
5.9.4
リリース日 – 2021年1月14日
- 拡張 – 電子メールフィールドの PHP 検証を追加 (以前はブラウザの検証のみに依存していました)。
- 修正 – PHP 8.0 への追加対応 (警告ログが記録されるのを修正) 。
- 修正 – jQuery 3.5 への追加対応 (警告ログが記録されるのを修正) 。
- 修正 – WYSIWYG フィールドが Gutenberg エディタ内で応答しなくなるバグを修正。
- 修正 – カスタムタクソノミータームに対し有効な
$post_id
値として “blog_%d” および “site_%d” が使用できなくなる退行不具合を修正。 - 修正 – ラジオフィールドラベルが最初の選択肢を選択するバグを修正。
- 修正 – 複数の親 DOM 要素を含むブロックのプリロードを防ぐバグを修正。
- i18n – 高橋良氏による日本語訳を更新。
- i18n – Pedro Mendonca によるポルトガル語訳を更新。
5.9.3
リリース日 – 2020年11月3日
- 修正 – リビジョンメタが誤って親の投稿メタを更新するバグを修正。
- 修正 – “Filter by Post Type” と “Filter by Taxonomy” フィールド設定を壊すバグを修正。
5.9.2
リリース日 – 2020年10月29日
- 拡張 – 先読み込みによってページのロード時に HTML をブロックしたり AJAX 要求が発生するのを抑制する実験的機能を追加。
- 修正 – JSX パーサーにブーリアン属性値の検出を追加 (templateLock=”false” の問題を修正) 。
- 修正 – JSX パーサーのルールセットに “dateTime” 属性を追加。
- 修正 – 行またはレイアウトを複製した後、Select2 インスタンスが応答しなくなるのを修正。
- 修正 – 以前の WordPress バージョンで消失していた Color Picker スクリプトの翻訳を追加。
- 修正 – Clone Field で、存在しなくなった Field Group をクローンして潜在的に PHP エラーを引き起こす可能性があるバグを修正。
- 修正 – 存在しなくなったフィールドの値を含むリビジョンを比較する際に PHP 警告が記録されるのを修正。
- 開発 – render_callback と render_template をブロックするための
$wp_block
パラメーターを追加 (AJAX プレビューのリクエストでは利用不可)。 - 開発 –
acf_get_term_post_id()
関数を非推奨 (Deprecated) とした。
5.9.1
リリース日 – 2020年9月8日
- 修正 – Gutenbergで “Preview Post” ボタンを押すと変更内容が公開されてしまうバグを修正。
- 修正 – Elementor または Beaver Builder で編集するときに JS エラーを引き起こす guten-bug を修正。
- 修正 – Color Picker フィールドでフロントエンドフォームで JS エラーを引き起こすバグを修正。
- 修正 – Post Taxonomy の場所ルールに、ルール選択のリストを不完全にしてしまうバグを修正。
- 修正 – DX フィードバックにより、ローカル JSON の「ソースパスに保存」機能強化を差し戻し。
- i18n – Rio Bahtiar によるインドネシア語訳を更新。
- i18n – Emre Erkanによるトルコ語訳を更新。
5.9.0
リリース日 – 2020年8月17日
- 拡張 – 新しいフィールドグループ管理画面。
- ACF のすべての管理ページにツールバーを追加。
- 新しいテーブル列を追加: 説明、キー、場所、ローカル JSON。
- 同期前にローカル JSON の変更を確認するためのポップアップモーダルを追加。
- Added visual representation of where Field Groups will appear.
- 新しいヘルプタブを追加。
- レイアウトを簡略化。
- 拡張 – 新しい ACF ブロック機能。
- 内部ブロックのサポートを追加。
- 新しい “jsx” 設定を追加。
- 新しい “align_text” 設定を追加。
- 新しい “align_content” 設定を追加。
- 拡張 – Repeater とFlexible Content フィールドの重複機能を追加。
- 拡張 – Gutenberg の PHP 検証サポートを追加。
- 拡張 – 確認ツールチップをバイパスする機能を追加 (シフトを保持するだけ)。
- 拡張 – ローカル JSON ファイルは、それが読み込まれた元のソースパス (“save_json” 設定ではなく) に保存されるようになりました。
- 微調整 – すべてのカスタムアイコンを dashicons に置換。
- Tweak – Changed custom post status label from “Inactive” to “Disabled”.
- Tweak – Improved styling of metaboxes positioned in the block editor sidebar.
- Fix – Improved AJAX request efficiency when editing block className or anchor attributes.
- Fix – Fixed bug causing unresponsive WYSIWYG fields after moving a block via the up/down arrows.
- Fix – Fixed bug causing HTML to jump between multiple instances of the same Reusable Block.
- Fix – Fixed bug sometimes displaying validation errors when saving a draft.
- Fix – Fixed bug breaking Image field UI when displaying a scaled portrait attachment.
- Fix – Fixed bug in Link field incorrectly treating the “Cancel” button as “Submit”.
- Fix – Fixed bug where a sub field within a collapsed Repeater row did not grow to the full available width.
- 修正 -「ページ リンク」フィールドのドロップダウンに表示されるアーカイブ URL がすべて固有であることを確認。
- Fix – Fixed bug causing incorrect conditional logic settings on nested fields when duplicating a Field Group.
- Fix – Fixed bug causing license activation issues with some password management browser extensions.
- 開発 –
ACF_Location
クラスの主な改善。 - 開発 – パフォーマンスを最適化するために、すべてのロケーション クラスをリファクタリング。
- 開発 – コア JavaScript を “acf-input.js” から別の “acf.js” ファイルに抽出。
- 開発 – Field Group のエクスポートで、今後は “アクティブ” 属性を int ではなく bool として表示。
- 開発 – “acf/get_object_type” フィルタを追加。”ラベル” や “アイコン” などの WP オブジェクト情報がカスタマイズ可能に。
- 開発 – フッターにアップローダー (WP メディア) スクリプトを出力するときに発火されるアクション “acf/admin_print_uploader_scripts” を追加。
- 開発 – 添付ファイルの詳細をカスタマイズするためのフィルター “acf/pre_load_attachment” と “acf/load_attachment” を追加。
- 開発 – 管理ツールバー項目をカスタマイズするためのフィルター “acf/admin/toolbar” を追加。
- 開発 – 行を複製するときに発火される新しい JS アクション「duplicate_fields」と「duplicate_field」を追加。
- i18n – クロアチア語のロケールコードを「hr_HR」から「hr」に変更。
- i18n – Pedro Mendonca によるポルトガル語訳を更新。
- i18n – Bérenger Zyla によるカナダフランス語訳を更新。
- i18n – Maxime Bernard-Jacquet によるフランス語訳を更新。
- i18n – Ralf Koller によるドイツ語訳を更新。
5.8.14
リリース日 – 2020年8月13日
- Fix – Fixed bug breaking ACF Block
$is_preview
parameter in WordPress 5.5. - Fix – Fixed bug breaking seamless postbox style in WordPress 5.5.
5.8.13
リリース日 – 2020年8月10日
- 微調整 – WordPress 5.5 のスタイルの互換性を追加。
- Fix – Implemented new
wp_filter_content_tags()
function in “acf_the_content” filter. - i18n – Karim Ramadan によるアラビア語訳を更新。
5.8.12
リリース日 – 2020年6月10日
- Fix – Improved string escaping in Select2 drop-downs to address XSS concerns.
- Fix – Fixed bug causing PHP error when updating the settings of a Checkbox field.
- Fix – Fixed bug causing WYSIWYG field to hide when toggling between Document and Block tabs within the Block editor.
- Fix – Fixed bug incorrectly validating the length of Text and Textarea field values that contained HTML entities.
5.8.11
リリース日 – 2020年5月12日
- Fix – Fixed bug in ACF Blocks where “inserter examples” and “block templates” did not load the defined “data”.
- Fix – Reverted “fix” in 5.8.9 regarding Taxonomy fields saving terms to non “post” objects.
- Fix – Fixed bug allowing the Image field to save the value of a deleted attachment.
- Fix – Improved Select field
format_value()
behaviour to correctly cast value types depending on the “multiple” setting. - 微調整 – “zh_HK” の言語フォールバックを “zh_TW” に変更。
- 微調整 – Time Picker フィールドの設定を、
date_i18n()
を介してローカライズされた形式で表示するよう変更。 - 微調整 – メニュー項目フィールドの CSS スタイルを改善。
- i18n – Mikko Kekki によるフィンランド語訳を更新
- i18n – Maxime Bernard-Jacquet によるフランス語訳を更新。
- i18n – Emre Erkanによるトルコ語訳を更新。
5.8.10
リリース日 – 2020年5月12日
- See hotfix version 5.8.11 for release notes.
5.8.9
リリース日 – 2020年3月26日
- Fix – Fixed bug in ACF Blocks causing default “align” property to be ignored.
- Fix – Fixed bug allowing Taxonomy field to save terms to a non “post” object.
- Tweak – Improved User field AJAX query performance.
- 微調整 – Range フィールド入力の幅を決定するロジックを改善。
- 微調整 – ACF Blocks コンポーネントのスタイルを改善。
- 開発 – 新しい “acf/register_block_type_args” フィルターを追加。
- 開発 – 新しいジェネリック ACF_Ajax_Query と ACF_Ajax_Query_Users クラスを追加。
- i18n – Bérenger Zyla によるカナダフランス語訳を更新。
- i18n – Audi Lu による中国語の繁体字訳を更新。
- i18n – Ralf Koller によるドイツ語訳を更新。
- i18n – Pedro Mendonca によるポルトガル語訳を更新。
5.8.8
リリース日 – 2020年3月4日
- Fix – Fixed bug in
have_rows()
function causing a PHP warning when no value is found. - Fix – Fixed bug in Google Maps field causing marker to snap to nearest address.
- 修正 – WordPress 5.4で2回表示されるナビゲーションメニュー項目を避ける。
- 微調整 – Google マップのフィールド値に地名データを追加。
- 微調整 – PHP 登録フィールドのパフォーマンスを向上。
- 開発 – 新しい “acf/prepare_field_group_for_import” フィルターを追加。
- i18n – Audi Lu による中国語の繁体字訳を追加。
- i18n – Jordi Tarrida によるカタロニア語訳を追加。
- i18n – Maxime Bernard-Jacquet & Bérenger Zyla によるフランス語訳を更新。
5.8.7
リリース日 – 2019年11月12日
- New – Updated admin CSS for new WordPress 5.3 styling.
- Fix – Fixed various issues affecting dynamic metaboxes in the block editor (requires WordPress 5.3)
- Fix – Fixed performance issue when checking network sites for upgrades.
- Fix – Fixed Select2 clones appearing after duplicating a Relationship field.
- Tweak – Repeater field “Add row” icons will now hide when maximum rows are reached.
- 微調整 – Gutenberg の新しいバージョンの ACF ブロックキーワード制限を削除。
5.8.6
リリース日 – 2019年10月24日
- New – Added more data to Google Maps field value including place_id, street_name, country and more.
- Fix – Fixed bug in Gallery field incorrectly displaying .pdf attachments as icons.
- Fix – Fixed bug in Checkbox field missing “selected” class after “Toggle All”.
- Dev – Added compatibility for Attachments in the Post Taxonomy location rule.
- 開発 –
acf_get_form()
関数から欠落した return ステートメントを追加。 - 開発 – “google_map_result” JS フィルターを追加。
5.8.5
リリース日 – 2019年10月8日
- New – Added new choice “Add” to the User Form location rule.
- New – Optimized
acf_form()
logic when used in combination withacf_register_form()
. - Fix – Fixed bug causing incorrect field order after sync.
- Fix – Fixed bug reverting the first field type to Text in Firefox version 69.0.1.
- Fix – Fixed bug causing tinymce issues when changing between block modes.
- 修正 – カテゴリーが存在しない場合にブロック登録ができないバグを修正。
- Fix – Fixed bug preventing block registration when no icon is declared.
- 開発 – 内部ブロックの正規表現互換性を追加。
5.8.4
リリース日 – 2019年9月3日
- New – Optimized Relationship field by delaying AJAX call until UI is visible.
- Fix – Fixed bug incorrectly escaping HTML in the Link field title.
- Fix – Fixed bug showing Discussion and Comment metaboxes for newly imported field groups.
- Fix – Fixed PHP warning when loading meta from Post 0.
- Dev – Ensure Checkbox field value is an array even when empty.
- 開発 – 新しい
ACF_MAJOR_VERSION
定数を追加。
5.8.3
リリース日 – 2019年8月7日
- 微調整 – “menu_title” ではなく “page_title” を表示するよう、オプションページの位置ルールを変更。
- Fix – Fixed bug causing Textarea field to incorrectly validate maxlength.
- Fix – Fixed bug allowing Range field values outside of the min and max settings.
- Fix – Fixed bug in block RegExp causing some blocks to miss the “acf/pre_save_block” filter.
- 開発 – “enqueue_assets” コールバックの設定をブロックする
$block_type
パラメーターを追加。 - i18n – Bérenger Zyla によるカナダフランス語を追加。
- i18n – Bérenger Zyla によるカナダフランス語訳を更新。
5.8.2
リリース日 – 2019年7月15日
- Fix – Fixed bug where validation did not prevent new user registration.
- Fix – Fixed bug causing some “reordered” metaboxes to not appear in the Gutenberg editor.
- Fix – Fixed bug causing WYSIWYG field with delayed initialization to appear blank.
- Fix – Fixed bug when editing a post and adding a new tag did not refresh metaboxes.
- 開発 – “acf/pre_format_value” フィルターに不足していた
$value
パラメターを追加。
5.8.1
リリース日 – 2019年6月3日
- New – Added “Preview Size” and “Return Format” settings to the Gallery field.
- 微調整 – Gutenberg のメタボックススタイルを改善。
- 微調整 – デフォルトの「プレビューサイズ」を「画像」フィールドの中に変更。
- Fix – Fixed bug in media modal causing the primary button text to disappear after editing an image.
- Fix – Fixed bug preventing the TinyMCE Advanced plugin from adding
< p >
tags. - 修正 – HTMLの選択が条件付きロジックのドロップダウンに表示されなかったバグを修正。
- 修正 – インポート/同期されたフレキシブルコンテンツサブフィールドの順序が誤っていたバグを修正しました。
- i18n – Ralf Koller によるドイツ語訳を更新。
- i18n – Majix によるにペルシャ語翻訳を更新。
5.8.0
リリース日 – 2019年5月8日
- New – Added ACF Blocks feature for ACF PRO.
- Fix – Fixed bug causing duplicate “save metabox” AJAX requests in the Gutenberg editor.
- Fix – Fixed bug causing incorrect Repeater field value order in AJAX requests.
- 開発 – Relationship フィールド AJAX データをカスタマイズする
'relationship_ajax_data'
JS フィルターを追加。 - 開発 –
$field_group
パラメーターを'acf/location/match_rule'
フィルターに追加。 - 開発 – サポートされる最小 WP バージョンを 4.7.0 に更新。
- 開発 – サポートされる最小 WP バージョンを 4.7.0 に更新。
- i18n – Ralf Koller によるドイツ語訳を更新。
- i18n – Pedro Mendonça によるポルトガル語を更新。
5.7.13
リリース日 – 2019年3月6日
- 修正 –
switch_to_blog()
中に登録されたフィールドに関する問題を引き起こすバグを修正しました。 - 修正 – サブフィールドが複数の親にまたがって再利用されるのを妨げるバグを修正。
- 修正済み – 選択されたフィールドと同じ名前のタブフィールドが存在する場合に
get_sub_field()
関数が失敗する原因となるバグを修正しました。 - Fix – Fixed bug corrupting field settings since WP 5.1 when instructions contain
< a target="" >
. - 修正済み – カスタムメタボックスの場所(acf_after_title)が最初のページ読み込み時に表示されなかったグーテンベルグのバグを修正しました。
- 修正済み – クローンフィールドを含む複数のフィールドグループをインポート/同期するときに問題が発生するバグを修正しました。
- Fix – Fixed bug preventing the AMP plugin preview from working.
- Dev – Added new ‘pre’ filters to get, update and delete meta functions.
- i18n – Emre Erkan によるトルコ語訳を更新。
5.7.12
リリース日 – 2019年2月15日
- 修正 – 不足している関数
register_field_group()
を追加。 - Fix – Fixed PHP 5.4 error “Can’t use function return value in write context”.
- Fix – Fixed bug causing wp_options values to be slashed incorrectly.
- Fix – Fixed bug where “sync” feature imported field groups without fields.
- Fix – Fixed bug preventing
get_field_object()
working with a field key. - 修正 –
get_sub_field()
で誤った結果を招くバグを修正しました。 - 修正 – シリアル化された値で下書きとプレビューの問題を引き起こすバグを修正。
- Fix – Fixed bug causing reversed field group metabox order.
- Fix – Fixed bug causing incorrect character count when validating values.
- Fix – Fixed bug showing incorrect choices for post_template location rule.
- Fix – Fixed bug causing incorrect value retrieval after
switch_to_blog()
. - i18n – Majix によるにペルシャ語翻訳を更新。
5.7.11
リリース日 – 2019年2月11日
- 新規 – 永続的オブジェクトキャッシングのサポートを追加。
- Fix – Fixed PHP error in
determine_locale()
affecting AJAX requests. - Fix – Fixed bug affecting dynamic metabox check when selecting “default” page template.
- Fix – Fixed bug where tab fields did not render correctly within a dynamic metabox.
- 微調整 – 「zh_TW」から「zh_CN」へ言語フォールバックを削除。
- 開発 – さまざまなコア関数をリファクタリング。
- 開発 – 新しいフックバリエーション関数
acf_add_filter_variations()
とacf_add_action_variations()
を追加。 - i18n – Pedro Mendonça によるポルトガル語を更新。
- i18n – Ralf Koller によるドイツ語訳を更新。
- i18n – Raphael Hüni によるスイスドイツ語訳を更新。
5.7.10
リリース日 – 2019年1月16日
- Fix – Fixed bug preventing metaboxes from saving if validation fails within Gutenberg.
- Fix – Fixed bug causing unload prompt to show incorrectly within Gutenberg.
- Fix – Fixed JS error when selecting taxonomy terms within Gutenberg.
- Fix – Fixed bug causing jQuery sortable issues within other plugins.
- Tweak – Improved loading translations by adding fallback from region to country when .mo file does not exit.
- 微調整 – 管理者通知全体で句読点を改善。
- 微調整 – ユーザー フィールド値を読み込むときのパフォーマンスと精度が向上。
- Dev – Added filter ‘acf/get_locale’ to customize the locale used to load translations.
- Dev – Added filter ‘acf/allow_unfiltered_html’ to customize if current user can save unfiltered HTML.
- 開発 – 新しいデータ ストレージ関数
acf_register_store()
とacf_get_store()
を追加。 - 開発 – .less から .scss に移動し、すべての css を縮小。
- i18n – Maxime Bernard-Jacquet によるフランス語訳を更新。
- i18n – David Rychlyによるチェコ語翻訳を更新。
5.7.9
リリース日 – 2018年12月17日
- 修正 – Gutenberg とのカスタムメタボックスの場所 (acf_after_title) の互換性を追加。
- 修正 – Gutenberg との動的メタボックスチェックの互換性を追加。
- Fix – Fixed bug causing required date picker fields to prevent form submit.
- Fix – Fixed bug preventing multi-input values from saving correctly within media modals.
- Fix – Fixed bug where
acf_form()
redirects to an incorrect URL for sub-sites. - Fix – Fixed bug where breaking out of a sub
have_rows()
loop could produce undesired results. - 開発 – 添付ファイルを投稿に接続しないようにするためにフィルター ‘acf/connect_attachment_to_post’ を追加。
- Dev – Added JS filter ‘google_map_autocomplete_args’ to customize Google Maps autocomplete settings.
5.7.8
リリース日 – 2018年12月7日
- 修正 – 作成者権限グループがフィルタリングされていない HTML 値を保存できる脆弱性を修正。
- Fix – Fixed all metaboxes appearing when editing a post in WP 5.0.
- i18n – Dariusz Zielonka によるポーランド語訳を更新。
- i18n – Veronika Hanzlíková によるチェコ語訳を更新。
- i18n – Emre Erkan によるトルコ語訳を更新。
- i18n – Pedro Mendonça によるポルトガル語を更新。
5.7.7
リリース日 – 2018年10月1日
- Fix – Fixed various plugin update issues.
- 微調整 – Google マップ API の URL に「言語」を追加。
- 開発 –
acf.models.Postbox
モデルの主な改善。 - Dev – Added JS filter ‘check_screen_args’.
- 開発 – JS アクション ‘check_screen_complete’ を追加。
- 開発 – アクション ‘acf/options_page/submitbox_before_major_actions’ を追加。
- 開発 – アクション ‘acf/options_page/submitbox_major_actions’ を追加。
- i18n – Pedro Mendonça によるポルトガル語を更新
5.7.6
リリース日 – 2018年9月12日
- Fix – Fixed unload prompt not working.
- Dev – Reduced number of queries needed to populate the relationship field taxonomy filter.
- 開発 – get_field_groups() クエリーに ‘nav_menu_item_id’ と ‘nav_menu_item_depth’ を追加。
- 開発 – さまざまなアクションとフィルターを並べ替えて、より便利にします。
- i18n – Dariusz Zielonka によるポーランド語を更新